![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxFullSampler.h>
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
![]() | |
static Pointer | New () |
Private Member Functions | |
FullSampler (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
![]() | |
ConfigurationPointer | m_Configuration |
ElastixPointer | m_Elastix |
RegistrationPointer | m_Registration |
An interpolator based on the itk::ImageFullSampler.
This image sampler samples all voxels in the InputImageRegion.
This sampler does not react to the NewSamplesEveryIteration parameter.
The parameters used in this class are:
(ImageSampler "Full")
Definition at line 42 of file elxFullSampler.h.
typedef Superclass2::ConfigurationPointer elastix::FullSampler< TElastix >::ConfigurationPointer |
Definition at line 94 of file elxFullSampler.h.
typedef Superclass2::ConfigurationType elastix::FullSampler< TElastix >::ConfigurationType |
Definition at line 93 of file elxFullSampler.h.
typedef itk::SmartPointer<const Self> elastix::FullSampler< TElastix >::ConstPointer |
Definition at line 58 of file elxFullSampler.h.
typedef Superclass1::DataObjectPointer elastix::FullSampler< TElastix >::DataObjectPointer |
Typedefs inherited from the superclass.
Definition at line 73 of file elxFullSampler.h.
typedef Superclass2::ElastixPointer elastix::FullSampler< TElastix >::ElastixPointer |
Definition at line 92 of file elxFullSampler.h.
typedef Superclass2::ElastixType elastix::FullSampler< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 91 of file elxFullSampler.h.
typedef Superclass1::ImageSampleContainerType elastix::FullSampler< TElastix >::ImageSampleContainerType |
Definition at line 82 of file elxFullSampler.h.
typedef Superclass1::ImageSampleType elastix::FullSampler< TElastix >::ImageSampleType |
Definition at line 81 of file elxFullSampler.h.
typedef Superclass1::InputImageConstPointer elastix::FullSampler< TElastix >::InputImageConstPointer |
Definition at line 78 of file elxFullSampler.h.
typedef Superclass1::InputImageIndexType elastix::FullSampler< TElastix >::InputImageIndexType |
Definition at line 84 of file elxFullSampler.h.
typedef Superclass1::InputImagePixelType elastix::FullSampler< TElastix >::InputImagePixelType |
Definition at line 80 of file elxFullSampler.h.
typedef Superclass1::InputImagePointer elastix::FullSampler< TElastix >::InputImagePointer |
Definition at line 77 of file elxFullSampler.h.
typedef Superclass1::InputImagePointType elastix::FullSampler< TElastix >::InputImagePointType |
Definition at line 85 of file elxFullSampler.h.
typedef Superclass1::InputImageRegionType elastix::FullSampler< TElastix >::InputImageRegionType |
Definition at line 79 of file elxFullSampler.h.
typedef Superclass1::InputImageType elastix::FullSampler< TElastix >::InputImageType |
Definition at line 76 of file elxFullSampler.h.
typedef Superclass2::ITKBaseType elastix::FullSampler< TElastix >::ITKBaseType |
Definition at line 97 of file elxFullSampler.h.
typedef Superclass1::MaskType elastix::FullSampler< TElastix >::MaskType |
Definition at line 83 of file elxFullSampler.h.
typedef Superclass1::OutputVectorContainerPointer elastix::FullSampler< TElastix >::OutputVectorContainerPointer |
Definition at line 75 of file elxFullSampler.h.
typedef Superclass1::OutputVectorContainerType elastix::FullSampler< TElastix >::OutputVectorContainerType |
Definition at line 74 of file elxFullSampler.h.
typedef itk::SmartPointer<Self> elastix::FullSampler< TElastix >::Pointer |
Definition at line 57 of file elxFullSampler.h.
typedef Superclass2::RegistrationPointer elastix::FullSampler< TElastix >::RegistrationPointer |
Definition at line 96 of file elxFullSampler.h.
typedef Superclass2::RegistrationType elastix::FullSampler< TElastix >::RegistrationType |
Definition at line 95 of file elxFullSampler.h.
typedef FullSampler elastix::FullSampler< TElastix >::Self |
Standard ITK-stuff.
Definition at line 52 of file elxFullSampler.h.
typedef itk::ImageFullSampler< typename elx::ImageSamplerBase<TElastix>::InputImageType > elastix::FullSampler< TElastix >::Superclass1 |
Definition at line 55 of file elxFullSampler.h.
typedef elx::ImageSamplerBase<TElastix> elastix::FullSampler< TElastix >::Superclass2 |
Definition at line 56 of file elxFullSampler.h.
|
inlineprotected |
The constructor.
Definition at line 102 of file elxFullSampler.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 104 of file elxFullSampler.h.
|
private |
The private constructor.
elastix::FullSampler< TElastix >::elxClassNameMacro | ( | "Full" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (ImageSampler "Full")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ImageSamplerBase< TElastix >.
elastix::FullSampler< TElastix >::itkStaticConstMacro | ( | InputImageDimension | , |
unsigned | int, | ||
Superclass1::InputImageDimension | |||
) |
The input image dimension.
|
static |
Method for creation through the object factory.
|
private |
The private copy constructor.
Generated on 04-01-2014 for elastix by ![]() |
![]() |