go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
elastix::GridSampler< TElastix > Class Template Reference

#include <elxGridSampler.h>

Detailed Description

template<class TElastix>
class elastix::GridSampler< TElastix >

An interpolator based on the itk::ImageGridSampler.

This image sampler samples voxels on a uniform grid. This sampler is in most cases not recommended.

This sampler does not react on the NewSamplesEveryIteration parameter.

The parameters used in this class are:

Parameters:

ImageSampler: Select this image sampler as follows:
(ImageSampler "Grid")

SampleGridSpacing: Defines the sampling grid in case of a Grid ImageSampler.
An integer downsampling factor must be specified for each dimension, for each resolution.
example: (SampleGridSpacing 4 4 2 2)
Default is 2 for each dimension for each resolution.

Definition at line 49 of file elxGridSampler.h.

+ Inheritance diagram for elastix::GridSampler< TElastix >:

Public Types

typedef Superclass2::ConfigurationPointer ConfigurationPointer
 
typedef Superclass2::ConfigurationType ConfigurationType
 
typedef itk::SmartPointer< const Self > ConstPointer
 
typedef Superclass1::DataObjectPointer DataObjectPointer
 
typedef Superclass2::ElastixPointer ElastixPointer
 
typedef Superclass2::ElastixType ElastixType
 
typedef Superclass1::SampleGridSpacingType GridSpacingType
 
typedef Superclass1::ImageSampleContainerType ImageSampleContainerType
 
typedef Superclass1::ImageSampleType ImageSampleType
 
typedef Superclass1::InputImageConstPointer InputImageConstPointer
 
typedef Superclass1::InputImageIndexType InputImageIndexType
 
typedef Superclass1::InputImagePixelType InputImagePixelType
 
typedef Superclass1::InputImagePointer InputImagePointer
 
typedef Superclass1::InputImagePointType InputImagePointType
 
typedef Superclass1::InputImageRegionType InputImageRegionType
 
typedef Superclass1::InputImageType InputImageType
 
typedef Superclass2::ITKBaseType ITKBaseType
 
typedef Superclass1::MaskType MaskType
 
typedef Superclass1::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass1::OutputVectorContainerType OutputVectorContainerType
 
typedef itk::SmartPointer< Self > Pointer
 
typedef Superclass2::RegistrationPointer RegistrationPointer
 
typedef Superclass2::RegistrationType RegistrationType
 
typedef Superclass1::SampleGridSpacingValueType SampleGridSpacingValueType
 
typedef GridSampler Self
 
typedef itk::ImageGridSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > Superclass1
 
typedef elx::ImageSamplerBase< TElastix > Superclass2
 
- Public Types inherited from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef Superclass::ImageSampleContainerPointer ImageSampleContainerPointer
 
typedef Superclass::ImageSampleContainerType ImageSampleContainerType
 
typedef Superclass::ImageSampleType ImageSampleType
 
typedef Superclass::InputImageConstPointer InputImageConstPointer
 
typedef Superclass::InputImageIndexType InputImageIndexType
 
typedef Superclass::InputImagePixelType InputImagePixelType
 
typedef Superclass::InputImagePointer InputImagePointer
 
typedef Superclass::InputImagePointType InputImagePointType
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef Superclass::MaskType MaskType
 
typedef Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass::OutputVectorContainerType OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef InputImageIndexType SampleGridIndexType
 
typedef InputImageType::SizeType SampleGridSizeType
 
typedef InputImageType::OffsetType SampleGridSpacingType
 
typedef SampleGridSpacingType::OffsetValueType SampleGridSpacingValueType
 
typedef ImageGridSampler Self
 
typedef ImageSamplerBase< elx::ImageSamplerBase< TElastix >::InputImageType > Superclass
 
- Public Types inherited from itk::ImageSamplerBase< TInputImage >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef ImageSampleContainerType::Pointer ImageSampleContainerPointer
 
typedef VectorDataContainer< std::vcl_size_t, ImageSampleType > ImageSampleContainerType
 
typedef ImageSample< InputImageType > ImageSampleType
 
typedef ImageSampleType::RealType ImageSampleValueType
 
typedef Superclass::InputImageConstPointer InputImageConstPointer
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef Superclass::InputImagePixelType InputImagePixelType
 
typedef Superclass::InputImagePointer InputImagePointer
 
typedef InputImageType::PointType InputImagePointType
 
typedef InputImagePointType::ValueType InputImagePointValueType
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef std::vector< InputImageRegionType > InputImageRegionVectorType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef MaskType::ConstPointer MaskConstPointer
 
typedef MaskType::Pointer MaskPointer
 
typedef SpatialObject< Self::InputImageDimension > MaskType
 
typedef std::vector< MaskConstPointer > MaskVectorType
 
typedef Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass::OutputVectorContainerType OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageSamplerBase Self
 
typedef ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > Superclass
 
- Public Types inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef InputImageType::ConstPointer InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass::OutputVectorContainerType OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageToVectorContainerFilter Self
 
typedef VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > > Superclass
 
- Public Types inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef OutputVectorContainerType::Pointer OutputVectorContainerPointer
 
typedef VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef VectorContainerSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ImageSamplerBase< TElastix >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef ImageSampleContainerType::Pointer ImageSampleContainerPointer
 
typedef VectorDataContainer< std::vcl_size_t, ImageSampleType > ImageSampleContainerType
 
typedef ImageSample< InputImageType > ImageSampleType
 
typedef ImageSampleType::RealType ImageSampleValueType
 
typedef Superclass::InputImageConstPointer InputImageConstPointer
 
typedef InputImageType::IndexType InputImageIndexType
 
typedef Superclass::InputImagePixelType InputImagePixelType
 
typedef Superclass::InputImagePointer InputImagePointer
 
typedef InputImageType::PointType InputImagePointType
 
typedef InputImagePointType::ValueType InputImagePointValueType
 
typedef Superclass::InputImageRegionType InputImageRegionType
 
typedef std::vector< InputImageRegionType > InputImageRegionVectorType
 
typedef InputImageType::SizeType InputImageSizeType
 
typedef Superclass::InputImageType InputImageType
 
typedef MaskType::ConstPointer MaskConstPointer
 
typedef MaskType::Pointer MaskPointer
 
typedef SpatialObject< Self::InputImageDimension > MaskType
 
typedef std::vector< MaskConstPointer > MaskVectorType
 
typedef Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass::OutputVectorContainerType OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageSamplerBase Self
 
typedef ImageToVectorContainerFilter< TElastix, VectorDataContainer< std::vcl_size_t, ImageSample< TElastix > > > Superclass
 
- Public Types inherited from itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef InputImageType::ConstPointer InputImageConstPointer
 
typedef InputImageType::PixelType InputImagePixelType
 
typedef InputImageType::Pointer InputImagePointer
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef Superclass::OutputVectorContainerPointer OutputVectorContainerPointer
 
typedef Superclass::OutputVectorContainerType OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef ImageToVectorContainerFilter Self
 
typedef VectorContainerSource< TOutputVectorContainer > Superclass
 
- Public Types inherited from itk::VectorContainerSource< TOutputVectorContainer >
typedef SmartPointer< const Self > ConstPointer
 
typedef Superclass::DataObjectPointer DataObjectPointer
 
typedef OutputVectorContainerType::Pointer OutputVectorContainerPointer
 
typedef TOutputVectorContainer OutputVectorContainerType
 
typedef SmartPointer< Self > Pointer
 
typedef VectorContainerSource Self
 
typedef ProcessObject Superclass
 

Public Member Functions

void BeforeEachResolution (void) override
 
 elxClassNameMacro ("Grid")
 
virtual const char * GetClassName () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, Superclass1::InputImageDimension)
 
- Public Member Functions inherited from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >
virtual const SampleGridSpacingType & GetSampleGridSpacing ()
 
 itkStaticConstMacro (InputImageDimension, unsigned int, Superclass::InputImageDimension)
 
bool SelectingNewSamplesOnUpdateSupported (void) const override
 
bool SelectNewSamplesOnUpdate (void) override
 
void SetNumberOfSamples (unsigned long nrofsamples) override
 
void SetSampleGridSpacing (const SampleGridSpacingType &arg)
 
- Public Member Functions inherited from itk::ImageSamplerBase< TInputImage >
virtual const InputImageRegionType & GetCroppedInputImageRegion ()
 
virtual const InputImageRegionType & GetInputImageRegion (unsigned int pos) const
 
virtual const InputImageRegionType & GetInputImageRegion (void) const
 
virtual const MaskType * GetMask (unsigned int pos) const
 
virtual const MaskType * GetMask (void) const
 
virtual unsigned int GetNumberOfInputImageRegions () const
 
