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

#include <elxMyStandardResampler.h>

Inheritance diagram for elastix::MyStandardResampler< TElastix >:
Inheritance graph
[legend]
Collaboration diagram for elastix::MyStandardResampler< 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::IndexType IndexType
typedef
Superclass1::InputImagePointer 
InputImagePointer
typedef
Superclass1::InputImageRegionType 
InputImageRegionType
typedef Superclass1::InputImageType InputImageType
typedef
Superclass1::InterpolatorPointerType 
InterpolatePointerType
typedef
Superclass1::InterpolatorType 
InterpolatorType
typedef Superclass2::ITKBaseType ITKBaseType
typedef
Superclass1::OriginPointType 
OriginPointType
typedef
Superclass1::OutputImagePointer 
OutputImagePointer
typedef
Superclass1::OutputImageRegionType 
OutputImageRegionType
typedef
Superclass1::OutputImageType 
OutputImageType
typedef Superclass1::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Superclass1::PointType PointType
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
typedef
Superclass2::RegistrationType 
RegistrationType
typedef MyStandardResampler Self
typedef Superclass1::SizeType SizeType
typedef Superclass1::SpacingType SpacingType
typedef ResamplerBase
< TElastix >::ITKBaseType 
Superclass1
typedef ResamplerBase< TElastix > Superclass2
typedef
Superclass1::TransformPointerType 
TransformPointerType
typedef Superclass1::TransformType TransformType

Public Member Functions

 elxClassNameMacro ("DefaultResampler")
virtual const char * GetClassName () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 MyStandardResampler ()
virtual ~MyStandardResampler ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::MyStandardResampler< TElastix >

A resampler based on the itk::ResampleImageFilter.

The parameters used in this class are:

Parameters:
Resampler: Select this resampler as follows:
(Resampler "DefaultResampler")

Definition at line 37 of file elxMyStandardResampler.h.


Member Typedef Documentation

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 84 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass2::ConfigurationType elastix::MyStandardResampler< TElastix >::ConfigurationType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 83 of file elxMyStandardResampler.h.

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

Definition at line 48 of file elxMyStandardResampler.h.

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

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 82 of file elxMyStandardResampler.h.

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

Typedef's from the ResamplerBase.

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 81 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::IndexType elastix::MyStandardResampler< TElastix >::IndexType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 73 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::InputImagePointer elastix::MyStandardResampler< TElastix >::InputImagePointer

Definition at line 65 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::InputImageRegionType elastix::MyStandardResampler< TElastix >::InputImageRegionType

Definition at line 67 of file elxMyStandardResampler.h.

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

Typedef's inherited from the superclass.

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 63 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::InterpolatorPointerType elastix::MyStandardResampler< TElastix >::InterpolatePointerType

Definition at line 71 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::InterpolatorType elastix::MyStandardResampler< TElastix >::InterpolatorType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 70 of file elxMyStandardResampler.h.

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

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 87 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::OriginPointType elastix::MyStandardResampler< TElastix >::OriginPointType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 78 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::OutputImagePointer elastix::MyStandardResampler< TElastix >::OutputImagePointer

Definition at line 66 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::OutputImageRegionType elastix::MyStandardResampler< TElastix >::OutputImageRegionType

Definition at line 76 of file elxMyStandardResampler.h.

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

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 64 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::PixelType elastix::MyStandardResampler< TElastix >::PixelType

Definition at line 75 of file elxMyStandardResampler.h.

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

Definition at line 47 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::PointType elastix::MyStandardResampler< TElastix >::PointType

Definition at line 74 of file elxMyStandardResampler.h.

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 86 of file elxMyStandardResampler.h.

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

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 85 of file elxMyStandardResampler.h.

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

Standard ITK-stuff.

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 44 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::SizeType elastix::MyStandardResampler< TElastix >::SizeType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 72 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::SpacingType elastix::MyStandardResampler< TElastix >::SpacingType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 77 of file elxMyStandardResampler.h.

template<class TElastix >
typedef ResamplerBase<TElastix>::ITKBaseType elastix::MyStandardResampler< TElastix >::Superclass1

Definition at line 45 of file elxMyStandardResampler.h.

template<class TElastix >
typedef ResamplerBase<TElastix> elastix::MyStandardResampler< TElastix >::Superclass2

Definition at line 46 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::TransformPointerType elastix::MyStandardResampler< TElastix >::TransformPointerType

Definition at line 69 of file elxMyStandardResampler.h.

template<class TElastix >
typedef Superclass1::TransformType elastix::MyStandardResampler< TElastix >::TransformType

Reimplemented from elastix::ResamplerBase< TElastix >.

Definition at line 68 of file elxMyStandardResampler.h.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 94 of file elxMyStandardResampler.h.

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

The destructor.

Definition at line 96 of file elxMyStandardResampler.h.

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

The private constructor.


Member Function Documentation

template<class TElastix >
elastix::MyStandardResampler< TElastix >::elxClassNameMacro ( "DefaultResampler"  )

Name of this class. Use this name in the parameter file to select this specific resampler.
example: (Resampler "DefaultResampler")

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

Run-time type information (and related methods).

Reimplemented from elastix::ResamplerBase< TElastix >.

template<class TElastix >
static Pointer elastix::MyStandardResampler< TElastix >::New ( ) [static]

Method for creation through the object factory.

template<class TElastix >
void elastix::MyStandardResampler< TElastix >::operator= ( const Self ) [private]

The private copy constructor.



Generated on 24-05-2012 for elastix by doxygen 1.7.6.1 elastix logo