#include <mitkMRNormLinearStatisticBasedFilter.h>
|
| MRNormLinearStatisticBasedFilter () |
|
| ~MRNormLinearStatisticBasedFilter () 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
◆ MRNormLinearStatisticBasedFilter()
mitk::MRNormLinearStatisticBasedFilter::MRNormLinearStatisticBasedFilter |
( |
| ) |
|
|
protected |
◆ ~MRNormLinearStatisticBasedFilter()
mitk::MRNormLinearStatisticBasedFilter::~MRNormLinearStatisticBasedFilter |
( |
| ) |
|
|
overrideprotected |
◆ Clone()
Pointer mitk::MRNormLinearStatisticBasedFilter::Clone |
( |
| ) |
const |
◆ GenerateData()
void mitk::MRNormLinearStatisticBasedFilter::GenerateData |
( |
| ) |
|
|
overrideprotected |
◆ GenerateInputRequestedRegion()
void mitk::MRNormLinearStatisticBasedFilter::GenerateInputRequestedRegion |
( |
| ) |
|
|
overrideprotected |
◆ GenerateOutputInformation()
void mitk::MRNormLinearStatisticBasedFilter::GenerateOutputInformation |
( |
| ) |
|
|
overrideprotected |
◆ GetCenterMode()
virtual NormalizationBase mitk::MRNormLinearStatisticBasedFilter::GetCenterMode |
( |
| ) |
const |
|
virtual |
◆ GetIgnoreOutlier()
virtual bool mitk::MRNormLinearStatisticBasedFilter::GetIgnoreOutlier |
( |
| ) |
const |
|
virtual |
◆ GetMask()
const mitk::Image* mitk::MRNormLinearStatisticBasedFilter::GetMask |
( |
| ) |
const |
◆ GetTargetValue()
virtual double mitk::MRNormLinearStatisticBasedFilter::GetTargetValue |
( |
| ) |
const |
|
virtual |
◆ GetTargetWidth()
virtual double mitk::MRNormLinearStatisticBasedFilter::GetTargetWidth |
( |
| ) |
const |
|
virtual |
◆ InternalComputeMask()
template<typename TPixel , unsigned int VImageDimension>
void mitk::MRNormLinearStatisticBasedFilter::InternalComputeMask |
( |
itk::Image< TPixel, VImageDimension > * |
itkImage | ) |
|
|
protected |
◆ mitkClassMacro()
◆ New()
static Pointer mitk::MRNormLinearStatisticBasedFilter::New |
( |
| ) |
|
|
static |
◆ SetCenterMode()
virtual void mitk::MRNormLinearStatisticBasedFilter::SetCenterMode |
( |
NormalizationBase |
_arg | ) |
|
|
virtual |
◆ SetIgnoreOutlier()
virtual void mitk::MRNormLinearStatisticBasedFilter::SetIgnoreOutlier |
( |
bool |
_arg | ) |
|
|
virtual |
◆ SetMask()
void mitk::MRNormLinearStatisticBasedFilter::SetMask |
( |
const mitk::Image * |
mask | ) |
|
◆ SetTargetValue()
virtual void mitk::MRNormLinearStatisticBasedFilter::SetTargetValue |
( |
double |
_arg | ) |
|
|
virtual |
◆ SetTargetWidth()
virtual void mitk::MRNormLinearStatisticBasedFilter::SetTargetWidth |
( |
double |
_arg | ) |
|
|
virtual |
◆ m_CenterMode
◆ m_IgnoreOutlier
bool mitk::MRNormLinearStatisticBasedFilter::m_IgnoreOutlier |
|
protected |
The documentation for this class was generated from the following file: