![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
This class is the elastix base class for all MovingImagePyramids. More...
#include <elxMovingImagePyramidBase.h>
This class is the elastix base class for all MovingImagePyramids.
This class contains all the common functionality for MovingImagePyramids.
(MovingImagePyramidSchedule <reslevel0,dim0> <reslevel0,dim1> <reslevel1,dim0> <reslevel1,dim1> ...)
example: (MovingImagePyramidSchedule 4 4 2 2 1 1)
(ImagePyramidSchedule 4 4 2 2 1 1)
(WritePyramidImagesAfterEachResolution "true")
Definition at line 58 of file elxMovingImagePyramidBase.h.
typedef Superclass::ConfigurationPointer elastix::MovingImagePyramidBase< TElastix >::ConfigurationPointer |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 73 of file elxMovingImagePyramidBase.h.
typedef Superclass::ConfigurationType elastix::MovingImagePyramidBase< TElastix >::ConfigurationType |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 72 of file elxMovingImagePyramidBase.h.
typedef Superclass::ElastixPointer elastix::MovingImagePyramidBase< TElastix >::ElastixPointer |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 71 of file elxMovingImagePyramidBase.h.
typedef Superclass::ElastixType elastix::MovingImagePyramidBase< TElastix >::ElastixType |
Typedefs inherited from the superclass.
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 67 of file elxMovingImagePyramidBase.h.
typedef ElastixType::MovingImageType elastix::MovingImagePyramidBase< TElastix >::InputImageType |
Typedefs inherited from Elastix.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 78 of file elxMovingImagePyramidBase.h.
typedef MultiResolutionPyramidImageFilter< InputImageType, OutputImageType > elastix::MovingImagePyramidBase< TElastix >::ITKBaseType |
Other typedef's.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 83 of file elxMovingImagePyramidBase.h.
typedef ElastixType::MovingImageType elastix::MovingImagePyramidBase< TElastix >::OutputImageType |
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 79 of file elxMovingImagePyramidBase.h.
typedef Superclass::RegistrationPointer elastix::MovingImagePyramidBase< TElastix >::RegistrationPointer |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 75 of file elxMovingImagePyramidBase.h.
typedef Superclass::RegistrationType elastix::MovingImagePyramidBase< TElastix >::RegistrationType |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 74 of file elxMovingImagePyramidBase.h.
typedef ITKBaseType::ScheduleType elastix::MovingImagePyramidBase< TElastix >::ScheduleType |
Typedef's from ITKBaseType.
Reimplemented in elastix::MovingShrinkingPyramid< TElastix >.
Definition at line 86 of file elxMovingImagePyramidBase.h.
typedef MovingImagePyramidBase elastix::MovingImagePyramidBase< TElastix >::Self |
Standard ITK-stuff.
Reimplemented from elastix::BaseComponentSE< TElastix >.
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
Definition at line 63 of file elxMovingImagePyramidBase.h.
typedef BaseComponentSE<TElastix> elastix::MovingImagePyramidBase< TElastix >::Superclass |
Reimplemented from elastix::BaseComponentSE< TElastix >.
Definition at line 64 of file elxMovingImagePyramidBase.h.
elastix::MovingImagePyramidBase< TElastix >::MovingImagePyramidBase | ( | ) | [inline, protected] |
The constructor.
Definition at line 120 of file elxMovingImagePyramidBase.h.
virtual elastix::MovingImagePyramidBase< TElastix >::~MovingImagePyramidBase | ( | ) | [inline, protected, virtual] |
The destructor.
Definition at line 122 of file elxMovingImagePyramidBase.h.
elastix::MovingImagePyramidBase< TElastix >::MovingImagePyramidBase | ( | const Self & | ) | [private] |
The private constructor.
virtual void elastix::MovingImagePyramidBase< TElastix >::BeforeEachResolutionBase | ( | void | ) | [virtual] |
Execute stuff before each resolution:
Reimplemented from elastix::BaseComponent.
virtual void elastix::MovingImagePyramidBase< TElastix >::BeforeRegistrationBase | ( | void | ) | [virtual] |
Execute stuff before the actual registration:
Reimplemented from elastix::BaseComponent.
virtual ITKBaseType* elastix::MovingImagePyramidBase< TElastix >::GetAsITKBaseType | ( | void | ) | [inline, virtual] |
Cast to ITKBaseType.
Definition at line 89 of file elxMovingImagePyramidBase.h.
virtual const ITKBaseType* elastix::MovingImagePyramidBase< TElastix >::GetAsITKBaseType | ( | void | ) | const [inline, virtual] |
Cast to ITKBaseType, to use in const functions.
Definition at line 95 of file elxMovingImagePyramidBase.h.
virtual const char* elastix::MovingImagePyramidBase< TElastix >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented in elastix::MovingRecursivePyramid< TElastix >, elastix::MovingShrinkingPyramid< TElastix >, and elastix::MovingSmoothingPyramid< TElastix >.
void elastix::MovingImagePyramidBase< TElastix >::operator= | ( | const Self & | ) | [private] |
The private copy constructor.
virtual void elastix::MovingImagePyramidBase< TElastix >::SetMovingSchedule | ( | void | ) | [virtual] |
Method for setting the schedule.
virtual void elastix::MovingImagePyramidBase< TElastix >::WritePyramidImage | ( | const std::string & | filename, |
const unsigned int & | level | ||
) | [virtual] |
Method to write the pyramid image.
Generated on 24-10-2011 for elastix by ![]() |
![]() |