#include <elxImageSamplerBase.h>
This class is the elastix base class for all ImageSamplers.
This class contains all the common functionality for ImageSamplers.
The parameter used in this class is:
(UseMultiThreadingForSamplers "false")
Definition at line 51 of file elxImageSamplerBase.h.
Public Types | |
using | ElastixType |
using | InputImageType = typename ElastixType::FixedImageType |
using | ITKBaseType = itk::ImageSamplerBase<InputImageType> |
using | RegistrationType |
using | Self = ImageSamplerBase |
using | Superclass = BaseComponentSE<TElastix> |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Protected Member Functions | |
ImageSamplerBase ()=default | |
~ImageSamplerBase () override=default | |
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 | |
elxDeclarePureVirtualGetSelfMacro (ITKBaseType) | |
Additional Inherited Members | |
Static Public Member Functions inherited from elastix::BaseComponent | |
template<typename TBaseComponent > | |
static auto | AsITKBaseType (TBaseComponent *const baseComponent) -> decltype(baseComponent->GetAsITKBaseType()) |
static void | InitializeElastixExecutable () |
static bool | IsElastixLibrary () |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::BaseComponentSE< TElastix >::ElastixType |
Elastix typedef.
Definition at line 57 of file elxBaseComponentSE.h.
using elastix::ImageSamplerBase< TElastix >::InputImageType = typename ElastixType::FixedImageType |
Other typedef's.
Definition at line 68 of file elxImageSamplerBase.h.
using elastix::ImageSamplerBase< TElastix >::ITKBaseType = itk::ImageSamplerBase<InputImageType> |
ITKBaseType.
Definition at line 71 of file elxImageSamplerBase.h.
using elastix::BaseComponentSE< TElastix >::RegistrationType |
RegistrationType; NB: this is the elx::RegistrationBase not an itk::Object or something like that.
Definition at line 62 of file elxBaseComponentSE.h.
using elastix::ImageSamplerBase< TElastix >::Self = ImageSamplerBase |
Standard ITK-stuff.
Definition at line 57 of file elxImageSamplerBase.h.
using elastix::ImageSamplerBase< TElastix >::Superclass = BaseComponentSE<TElastix> |
Definition at line 58 of file elxImageSamplerBase.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
|
overridevirtual |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
|
overridevirtual |
Retrieves parameters from the configuration, before doing registration.
Reimplemented from elastix::BaseComponent.
|
private |
|
inline |
Retrieves this object as ITKBaseType.
Definition at line 75 of file elxImageSamplerBase.h.
|
inline |
Retrieves this object as ITKBaseType, to use in const functions.
Definition at line 83 of file elxImageSamplerBase.h.
|
virtual |
Run-time type information (and related methods).
elastix::ImageSamplerBase< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | ImageSamplerBase< TElastix > | ) |
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |