#include <mitkMRNormTwoRegionBasedFilter.h>
|
| | MRNormTwoRegionsBasedFilter () |
| |
| | ~MRNormTwoRegionsBasedFilter () override |
| |
| void | GenerateInputRequestedRegion () override |
| |
| void | GenerateOutputInformation () override |
| |
| void | GenerateData () override |
| |
| template<typename TPixel , unsigned int VImageDimension> |
| void | InternalComputeMask (itk::Image< TPixel, VImageDimension > *itkImage) |
| |
| | ImageToImageFilter () |
| |
| | ~ImageToImageFilter () override |
| |
| void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
| |
| void | GenerateInputRequestedRegion () override |
| |
| | ImageSource () |
| |
| | ~ImageSource () override |
| |
| void | GenerateData () override |
| | A version of GenerateData() specific for image processing filters. More...
|
| |
| virtual void | ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, itk::ThreadIdType threadId) |
| | If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). More...
|
| |
| void | PrepareOutputs () override |
| | This method is intentionally left blank. More...
|
| |
| virtual void | AllocateOutputs () |
| | The GenerateData method normally allocates the buffers for all of the outputs of a filter. More...
|
| |
| virtual void | BeforeThreadedGenerateData () |
| | If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). More...
|
| |
| virtual void | AfterThreadedGenerateData () |
| | If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). More...
|
| |
| virtual unsigned int | SplitRequestedRegion (unsigned int i, unsigned int num, OutputImageRegionType &splitRegion) |
| | Split the output's RequestedRegion into "num" pieces, returning region "i" as "splitRegion". More...
|
| |
| | BaseDataSource () |
| |
| | ~BaseDataSource () override |
| |
◆ NormalizationBase
◆ MRNormTwoRegionsBasedFilter()
| mitk::MRNormTwoRegionsBasedFilter::MRNormTwoRegionsBasedFilter |
( |
| ) |
|
|
protected |
◆ ~MRNormTwoRegionsBasedFilter()
| mitk::MRNormTwoRegionsBasedFilter::~MRNormTwoRegionsBasedFilter |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
| Pointer mitk::MRNormTwoRegionsBasedFilter::Clone |
( |
| ) |
const |
◆ GenerateData()
| void mitk::MRNormTwoRegionsBasedFilter::GenerateData |
( |
| ) |
|
|
overrideprotected |
◆ GenerateInputRequestedRegion()
| void mitk::MRNormTwoRegionsBasedFilter::GenerateInputRequestedRegion |
( |
| ) |
|
|
overrideprotected |
◆ GenerateOutputInformation()
| void mitk::MRNormTwoRegionsBasedFilter::GenerateOutputInformation |
( |
| ) |
|
|
overrideprotected |
◆ GetArea1()
◆ GetArea2()
◆ GetMask1()
| const mitk::Image* mitk::MRNormTwoRegionsBasedFilter::GetMask1 |
( |
| ) |
const |
◆ GetMask2()
| const mitk::Image* mitk::MRNormTwoRegionsBasedFilter::GetMask2 |
( |
| ) |
const |
◆ InternalComputeMask()
template<typename TPixel , unsigned int VImageDimension>
| void mitk::MRNormTwoRegionsBasedFilter::InternalComputeMask |
( |
itk::Image< TPixel, VImageDimension > * |
itkImage | ) |
|
|
protected |
◆ mitkClassMacro()
◆ New()
| static Pointer mitk::MRNormTwoRegionsBasedFilter::New |
( |
| ) |
|
|
static |
◆ SetArea1()
◆ SetArea2()
◆ SetMask1()
| void mitk::MRNormTwoRegionsBasedFilter::SetMask1 |
( |
const mitk::Image * |
mask | ) |
|
◆ SetMask2()
| void mitk::MRNormTwoRegionsBasedFilter::SetMask2 |
( |
const mitk::Image * |
mask | ) |
|
◆ m_Area1
◆ m_Area2
The documentation for this class was generated from the following file: