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::MovingShrinkingPyramid< TElastix > Class Template Reference

A pyramid based on the itk::MultiResolutionShrinkPyramidImageFilter. More...

#include <elxMovingShrinkingPyramid.h>

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

Public Types

typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
typedef
Superclass2::ConfigurationType 
ConfigurationType
typedef SmartPointer< const SelfConstPointer
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 SmartPointer< SelfPointer
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
typedef
Superclass2::RegistrationType 
RegistrationType
typedef Superclass1::ScheduleType ScheduleType
typedef MovingShrinkingPyramid Self
typedef
MultiResolutionShrinkPyramidImageFilter
< typename
MovingImagePyramidBase
< TElastix >::InputImageType,
typename
MovingImagePyramidBase
< TElastix >::OutputImageType
Superclass1
typedef MovingImagePyramidBase
< TElastix > 
Superclass2

Public Member Functions

 elxClassNameMacro ("MovingShrinkingImagePyramid")
virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 MovingShrinkingPyramid ()
virtual ~MovingShrinkingPyramid ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::MovingShrinkingPyramid< TElastix >

A pyramid based on the itk::MultiResolutionShrinkPyramidImageFilter.

The parameters used in this class are:

Parameters:
FixedImagePyramid: Select this pyramid as follows:
(MovingImagePyramid "MovingShrinkingImagePyramid")

Definition at line 38 of file elxMovingShrinkingPyramid.h.


Member Typedef Documentation

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 84 of file elxMovingShrinkingPyramid.h.

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 83 of file elxMovingShrinkingPyramid.h.

template<class TElastix >
typedef SmartPointer<const Self> elastix::MovingShrinkingPyramid< TElastix >::ConstPointer
template<class TElastix >
typedef Superclass2::ElastixPointer elastix::MovingShrinkingPyramid< TElastix >::ElastixPointer

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 82 of file elxMovingShrinkingPyramid.h.

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

Typedefs inherited from Elastix.

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 81 of file elxMovingShrinkingPyramid.h.

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

Typedefs inherited from the superclass.

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 73 of file elxMovingShrinkingPyramid.h.

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

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 87 of file elxMovingShrinkingPyramid.h.

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

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 74 of file elxMovingShrinkingPyramid.h.

template<class TElastix >
typedef SmartPointer<Self> elastix::MovingShrinkingPyramid< TElastix >::Pointer

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 86 of file elxMovingShrinkingPyramid.h.

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

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 85 of file elxMovingShrinkingPyramid.h.

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

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 78 of file elxMovingShrinkingPyramid.h.

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

Standard ITK-stuff.

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

Definition at line 49 of file elxMovingShrinkingPyramid.h.

Definition at line 52 of file elxMovingShrinkingPyramid.h.

template<class TElastix >
typedef MovingImagePyramidBase<TElastix> elastix::MovingShrinkingPyramid< TElastix >::Superclass2

Definition at line 53 of file elxMovingShrinkingPyramid.h.


Constructor & Destructor Documentation

template<class TElastix >
elastix::MovingShrinkingPyramid< TElastix >::MovingShrinkingPyramid ( ) [inline, protected]

The constructor.

Definition at line 92 of file elxMovingShrinkingPyramid.h.

template<class TElastix >
virtual elastix::MovingShrinkingPyramid< TElastix >::~MovingShrinkingPyramid ( ) [inline, protected, virtual]

The destructor.

Definition at line 94 of file elxMovingShrinkingPyramid.h.

template<class TElastix >
elastix::MovingShrinkingPyramid< TElastix >::MovingShrinkingPyramid ( const Self ) [private]

The private constructor.


Member Function Documentation

template<class TElastix >
elastix::MovingShrinkingPyramid< TElastix >::elxClassNameMacro ( "MovingShrinkingImagePyramid"  )

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

template<class TElastix >
virtual const char* elastix::MovingShrinkingPyramid< TElastix >::GetClassName ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from elastix::MovingImagePyramidBase< TElastix >.

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

Get the ImageDimension.

template<class TElastix >
static Pointer elastix::MovingShrinkingPyramid< TElastix >::New ( ) [static]
template<class TElastix >
void elastix::MovingShrinkingPyramid< TElastix >::operator= ( const Self ) [private]

The private copy constructor.



Generated on 24-10-2011 for elastix by doxygen 1.7.4 elastix logo