virtual unsigned int GetNumberOfMasks () const
 
virtual unsigned long GetNumberOfSamples () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension)
 
virtual void SetInputImageRegion (const InputImageRegionType _arg)
 
virtual void SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos)
 
virtual void SetMask (const MaskType *_arg)
 
virtual void SetMask (const MaskType *_arg, unsigned int pos)
 
virtual void SetNumberOfInputImageRegions (const unsigned int _arg)
 
virtual void SetNumberOfMasks (const unsigned int _arg)
 
virtual void SetUseMultiThread (bool _arg)
 
- Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
void GenerateData (void) override
 
const InputImageType * GetInput (unsigned int idx)
 
const InputImageType * GetInput (void)
 
OutputVectorContainerType * GetOutput (void)
 
DataObject::Pointer MakeOutput (unsigned int idx) override
 
void SetInput (const InputImageType *input)
 
void SetInput (unsigned int idx, const InputImageType *input)
 
virtual unsigned int SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
 
- Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
OutputVectorContainerType * GetOutput (unsigned int idx)
 
OutputVectorContainerType * GetOutput (void)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
- Public Member Functions inherited from itk::ImageSamplerBase< TElastix >
virtual const InputImageRegionType & GetCroppedInputImageRegion ()
 
virtual const InputImageRegionType & GetInputImageRegion (unsigned int pos) const
 
virtual const InputImageRegionType & GetInputImageRegion (void) const
 
virtual const MaskType * GetMask (unsigned int pos) const
 
virtual const MaskType * GetMask (void) const
 
virtual unsigned int GetNumberOfInputImageRegions () const
 
virtual unsigned int GetNumberOfMasks () const
 
virtual unsigned long GetNumberOfSamples () const
 
 itkStaticConstMacro (InputImageDimension, unsigned int, InputImageType::ImageDimension)
 
virtual bool SelectingNewSamplesOnUpdateSupported (void) const
 
virtual bool SelectNewSamplesOnUpdate (void)
 
virtual void SetInputImageRegion (const InputImageRegionType _arg)
 
virtual void SetInputImageRegion (const InputImageRegionType _arg, unsigned int pos)
 
virtual void SetMask (const MaskType *_arg)
 
virtual void SetMask (const MaskType *_arg, unsigned int pos)
 
virtual void SetNumberOfInputImageRegions (const unsigned int _arg)
 
virtual void SetNumberOfMasks (const unsigned int _arg)
 
virtual void SetNumberOfSamples (unsigned long _arg)
 
virtual void SetUseMultiThread (bool _arg)
 
- Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >
void GenerateData (void) override
 
const InputImageType * GetInput (unsigned int idx)
 
const InputImageType * GetInput (void)
 
OutputVectorContainerType * GetOutput (void)
 
DataObject::Pointer MakeOutput (unsigned int idx) override
 
void SetInput (const InputImageType *input)
 
void SetInput (unsigned int idx, const InputImageType *input)
 
virtual unsigned int SplitRequestedRegion (const ThreadIdType &threadId, const ThreadIdType &numberOfSplits, InputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const InputImageRegionType &inputRegionForThread, ThreadIdType threadId)
 
- Public Member Functions inherited from itk::VectorContainerSource< TOutputVectorContainer >
OutputVectorContainerType * GetOutput (unsigned int idx)
 
OutputVectorContainerType * GetOutput (void)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageSamplerBase< TInputImage >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
static Pointer New ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- Static Public Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageSamplerBase< TElastix >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >
static Pointer New ()
 
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION ThreaderCallback (void *arg)
 
- Static Public Member Functions inherited from itk::VectorContainerSource< TOutputVectorContainer >
static Pointer New ()
 

Protected Member Functions

 GridSampler ()
 
 ~GridSampler () override
 
- Protected Member Functions inherited from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >
void GenerateData (void) override
 
 ImageGridSampler ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageGridSampler () override
 
- Protected Member Functions inherited from itk::ImageSamplerBase< TInputImage >
void AfterThreadedGenerateData (void) override
 
void BeforeThreadedGenerateData (void) override
 
virtual bool CheckInputImageRegions (void)
 
void CropInputImageRegion (void)
 
void GenerateInputRequestedRegion (void) override
 
 ImageSamplerBase ()
 
virtual bool IsInsideAllMasks (const InputImagePointType &point) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void UpdateAllMasks (void)
 
 ~ImageSamplerBase () override
 
