![]() |
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 | |
using | ElastixType = TElastix |
using | InputImageType = typename ElastixType::FixedImageType |
using | ITKBaseType = itk::ImageSamplerBase< InputImageType > |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = ImageSamplerBase |
using | Superclass = BaseComponentSE< TElastix > |
![]() | |
using | ConfigurationPointer = Configuration::Pointer |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Protected Member Functions | |
ImageSamplerBase ()=default | |
~ImageSamplerBase () override=default | |
![]() | |
BaseComponentSE ()=default | |
~BaseComponentSE () override=default | |
![]() | |
BaseComponent ()=default | |
virtual | ~BaseComponent ()=default |
Private Member Functions | |
elxDeclarePureVirtualGetSelfMacro (ITKBaseType) | |
Additional Inherited Members | |
![]() | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
![]() | |
ConfigurationPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::BaseComponentSE< TElastix >::ElastixType = TElastix |
Elastix typedef.
Definition at line 57 of file elxBaseComponentSE.h.
using elastix::ImageSamplerBase< TElastix >::InputImageType = typename ElastixType::FixedImageType |
Other typedef's.
Definition at line 61 of file elxImageSamplerBase.h.
using elastix::ImageSamplerBase< TElastix >::ITKBaseType = itk::ImageSamplerBase<InputImageType> |
ITKBaseType.
Definition at line 64 of file elxImageSamplerBase.h.
using elastix::BaseComponentSE< TElastix >::RegistrationType = typename ElastixType::RegistrationBaseType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 65 of file elxBaseComponentSE.h.
using elastix::ImageSamplerBase< TElastix >::Self = ImageSamplerBase |
Standard ITK-stuff.
Definition at line 50 of file elxImageSamplerBase.h.
using elastix::ImageSamplerBase< TElastix >::Superclass = BaseComponentSE<TElastix> |
Definition at line 51 of file elxImageSamplerBase.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
private |
|
inline |
Retrieves this object as ITKBaseType.
Definition at line 68 of file elxImageSamplerBase.h.
|
inline |
Retrieves this object as ITKBaseType, to use in const functions.
Definition at line 76 of file elxImageSamplerBase.h.
|
virtual |
Run-time type information (and related methods).
elastix::ImageSamplerBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | ImageSamplerBase< TElastix > | ) |
Generated on 2023-01-13
for elastix by ![]() |
![]() |