ANIMA
4.0
|
#include <animaGammaMixtureT2RelaxometryEstimationImageFilter.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::Pointer | InputImagePointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::MaskImageType | MaskImageType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef VectorOutputImageType::PixelType | OutputVectorType |
typedef itk::SmartPointer< Self > | Pointer |
typedef GammaMixtureT2RelaxometryEstimationImageFilter | Self |
typedef anima::MaskedImageToImageFilter< TInputImage, TOutputImage > | Superclass |
typedef itk::Image< TPixelScalarType, 3 > | TInputImage |
typedef itk::Image< TPixelScalarType, 3 > | TOutputImage |
typedef VectorOutputImageType::Pointer | VectorOutputImagePointer |
typedef itk::VectorImage< TPixelScalarType, 3 > | VectorOutputImageType |
Public Types inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageRegionType | InputImageRegionType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef itk::Image< unsigned char, itk::Image< TPixelScalarType, 3 > ::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< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | Superclass |
typedef itk::ImageSource< itk::Image< TPixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Public Types inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef itk::SmartPointer< Self > | Pointer |
typedef NumberedThreadImageToImageFilter | Self |
typedef itk::ImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | Superclass |
typedef itk::ImageSource< itk::Image< TPixelScalarType, 3 > >::ThreadStruct | ThreadStruct |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
static Pointer | New () |
Static Public Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
static Pointer | New () |
Protected Member Functions | |
void | BeforeThreadedGenerateData () ITK_OVERRIDE |
void | CheckComputationMask () ITK_OVERRIDE |
void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) ITK_OVERRIDE |
GammaMixtureT2RelaxometryEstimationImageFilter () | |
virtual | ~GammaMixtureT2RelaxometryEstimationImageFilter () |
Protected Member Functions inherited from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
void | InitializeComputationRegionFromMask () |
MaskedImageToImageFilter () | |
virtual | ~MaskedImageToImageFilter () |
Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
virtual void | GenerateData () ITK_OVERRIDE |
unsigned int | GetSafeThreadId () |
void | IncrementNumberOfProcessedPoints () |
void | InitializeZeroPixel (itk::Image< TPixelScalarType, 3 > *image, itk::VariableLengthVector< ScalarRealType > &zeroPixel) |
Utility function to initialize output images pixel to zero for vector images. More... | |
void | InitializeZeroPixel (itk::Image< TPixelScalarType, 3 > *, 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< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
static constexpr unsigned int | OutputImageDimension |
Static Protected Member Functions inherited from anima::NumberedThreadImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > > | |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderMultiSplitCallback (void *arg) |
Definition at line 11 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef itk::SmartPointer<const Self> anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::ConstPointer |
Definition at line 21 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef InputImageType::IndexType anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::IndexType |
Definition at line 31 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef InputImageType::Pointer anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImagePointer |
Definition at line 35 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef Superclass::InputImageRegionType anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageRegionType |
Definition at line 41 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef TInputImage anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageType |
Image typedef support
Definition at line 30 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef Superclass::MaskImageType anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::MaskImageType |
Superclass typedefs.
Definition at line 40 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef OutputImageType::Pointer anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImagePointer |
Definition at line 36 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef Superclass::OutputImageRegionType anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageRegionType |
Definition at line 42 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef TOutputImage anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageType |
Definition at line 32 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef VectorOutputImageType::PixelType anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputVectorType |
Definition at line 34 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef itk::SmartPointer<Self> anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::Pointer |
Definition at line 20 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef GammaMixtureT2RelaxometryEstimationImageFilter anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::Self |
Standard class typedefs.
Definition at line 16 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef anima::MaskedImageToImageFilter< TInputImage, TOutputImage > anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::Superclass |
Definition at line 19 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef itk::Image<TPixelScalarType, 3> anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::TInputImage |
Definition at line 17 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef itk::Image<TPixelScalarType, 3> anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::TOutputImage |
Definition at line 18 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef VectorOutputImageType::Pointer anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImagePointer |
Definition at line 37 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
typedef itk::VectorImage<TPixelScalarType, 3> anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImageType |
Definition at line 33 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inlineprotected |
Definition at line 66 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 98 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
References anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::BeforeThreadedGenerateData(), anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::CheckComputationMask(), and anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::DynamicThreadedGenerateData().
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.
Definition at line 16 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::~GammaMixtureT2RelaxometryEstimationImageFilter().
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.
Definition at line 50 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::~GammaMixtureT2RelaxometryEstimationImageFilter().
virtual::itk::LightObject::Pointer anima::GammaMixtureT2RelaxometryEstimationImageFilter< TPixelScalarType >::CreateAnother | ( | void | ) | const |
|
protected |
|
inline |
Definition at line 53 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 51 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 56 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 52 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
virtual |
Run-time type information (and related methods)
Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.
|
inline |
Definition at line 54 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 47 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 55 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 46 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
virtual |
|
inline |
Definition at line 62 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 63 of file animaGammaMixtureT2RelaxometryEstimationImageFilter.h.