- Protected Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
 ImageToVectorContainerFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageToVectorContainerFilter () override
 
- Protected Member Functions inherited from itk::VectorContainerSource< VectorDataContainer< std::vcl_size_t, ImageSample< TInputImage > > >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 VectorContainerSource ()
 
 ~VectorContainerSource () override
 
- Protected Member Functions inherited from itk::ImageSamplerBase< TElastix >
void AfterThreadedGenerateData (void) override
 
void BeforeThreadedGenerateData (void) override
 
virtual bool CheckInputImageRegions (void)
 
void CropInputImageRegion (void)
 
void GenerateInputRequestedRegion (void) override
 
 ImageSamplerBase ()
 
virtual bool IsInsideAllMasks (const InputImagePointType &point) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void UpdateAllMasks (void)
 
 ~ImageSamplerBase () override
 
- Protected Member Functions inherited from itk::ImageToVectorContainerFilter< TInputImage, TOutputVectorContainer >
 ImageToVectorContainerFilter ()
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
 ~ImageToVectorContainerFilter () override
 
- Protected Member Functions inherited from itk::VectorContainerSource< TOutputVectorContainer >
void PrintSelf (std::ostream &os, Indent indent) const override
 
 VectorContainerSource ()
 
 ~VectorContainerSource () override
 

Private Member Functions

 GridSampler (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Attributes inherited from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >
unsigned long m_RequestedNumberOfSamples
 
SampleGridSpacingType m_SampleGridSpacing
 
- Protected Attributes inherited from itk::ImageSamplerBase< TInputImage >
unsigned long m_NumberOfSamples
 
std::vector< ImageSampleContainerPointer > m_ThreaderSampleContainer
 
bool m_UseMultiThread
 
- Protected Attributes inherited from itk::ImageSamplerBase< TElastix >
unsigned long m_NumberOfSamples
 
std::vector< ImageSampleContainerPointer > m_ThreaderSampleContainer
 
bool m_UseMultiThread
 

Member Typedef Documentation

◆ ConfigurationPointer

template<class TElastix >
typedef Superclass2::ConfigurationPointer elastix::GridSampler< TElastix >::ConfigurationPointer

Definition at line 103 of file elxGridSampler.h.

◆ ConfigurationType

template<class TElastix >
typedef Superclass2::ConfigurationType elastix::GridSampler< TElastix >::ConfigurationType

Definition at line 102 of file elxGridSampler.h.

◆ ConstPointer

template<class TElastix >
typedef itk::SmartPointer< const Self > elastix::GridSampler< TElastix >::ConstPointer

Definition at line 65 of file elxGridSampler.h.

◆ DataObjectPointer

template<class TElastix >
typedef Superclass1::DataObjectPointer elastix::GridSampler< TElastix >::DataObjectPointer

Typedefs inherited from the superclass.

Definition at line 80 of file elxGridSampler.h.

◆ ElastixPointer

template<class TElastix >
typedef Superclass2::ElastixPointer elastix::GridSampler< TElastix >::ElastixPointer

Definition at line 101 of file elxGridSampler.h.

◆ ElastixType

template<class TElastix >
typedef Superclass2::ElastixType elastix::GridSampler< TElastix >::ElastixType

Typedefs inherited from Elastix.

Definition at line 100 of file elxGridSampler.h.

◆ GridSpacingType

template<class TElastix >
typedef Superclass1::SampleGridSpacingType elastix::GridSampler< TElastix >::GridSpacingType

Definition at line 93 of file elxGridSampler.h.

◆ ImageSampleContainerType

Definition at line 89 of file elxGridSampler.h.

◆ ImageSampleType

template<class TElastix >
typedef Superclass1::ImageSampleType elastix::GridSampler< TElastix >::ImageSampleType

Definition at line 88 of file elxGridSampler.h.

◆ InputImageConstPointer

Definition at line 85 of file elxGridSampler.h.

◆ InputImageIndexType

template<class TElastix >
typedef Superclass1::InputImageIndexType elastix::GridSampler< TElastix >::InputImageIndexType

Definition at line 91 of file elxGridSampler.h.

◆ InputImagePixelType

template<class TElastix >
typedef Superclass1::InputImagePixelType elastix::GridSampler< TElastix >::InputImagePixelType

Definition at line 87 of file elxGridSampler.h.

◆ InputImagePointer

template<class TElastix >
typedef Superclass1::InputImagePointer elastix::GridSampler< TElastix >::InputImagePointer

Definition at line 84 of file elxGridSampler.h.

◆ InputImagePointType

template<class TElastix >
typedef Superclass1::InputImagePointType elastix::GridSampler< TElastix >::InputImagePointType

Definition at line 92 of file elxGridSampler.h.

◆ InputImageRegionType

template<class TElastix >
typedef Superclass1::InputImageRegionType elastix::GridSampler< TElastix >::InputImageRegionType

Definition at line 86 of file elxGridSampler.h.

◆ InputImageType

template<class TElastix >
typedef Superclass1::InputImageType elastix::GridSampler< TElastix >::InputImageType

Definition at line 83 of file elxGridSampler.h.

◆ ITKBaseType

template<class TElastix >
typedef Superclass2::ITKBaseType elastix::GridSampler< TElastix >::ITKBaseType

Definition at line 106 of file elxGridSampler.h.

◆ MaskType

template<class TElastix >
typedef Superclass1::MaskType elastix::GridSampler< TElastix >::MaskType

Definition at line 90 of file elxGridSampler.h.

◆ OutputVectorContainerPointer

Definition at line 82 of file elxGridSampler.h.

◆ OutputVectorContainerType

Definition at line 81 of file elxGridSampler.h.

◆ Pointer

template<class TElastix >
typedef itk::SmartPointer< Self > elastix::GridSampler< TElastix >::Pointer

Definition at line 64 of file elxGridSampler.h.

◆ RegistrationPointer

template<class TElastix >
typedef Superclass2::RegistrationPointer elastix::GridSampler< TElastix >::RegistrationPointer

Definition at line 105 of file elxGridSampler.h.

◆ RegistrationType

template<class TElastix >
typedef Superclass2::RegistrationType elastix::GridSampler< TElastix >::RegistrationType

Definition at line 104 of file elxGridSampler.h.

◆ SampleGridSpacingValueType

Definition at line 94 of file elxGridSampler.h.

◆ Self

template<class TElastix >
typedef GridSampler elastix::GridSampler< TElastix >::Self

Standard ITK-stuff.

Definition at line 59 of file elxGridSampler.h.

◆ Superclass1

template<class TElastix >
typedef itk::ImageGridSampler< typename elx::ImageSamplerBase< TElastix >::InputImageType > elastix::GridSampler< TElastix >::Superclass1

Definition at line 62 of file elxGridSampler.h.

◆ Superclass2

template<class TElastix >
typedef elx::ImageSamplerBase< TElastix > elastix::GridSampler< TElastix >::Superclass2

Definition at line 63 of file elxGridSampler.h.

Constructor & Destructor Documentation

◆ GridSampler() [1/2]

template<class TElastix >
elastix::GridSampler< TElastix >::GridSampler ( )
inlineprotected

The constructor.

Definition at line 116 of file elxGridSampler.h.

◆ ~GridSampler()

template<class TElastix >
elastix::GridSampler< TElastix >::~GridSampler ( )
inlineoverrideprotected

The destructor.

Definition at line 118 of file elxGridSampler.h.

◆ GridSampler() [2/2]

template<class TElastix >
elastix::GridSampler< TElastix >::GridSampler ( const Self &  )
private

The private constructor.

Member Function Documentation

◆ BeforeEachResolution()

template<class TElastix >
void elastix::GridSampler< TElastix >::BeforeEachResolution ( void  )
override

Execute stuff before each resolution:

  • Set the sampling grid size.

◆ elxClassNameMacro()

template<class TElastix >
elastix::GridSampler< TElastix >::elxClassNameMacro ( "Grid"  )

Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (ImageSampler "Grid")

◆ GetClassName()

template<class TElastix >
virtual const char* elastix::GridSampler< TElastix >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::ImageGridSampler< elx::ImageSamplerBase< TElastix >::InputImageType >.

◆ itkStaticConstMacro()

template<class TElastix >
elastix::GridSampler< TElastix >::itkStaticConstMacro ( InputImageDimension  ,
unsigned int  ,
Superclass1::InputImageDimension   
)

The input image dimension.

◆ New()

template<class TElastix >
static Pointer elastix::GridSampler< TElastix >::New ( )
static

Method for creation through the object factory.

◆ operator=()

template<class TElastix >
void elastix::GridSampler< TElastix >::operator= ( const Self &  )
private

The private copy constructor.



Generated on OURCE_DATE_EPOCH for elastix by doxygen 1.9.1 elastix logo