#include <elxDefaultResampler.h>
A resampler based on the itk::ResampleImageFilter.
The parameters used in this class are:
(Resampler "DefaultResampler")
Definition at line 39 of file elxDefaultResampler.h.
Public Types | |
using | ConstPointer = itk::SmartPointer<const Self> |
using | ITKBaseType = typename Superclass2::ITKBaseType |
using | Pointer = itk::SmartPointer<Self> |
using | Self = DefaultResampler |
using | Superclass1 = typename ResamplerBase<TElastix>::ITKBaseType |
using | Superclass2 = ResamplerBase<TElastix> |
Public Types inherited from elastix::ResamplerBase< TElastix > | |
using | CoordRepType = ElastixBase::CoordRepType |
using | DirectionType = typename ITKBaseType::DirectionType |
using | ElastixType |
using | IndexType = typename ITKBaseType::IndexType |
using | InputImageType = typename ElastixType::MovingImageType |
using | InterpolatorType = typename ITKBaseType::InterpolatorType |
using | ITKBaseType = itk::ResampleImageFilter<InputImageType, OutputImageType, CoordRepType> |
using | OriginPointType = typename ITKBaseType::OriginPointType |
using | OutputImageType = typename ElastixType::MovingImageType |
using | OutputPixelType = typename ITKBaseType::PixelType |
using | ParameterMapType = typename ElastixType::ParameterMapType |
using | RegistrationType |
using | Self = ResamplerBase |
using | SizeType = typename ITKBaseType::SizeType |
using | SpacingType = typename ITKBaseType::SpacingType |
using | Superclass = BaseComponentSE<TElastix> |
using | TransformType = typename ITKBaseType::TransformType |
Public Types inherited from elastix::BaseComponentSE< TElastix > | |
using | ElastixType = TElastix |
using | RegistrationType = typename ElastixType::RegistrationBaseType |
using | Self = BaseComponentSE |
using | Superclass = BaseComponent |
Static Public Member Functions | |
static Pointer | New () |
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 Member Functions | |
DefaultResampler ()=default | |
~DefaultResampler () override=default | |
Protected Member Functions inherited from elastix::ResamplerBase< TElastix > | |
ResamplerBase ()=default | |
virtual void | SetComponents () |
~ResamplerBase () 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 Attributes | |
elxOverrideGetSelfMacro | |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
Configuration::ConstPointer | m_Configuration {} |
itk::WeakPointer< TElastix > | m_Elastix {} |
RegistrationType * | m_Registration {} |
using elastix::DefaultResampler< TElastix >::ConstPointer = itk::SmartPointer<const Self> |
Definition at line 51 of file elxDefaultResampler.h.
using elastix::DefaultResampler< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType |
Definition at line 85 of file elxDefaultResampler.h.
using elastix::DefaultResampler< TElastix >::Pointer = itk::SmartPointer<Self> |
Definition at line 50 of file elxDefaultResampler.h.
using elastix::DefaultResampler< TElastix >::Self = DefaultResampler |
Standard ITK-stuff.
Definition at line 47 of file elxDefaultResampler.h.
using elastix::DefaultResampler< TElastix >::Superclass1 = typename ResamplerBase<TElastix>::ITKBaseType |
Definition at line 48 of file elxDefaultResampler.h.
using elastix::DefaultResampler< TElastix >::Superclass2 = ResamplerBase<TElastix> |
Definition at line 49 of file elxDefaultResampler.h.
|
protecteddefault |
The constructor.
|
overrideprotecteddefault |
The destructor.
elastix::DefaultResampler< TElastix >::elxClassNameMacro | ( | "DefaultResampler< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific resampler.
example: (Resampler "DefaultResampler")
|
virtual |
Run-time type information (and related methods).
Reimplemented from elastix::ResamplerBase< TElastix >.
elastix::DefaultResampler< TElastix >::ITK_DISALLOW_COPY_AND_MOVE | ( | DefaultResampler< TElastix > | ) |
|
static |
Method for creation through the object factory.
|
private |
Definition at line 96 of file elxDefaultResampler.h.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |