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

#include <elxFixedShrinkingPyramid.h>

Inheritance diagram for elastix::FixedShrinkingPyramid< TElastix >:
Inheritance graph
[legend]
Collaboration diagram for elastix::FixedShrinkingPyramid< TElastix >:
Collaboration graph
[legend]

Public Types

typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
 
typedef
Superclass2::ConfigurationType 
ConfigurationType
 
typedef itk::SmartPointer
< const Self
ConstPointer
 
typedef Superclass2::ElastixPointer ElastixPointer
 
typedef Superclass2::ElastixType ElastixType
 
typedef
Superclass1::InputImageConstPointer 
InputImageConstPointer
 
typedef
Superclass1::InputImagePointer 
InputImagePointer
 
typedef Superclass1::InputImageType InputImageType
 
typedef Superclass2::ITKBaseType ITKBaseType
 
typedef
Superclass1::OutputImagePointer 
OutputImagePointer
 
typedef
Superclass1::OutputImageType 
OutputImageType
 
typedef itk::SmartPointer< SelfPointer
 
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass2::RegistrationType 
RegistrationType
 
typedef Superclass1::ScheduleType ScheduleType
 
typedef FixedShrinkingPyramid Self
 
typedef
itk::MultiResolutionShrinkPyramidImageFilter
< typename
FixedImagePyramidBase
< TElastix >::InputImageType,
typename FixedImagePyramidBase
< TElastix >::OutputImageType
Superclass1
 
typedef FixedImagePyramidBase
< TElastix > 
Superclass2
 
- Public Types inherited from itk::MultiResolutionShrinkPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType >
typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::InputImageConstPointer 
InputImageConstPointer
 
typedef
Superclass::InputImagePointer 
InputImagePointer
 
typedef Superclass::InputImageType InputImageType
 
typedef
Superclass::OutputImagePointer 
OutputImagePointer
 
typedef Superclass::OutputImageType OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef Superclass::ScheduleType ScheduleType
 
typedef
MultiResolutionShrinkPyramidImageFilter 
Self
 
typedef
MultiResolutionPyramidImageFilter
< FixedImagePyramidBase
< TElastix >::InputImageType,
FixedImagePyramidBase
< TElastix >::OutputImageType
Superclass
 
- Public Types inherited from elastix::FixedImagePyramidBase< TElastix >
typedef
Superclass::ConfigurationPointer 
ConfigurationPointer
 
typedef
Superclass::ConfigurationType 
ConfigurationType
 
typedef Superclass::ElastixPointer ElastixPointer
 
typedef Superclass::ElastixType ElastixType
 
typedef ElastixType::FixedImageType InputImageType
 
typedef
itk::MultiResolutionPyramidImageFilter
< InputImageType,
OutputImageType
ITKBaseType
 
typedef ElastixType::FixedImageType OutputImageType
 
typedef
Superclass::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass::RegistrationType 
RegistrationType
 
typedef ITKBaseType::ScheduleType ScheduleType
 
typedef FixedImagePyramidBase Self
 
typedef BaseComponentSE< TElastix > Superclass
 
- Public Types inherited from elastix::BaseComponentSE< TElastix >
typedef
ElastixType::ConfigurationPointer 
ConfigurationPointer
 
typedef
ElastixType::ConfigurationType 
ConfigurationType
 
typedef ElastixType::Pointer ElastixPointer
 
typedef TElastix ElastixType
 
typedef RegistrationTypeRegistrationPointer
 
typedef
ElastixType::RegistrationBaseType 
RegistrationType
 
typedef BaseComponentSE Self
 
typedef BaseComponent Superclass
 

Public Member Functions

 elxClassNameMacro ("FixedShrinkingImagePyramid")
 
virtual const char * GetClassName () const
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
 
- Public Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType >
virtual void GenerateInputRequestedRegion (void)
 
 itkStaticConstMacro (ImageDimension, unsigned int, FixedImagePyramidBase< TElastix >::InputImageType::ImageDimension)
 
 itkStaticConstMacro (OutputImageDimension, unsigned int, FixedImagePyramidBase< TElastix >::OutputImageType::ImageDimension)
 
- Public Member Functions inherited from elastix::FixedImagePyramidBase< TElastix >
virtual void BeforeEachResolutionBase (void)
 
virtual void BeforeRegistrationBase (void)
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
virtual void SetFixedSchedule (void)
 
virtual void WritePyramidImage (const std::string &filename, const unsigned int &level)
 
- Public Member Functions inherited from elastix::BaseComponentSE< TElastix >
virtual ConfigurationTypeGetConfiguration (void) const
 
virtual ElastixTypeGetElastix (void) const
 
virtual RegistrationPointer GetRegistration (void) const
 
virtual void SetConfiguration (ConfigurationType *_arg)
 
