go home Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages
elastix::FixedShrinkingPyramid< TElastix > Class Template Reference

#include <elxFixedShrinkingPyramid.h>

Detailed Description

template<class TElastix>
class elastix::FixedShrinkingPyramid< TElastix >

A pyramid based on the itk::MultiResolutionShrinkPyramidImageFilter.

The parameters used in this class are:

Parameters
FixedImagePyramid: Select this pyramid as follows:
(FixedImagePyramid "FixedShrinkingImagePyramid")

Definition at line 39 of file elxFixedShrinkingPyramid.h.

Inheritance diagram for elastix::FixedShrinkingPyramid< TElastix >:

Public Types

using ConstPointer = itk::SmartPointer<const Self>
 
using ITKBaseType = typename Superclass2::ITKBaseType
 
using Pointer = itk::SmartPointer<Self>
 
using Self = FixedShrinkingPyramid
 
using Superclass1
 
using Superclass2 = FixedImagePyramidBase<TElastix>
 
- Public Types inherited from itk::MultiResolutionShrinkPyramidImageFilter< TInputImage, TOutputImage >
using ConstPointer = SmartPointer<const Self>
 
using Pointer = SmartPointer<Self>
 
using Self = MultiResolutionShrinkPyramidImageFilter
 
using Superclass = MultiResolutionPyramidImageFilter<TInputImage, TOutputImage>
 
- Public Types inherited from elastix::FixedImagePyramidBase< TElastix >
using ElastixType
 
using InputImageType = typename ElastixType::FixedImageType
 
using ITKBaseType = itk::MultiResolutionPyramidImageFilter<InputImageType, OutputImageType>
 
using OutputImageType = typename ElastixType::FixedImageType
 
using RegistrationType
 
using ScheduleType = typename ITKBaseType::ScheduleType
 
using Self = FixedImagePyramidBase
 
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
 

Public Member Functions

 elxClassNameMacro ("FixedShrinkingImagePyramid")
 
virtual const char * GetClassName () const
 
 ITK_DISALLOW_COPY_AND_MOVE (FixedShrinkingPyramid)
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
 
- Public Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< TInputImage, TOutputImage >
void GenerateInputRequestedRegion () override
 
 ITK_DISALLOW_COPY_AND_MOVE (MultiResolutionShrinkPyramidImageFilter)
 
 itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension)
 
 itkStaticConstMacro (OutputImageDimension, unsigned int, TOutputImage::ImageDimension)
 
- Public Member Functions inherited from elastix::FixedImagePyramidBase< TElastix >
void BeforeEachResolutionBase () override
 
void BeforeRegistrationBase () override
 
ITKBaseTypeGetAsITKBaseType ()
 
const ITKBaseTypeGetAsITKBaseType () const
 
 ITK_DISALLOW_COPY_AND_MOVE (FixedImagePyramidBase)
 
virtual void SetFixedSchedule ()
 
void WritePyramidImage (const std::string &filename, const unsigned int level)
 
- Public Member Functions inherited from elastix::BaseComponentSE< TElastix >
void AddTargetCellToIterationInfo (const char *const name)
 
const ConfigurationGetConfiguration () const
 
ElastixTypeGetElastix () const
 
auto & GetIterationInfoAt (const char *const name)
 
RegistrationTypeGetRegistration () const
 
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponentSE)
 
void RemoveTargetCellFromIterationInfo (const char *const name)
 
void SetConfiguration (const Configuration *_arg)
 
void SetElastix (ElastixType *_arg)
 
- Public Member Functions inherited from elastix::BaseComponent
virtual void AfterEachIteration ()
 
virtual void AfterEachIterationBase ()
 
virtual void AfterEachResolution ()
 
virtual void AfterEachResolutionBase ()
 
virtual void AfterRegistration ()
 
virtual void AfterRegistrationBase ()
 
virtual int BeforeAll ()
 
virtual int BeforeAllBase ()
 
virtual void BeforeEachResolution ()
 
virtual void BeforeRegistration ()
 
virtual const char * elxGetClassName () const
 
const char * GetComponentLabel () const
 
 ITK_DISALLOW_COPY_AND_MOVE (BaseComponent)
 
 itkTypeMacroNoParent (BaseComponent)
 
void SetComponentLabel (const char *label, unsigned int idx)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< TInputImage, TOutputImage >
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

 FixedShrinkingPyramid ()=default
 
 ~FixedShrinkingPyramid () override=default
 
- Protected Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< TInputImage, TOutputImage >
void GenerateData () override
 
 MultiResolutionShrinkPyramidImageFilter ()=default
 
 ~MultiResolutionShrinkPyramidImageFilter () override=default
 
- Protected Member Functions inherited from elastix::FixedImagePyramidBase< TElastix >
 FixedImagePyramidBase ()=default
 
 ~FixedImagePyramidBase () 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 {}
 
RegistrationTypem_Registration {}
 

Member Typedef Documentation

◆ ConstPointer

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::ConstPointer = itk::SmartPointer<const Self>

Definition at line 54 of file elxFixedShrinkingPyramid.h.

◆ ITKBaseType

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::ITKBaseType = typename Superclass2::ITKBaseType

Definition at line 82 of file elxFixedShrinkingPyramid.h.

◆ Pointer

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::Pointer = itk::SmartPointer<Self>

Definition at line 53 of file elxFixedShrinkingPyramid.h.

◆ Self

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::Self = FixedShrinkingPyramid

Standard ITK-stuff.

Definition at line 48 of file elxFixedShrinkingPyramid.h.

◆ Superclass1

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::Superclass1

◆ Superclass2

template<class TElastix >
using elastix::FixedShrinkingPyramid< TElastix >::Superclass2 = FixedImagePyramidBase<TElastix>

Definition at line 52 of file elxFixedShrinkingPyramid.h.

Constructor & Destructor Documentation

◆ FixedShrinkingPyramid()

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::FixedShrinkingPyramid ( )
protecteddefault

The constructor.

◆ ~FixedShrinkingPyramid()

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::~FixedShrinkingPyramid ( )
overrideprotecteddefault

The destructor.

Member Function Documentation

◆ elxClassNameMacro()

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::elxClassNameMacro ( "FixedShrinkingImagePyramid" )

Name of this class. Use this name in the parameter file to select this specific pyramid.
example: (FixedImagePyramid "FixedShrinkingImagePyramid")

◆ GetClassName()

template<class TElastix >
virtual const char * elastix::FixedShrinkingPyramid< TElastix >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::MultiResolutionShrinkPyramidImageFilter< TInputImage, TOutputImage >.

◆ ITK_DISALLOW_COPY_AND_MOVE()

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::ITK_DISALLOW_COPY_AND_MOVE ( FixedShrinkingPyramid< TElastix > )

◆ itkStaticConstMacro()

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::itkStaticConstMacro ( ImageDimension ,
unsigned int ,
Superclass1::ImageDimension  )

Get the ImageDimension.

◆ New()

template<class TElastix >
static Pointer elastix::FixedShrinkingPyramid< TElastix >::New ( )
static

Method for creation through the object factory.

Field Documentation

◆ elxOverrideGetSelfMacro

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::elxOverrideGetSelfMacro
private

Definition at line 91 of file elxFixedShrinkingPyramid.h.



Generated on 2024-07-17 for elastix by doxygen 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) elastix logo