ANIMA
4.0
|
#include <animaMaskedImageToImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef itk::Image< unsigned char, TInputImage::ImageDimension > | MaskImageType |
typedef MaskImageType::IndexType | MaskIndexType |
typedef MaskImageType::RegionType | MaskRegionType |
typedef MaskImageType::SizeType | MaskSizeType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef MaskedImageToImageFilter | Self |
typedef anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef itk::ImageSource< TOutputImage >::ThreadStruct | ThreadStruct |
Public Types inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef NumberedThreadImageToImageFilter | Self |
typedef itk::ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef itk::ImageSource< TOutputImage >::ThreadStruct | ThreadStruct |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual MaskImageType * | GetComputationMask () |
virtual const char * | GetNameOfClass () const |
virtual void | SetComputationMask (MaskImagePointer _arg) |
Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual OutputImageRegionType | GetComputationRegion () |
virtual void | SetComputationRegion (OutputImageRegionType _arg) |
virtual void | SetNumberOfPointsToProcess (unsigned int _arg) |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
static Pointer | New () |
Protected Member Functions | |
virtual void | BeforeThreadedGenerateData () ITK_OVERRIDE |
virtual void | CheckComputationMask () |
void | InitializeComputationRegionFromMask () |
MaskedImageToImageFilter () | |
virtual | ~MaskedImageToImageFilter () |
Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
virtual void | GenerateData () ITK_OVERRIDE |
unsigned int | GetSafeThreadId () |
void | IncrementNumberOfProcessedPoints () |
template<typename ScalarRealType > | |
void | InitializeZeroPixel (TOutputImage *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel) |
Utility function to initialize output images pixel to zero for vector images. More... | |
template<typename PixelType > | |
void | InitializeZeroPixel (TOutputImage *, PixelType &zeroPixel) |
Utility function to initialize output images pixel to zero for all images except vector images. More... | |
NumberedThreadImageToImageFilter () | |
void | SafeReleaseThreadId (unsigned int threadId) |
virtual void | ThreadProcessSlices () |
virtual | ~NumberedThreadImageToImageFilter () |
Additional Inherited Members | |
Static Public Attributes inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderMultiSplitCallback (void *arg) |
Definition at line 11 of file animaMaskedImageToImageFilter.h.
typedef itk::SmartPointer<const Self> anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 19 of file animaMaskedImageToImageFilter.h.
typedef Superclass::InputImageRegionType anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Superclass typedefs.
Definition at line 28 of file animaMaskedImageToImageFilter.h.
typedef MaskImageType::Pointer anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::MaskImagePointer |
Definition at line 35 of file animaMaskedImageToImageFilter.h.
typedef itk::Image<unsigned char,TInputImage::ImageDimension> anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::MaskImageType |
Mask typedefs
Definition at line 33 of file animaMaskedImageToImageFilter.h.
typedef MaskImageType::IndexType anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::MaskIndexType |
Definition at line 36 of file animaMaskedImageToImageFilter.h.
typedef MaskImageType::RegionType anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::MaskRegionType |
Definition at line 34 of file animaMaskedImageToImageFilter.h.
typedef MaskImageType::SizeType anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::MaskSizeType |
Definition at line 37 of file animaMaskedImageToImageFilter.h.
typedef Superclass::OutputImageRegionType anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Definition at line 29 of file animaMaskedImageToImageFilter.h.
typedef itk::SmartPointer<Self> anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 18 of file animaMaskedImageToImageFilter.h.
typedef MaskedImageToImageFilter anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 16 of file animaMaskedImageToImageFilter.h.
typedef anima::NumberedThreadImageToImageFilter<TInputImage, TOutputImage> anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 17 of file animaMaskedImageToImageFilter.h.
typedef itk::ImageSource<TOutputImage>::ThreadStruct anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::ThreadStruct |
Definition at line 30 of file animaMaskedImageToImageFilter.h.
|
inlineprotected |
Definition at line 44 of file animaMaskedImageToImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 49 of file animaMaskedImageToImageFilter.h.
|
protectedvirtual |
Reimplemented from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in anima::MCMEstimatorImageFilter< InputPixelType, OutputPixelType >, anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::NLMeansPatientToGroupComparisonImageFilter< PixelScalarType >, anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::OrientedModelBaseResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::PatientToGroupComparisonImageFilter< PixelScalarType >, anima::T2EPGRelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::DTIEstimationImageFilter< InputPixelScalarType, OutputPixelScalarType >, anima::T1RelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::LocalPatchMeanDistanceImageFilter< PixelScalarType >, anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >, anima::PatientToGroupODFComparisonImageFilter< PixelScalarType >, anima::MCMResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::ODFResampleImageFilter< TImageType, TInterpolatorPrecisionType >, and anima::TensorResampleImageFilter< TImageType, TInterpolatorPrecisionType >.
Definition at line 32 of file animaMaskedImageToImageFilter.hxx.
|
protectedvirtual |
Reimplemented in anima::MCMEstimatorImageFilter< InputPixelType, OutputPixelType >, anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::T2EPGRelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::DTIEstimationImageFilter< InputPixelScalarType, OutputPixelScalarType >, anima::T1SERelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::T2RelaxometryEstimationImageFilter< TInputImage, TOutputImage >, and anima::T1RelaxometryEstimationImageFilter< TInputImage, TOutputImage >.
Definition at line 11 of file animaMaskedImageToImageFilter.hxx.
virtual::itk::LightObject::Pointer anima::MaskedImageToImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const |
|
virtual |
|
virtual |
Run-time type information (and related methods)
Reimplemented from anima::NumberedThreadImageToImageFilter< TInputImage, TOutputImage >.
Reimplemented in anima::MCMEstimatorImageFilter< InputPixelType, OutputPixelType >, anima::MultiT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::OrientedModelBaseResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::PatientToGroupComparisonImageFilter< PixelScalarType >, anima::FlipTensorImageFilter< TPixelType, TImageDimension >, anima::MCMResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::DTIEstimationImageFilter< InputPixelScalarType, OutputPixelScalarType >, anima::ODFResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::TensorResampleImageFilter< TImageType, TInterpolatorPrecisionType >, anima::NLMeansPatientToGroupComparisonImageFilter< PixelScalarType >, anima::LocalPatchCovarianceDistanceImageFilter< PixelScalarType >, anima::LocalPatchMeanDistanceImageFilter< PixelScalarType >, anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >, anima::PatientToGroupODFComparisonImageFilter< PixelScalarType >, anima::T2RelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::T1RelaxometryEstimationImageFilter< TInputImage, TOutputImage >, anima::T1SERelaxometryEstimationImageFilter< TInputImage, TOutputImage >, and anima::T2EPGRelaxometryEstimationImageFilter< TInputImage, TOutputImage >.
|
protected |
Definition at line 44 of file animaMaskedImageToImageFilter.hxx.
|
static |
Method for creation through the object factory.
|
virtual |
Set/Get the mask on which to compute estimates.