ANIMA
4.0
|
#include <animaGMMT2RelaxometryEstimationImageFilter.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 GMMT2RelaxometryEstimationImageFilter | 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 |
GMMT2RelaxometryEstimationImageFilter () | |
virtual | ~GMMT2RelaxometryEstimationImageFilter () |
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 animaGMMT2RelaxometryEstimationImageFilter.h.
typedef itk::SmartPointer<const Self> anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::ConstPointer |
Definition at line 21 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef InputImageType::IndexType anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::IndexType |
Definition at line 31 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef InputImageType::Pointer anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImagePointer |
Definition at line 35 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef Superclass::InputImageRegionType anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageRegionType |
Definition at line 41 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef TInputImage anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::InputImageType |
Image typedef support
Definition at line 30 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef Superclass::MaskImageType anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::MaskImageType |
Superclass typedefs.
Definition at line 40 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef OutputImageType::Pointer anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImagePointer |
Definition at line 36 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef Superclass::OutputImageRegionType anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageRegionType |
Definition at line 42 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef TOutputImage anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputImageType |
Definition at line 32 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef VectorOutputImageType::PixelType anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::OutputVectorType |
Definition at line 34 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef itk::SmartPointer<Self> anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::Pointer |
Definition at line 20 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef GMMT2RelaxometryEstimationImageFilter anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::Self |
Standard class typedefs.
Definition at line 16 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef anima::MaskedImageToImageFilter< TInputImage, TOutputImage > anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::Superclass |
Definition at line 19 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef itk::Image<TPixelScalarType, 3> anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::TInputImage |
Definition at line 17 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef itk::Image<TPixelScalarType, 3> anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::TOutputImage |
Definition at line 18 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef VectorOutputImageType::Pointer anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImagePointer |
Definition at line 37 of file animaGMMT2RelaxometryEstimationImageFilter.h.
typedef itk::VectorImage<TPixelScalarType, 3> anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::VectorOutputImageType |
Definition at line 33 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inlineprotected |
Definition at line 67 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 94 of file animaGMMT2RelaxometryEstimationImageFilter.h.
References anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::BeforeThreadedGenerateData(), anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::CheckComputationMask(), and anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::DynamicThreadedGenerateData().
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.
Definition at line 90 of file animaGMMT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::~GMMT2RelaxometryEstimationImageFilter().
|
protectedvirtual |
Reimplemented from anima::MaskedImageToImageFilter< itk::Image< TPixelScalarType, 3 >, itk::Image< TPixelScalarType, 3 > >.
Definition at line 116 of file animaGMMT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::~GMMT2RelaxometryEstimationImageFilter().
virtual::itk::LightObject::Pointer anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 164 of file animaGMMT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::~GMMT2RelaxometryEstimationImageFilter().
|
inline |
Definition at line 53 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 51 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 52 of file animaGMMT2RelaxometryEstimationImageFilter.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 animaGMMT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 47 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inline |
|
static |
Method for creation through the object factory.
|
virtual |
|
virtual |
|
virtual |
void anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetGaussianMeans | ( | std::string | fileName | ) |
Definition at line 20 of file animaGMMT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetWeightsImage().
void anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::SetGaussianVariances | ( | std::string | fileName | ) |
Definition at line 55 of file animaGMMT2RelaxometryEstimationImageFilter.hxx.
Referenced by anima::GMMT2RelaxometryEstimationImageFilter< TPixelScalarType >::GetWeightsImage().
|
inline |
Definition at line 46 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
virtual |
|
inline |
Definition at line 63 of file animaGMMT2RelaxometryEstimationImageFilter.h.
|
inline |
Definition at line 64 of file animaGMMT2RelaxometryEstimationImageFilter.h.