#include <mitkMRNormLinearStatisticBasedFilter.h>
|
| MRNormLinearStatisticBasedFilter () |
|
| ~MRNormLinearStatisticBasedFilter () |
|
virtual void | GenerateInputRequestedRegion () override |
|
virtual void | GenerateOutputInformation () override |
|
virtual void | GenerateData () override |
| A version of GenerateData() specific for image processing filters. More...
|
|
template<typename TPixel , unsigned int VImageDimension> |
void | InternalComputeMask (itk::Image< TPixel, VImageDimension > *itkImage) |
|
| ImageToImageFilter () |
|
virtual | ~ImageToImageFilter () |
|
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const override |
|
| ImageSource () |
|
virtual | ~ImageSource () |
|
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...
|
|
virtual 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 () |
|
virtual | ~BaseDataSource () |
|
mitk::MRNormLinearStatisticBasedFilter::MRNormLinearStatisticBasedFilter |
( |
| ) |
|
|
protected |
mitk::MRNormLinearStatisticBasedFilter::~MRNormLinearStatisticBasedFilter |
( |
| ) |
|
|
protected |
Pointer mitk::MRNormLinearStatisticBasedFilter::Clone |
( |
| ) |
const |
void mitk::MRNormLinearStatisticBasedFilter::GenerateData |
( |
| ) |
|
|
overrideprotectedvirtual |
void mitk::MRNormLinearStatisticBasedFilter::GenerateInputRequestedRegion |
( |
| ) |
|
|
overrideprotectedvirtual |
What is the input requested region that is required to produce the output requested region? The base assumption for image processing filters is that the input requested region can be set to match the output requested region. If a filter requires more input (for instance a filter that uses neighborhoods needs more input than output to avoid introducing artificial boundary conditions) or less input (for instance a magnify filter) will have to override this method. In doing so, it should call its superclass' implementation as its first step. Note that this imaging filters operate differently than the classes to this point in the class hierachy. Up till now, the base assumption has been that the largest possible region will be requested of the input.
- See also
- ProcessObject::GenerateInputRequestedRegion(), ImageSource::GenerateInputRequestedRegion()
Reimplemented from mitk::ImageToImageFilter.
Definition at line 54 of file mitkMRNormLinearStatisticBasedFilter.cpp.
References mitk::SlicedData::SetRequestedRegionToLargestPossibleRegion().
void mitk::MRNormLinearStatisticBasedFilter::GenerateOutputInformation |
( |
| ) |
|
|
overrideprotectedvirtual |
virtual NormalizationBase mitk::MRNormLinearStatisticBasedFilter::GetCenterMode |
( |
| ) |
const |
|
virtual |
const mitk::Image * mitk::MRNormLinearStatisticBasedFilter::GetMask |
( |
| ) |
const |
template<typename TPixel , unsigned int VImageDimension>
void mitk::MRNormLinearStatisticBasedFilter::InternalComputeMask |
( |
itk::Image< TPixel, VImageDimension > * |
itkImage | ) |
|
|
protected |
static Pointer mitk::MRNormLinearStatisticBasedFilter::New |
( |
| ) |
|
|
static |
virtual void mitk::MRNormLinearStatisticBasedFilter::SetCenterMode |
( |
NormalizationBase |
_arg | ) |
|
|
virtual |
void mitk::MRNormLinearStatisticBasedFilter::SetMask |
( |
const mitk::Image * |
mask | ) |
|
The documentation for this class was generated from the following files: