Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxImageSamplerBase.h>
This class is the elastix base class for all ImageSamplers.
This class contains all the common functionality for ImageSamplers.
Definition at line 44 of file elxImageSamplerBase.h.
Public Types | |
typedef Superclass::ConfigurationPointer | ConfigurationPointer |
typedef Superclass::ConfigurationType | ConfigurationType |
typedef Superclass::ElastixPointer | ElastixPointer |
typedef Superclass::ElastixType | ElastixType |
typedef ElastixType::FixedImageType | InputImageType |
typedef itk::ImageSamplerBase< InputImageType > | ITKBaseType |
typedef Superclass::RegistrationPointer | RegistrationPointer |
typedef Superclass::RegistrationType | RegistrationType |
typedef ImageSamplerBase | Self |
typedef BaseComponentSE< TElastix > | Superclass |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
typedef Configuration::Pointer | ConfigurationPointer |
typedef Configuration | ConfigurationType |
typedef itk::WeakPointer< ElastixType > | ElastixPointer |
typedef TElastix | ElastixType |
typedef RegistrationType * | RegistrationPointer |
typedef ElastixType::RegistrationBaseType | RegistrationType |
typedef BaseComponentSE | Self |
typedef BaseComponent | Superclass |
Protected Member Functions | |
ImageSamplerBase () | |
~ImageSamplerBase () override | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Member Functions | |
ImageSamplerBase (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Static Public Member Functions inherited from elastix::BaseComponent | |
static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
ConfigurationPointer | m_Configuration {} |
ElastixPointer | m_Elastix {} |
RegistrationPointer | m_Registration {} |
typedef Superclass::ConfigurationPointer elastix::ImageSamplerBase< TElastix >::ConfigurationPointer |
Definition at line 59 of file elxImageSamplerBase.h.
typedef Superclass::ConfigurationType elastix::ImageSamplerBase< TElastix >::ConfigurationType |
Definition at line 58 of file elxImageSamplerBase.h.
typedef Superclass::ElastixPointer elastix::ImageSamplerBase< TElastix >::ElastixPointer |
Definition at line 57 of file elxImageSamplerBase.h.
typedef Superclass::ElastixType elastix::ImageSamplerBase< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Definition at line 56 of file elxImageSamplerBase.h.
typedef ElastixType::FixedImageType elastix::ImageSamplerBase< TElastix >::InputImageType |
Other typedef's.
Definition at line 64 of file elxImageSamplerBase.h.
typedef itk::ImageSamplerBase< InputImageType > elastix::ImageSamplerBase< TElastix >::ITKBaseType |
ITKBaseType.
Definition at line 67 of file elxImageSamplerBase.h.
typedef Superclass::RegistrationPointer elastix::ImageSamplerBase< TElastix >::RegistrationPointer |
Definition at line 61 of file elxImageSamplerBase.h.
typedef Superclass::RegistrationType elastix::ImageSamplerBase< TElastix >::RegistrationType |
Definition at line 60 of file elxImageSamplerBase.h.
typedef ImageSamplerBase elastix::ImageSamplerBase< TElastix >::Self |
Standard ITK-stuff.
Definition at line 49 of file elxImageSamplerBase.h.
typedef BaseComponentSE< TElastix > elastix::ImageSamplerBase< TElastix >::Superclass |
Definition at line 50 of file elxImageSamplerBase.h.
|
inlineprotected |
The constructor.
Definition at line 92 of file elxImageSamplerBase.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 94 of file elxImageSamplerBase.h.
|
private |
The private constructor.
|
overridevirtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
inlinevirtual |
Cast to ITKBaseType.
Definition at line 70 of file elxImageSamplerBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 77 of file elxImageSamplerBase.h.
|
virtual |
Run-time type information (and related methods).
|
private |
The private copy constructor.
Generated on 1667476801 for elastix by 1.9.4 |