virtual void SetElastix (ElastixType *_arg)
 
- Public Member Functions inherited from elastix::BaseComponent
virtual void AfterEachIteration (void)
 
virtual void AfterEachIterationBase (void)
 
virtual void AfterEachResolution (void)
 
virtual void AfterEachResolutionBase (void)
 
virtual void AfterRegistration (void)
 
virtual void AfterRegistrationBase (void)
 
virtual int BeforeAll (void)
 
virtual int BeforeAllBase (void)
 
virtual void BeforeEachResolution (void)
 
virtual void BeforeRegistration (void)
 
virtual const char * elxGetClassName (void) const
 
virtual const char * GetComponentLabel (void) const
 
virtual void SetComponentLabel (const char *label, unsigned int idx)
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType >
static Pointer New ()
 

Protected Member Functions

 FixedShrinkingPyramid ()
 
virtual ~FixedShrinkingPyramid ()
 
- Protected Member Functions inherited from itk::MultiResolutionShrinkPyramidImageFilter< FixedImagePyramidBase< TElastix >::InputImageType, FixedImagePyramidBase< TElastix >::OutputImageType >
virtual void GenerateData (void)
 
 MultiResolutionShrinkPyramidImageFilter ()
 
 ~MultiResolutionShrinkPyramidImageFilter ()
 
- Protected Member Functions inherited from elastix::FixedImagePyramidBase< TElastix >
 FixedImagePyramidBase ()
 
virtual ~FixedImagePyramidBase ()
 
- Protected Member Functions inherited from elastix::BaseComponentSE< TElastix >
 BaseComponentSE ()
 
virtual ~BaseComponentSE ()
 
- Protected Member Functions inherited from elastix::BaseComponent
 BaseComponent ()
 
virtual ~BaseComponent ()
 

Private Member Functions

 FixedShrinkingPyramid (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Attributes inherited from elastix::BaseComponentSE< TElastix >
ConfigurationPointer m_Configuration
 
ElastixPointer m_Elastix
 
RegistrationPointer m_Registration
 

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 37 of file elxFixedShrinkingPyramid.h.

Member Typedef Documentation

Definition at line 83 of file elxFixedShrinkingPyramid.h.

Definition at line 82 of file elxFixedShrinkingPyramid.h.

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

Definition at line 54 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass2::ElastixPointer elastix::FixedShrinkingPyramid< TElastix >::ElastixPointer

Definition at line 81 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass2::ElastixType elastix::FixedShrinkingPyramid< TElastix >::ElastixType

Typedefs inherited from Elastix.

Definition at line 80 of file elxFixedShrinkingPyramid.h.

Definition at line 76 of file elxFixedShrinkingPyramid.h.

Definition at line 74 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass1::InputImageType elastix::FixedShrinkingPyramid< TElastix >::InputImageType

Typedefs inherited from the superclass.

Definition at line 72 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass2::ITKBaseType elastix::FixedShrinkingPyramid< TElastix >::ITKBaseType

Definition at line 86 of file elxFixedShrinkingPyramid.h.

Definition at line 75 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass1::OutputImageType elastix::FixedShrinkingPyramid< TElastix >::OutputImageType

Definition at line 73 of file elxFixedShrinkingPyramid.h.

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

Definition at line 53 of file elxFixedShrinkingPyramid.h.

Definition at line 85 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass2::RegistrationType elastix::FixedShrinkingPyramid< TElastix >::RegistrationType

Definition at line 84 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef Superclass1::ScheduleType elastix::FixedShrinkingPyramid< TElastix >::ScheduleType

Definition at line 77 of file elxFixedShrinkingPyramid.h.

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

Standard ITK-stuff.

Definition at line 48 of file elxFixedShrinkingPyramid.h.

Definition at line 51 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
typedef FixedImagePyramidBase<TElastix> elastix::FixedShrinkingPyramid< TElastix >::Superclass2

Definition at line 52 of file elxFixedShrinkingPyramid.h.

Constructor & Destructor Documentation

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

The constructor.

Definition at line 91 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
virtual elastix::FixedShrinkingPyramid< TElastix >::~FixedShrinkingPyramid ( )
inlineprotectedvirtual

The destructor.

Definition at line 93 of file elxFixedShrinkingPyramid.h.

template<class TElastix >
elastix::FixedShrinkingPyramid< TElastix >::FixedShrinkingPyramid ( const Self )
private

The private constructor.

Member Function Documentation

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")

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

Run-time type information (and related methods).

Reimplemented from elastix::FixedImagePyramidBase< TElastix >.

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

Get the ImageDimension.

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

Method for creation through the object factory.

template<class TElastix >
void elastix::FixedShrinkingPyramid< TElastix >::operator= ( const Self )
private

The private copy constructor.



Generated on 04-01-2014 for elastix by doxygen 1.8.5 elastix logo