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 itk::SmartPointer
< const Self
ConstPointer
 
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 itk::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 Types inherited from elastix::ResamplerBase< TElastix >
typedef
Superclass::ConfigurationPointer 
ConfigurationPointer
 
typedef
Superclass::ConfigurationType 
ConfigurationType
 
typedef ElastixType::CoordRepType CoordRepType
 
typedef ITKBaseType::DirectionType DirectionType
 
typedef Superclass::ElastixPointer ElastixPointer
 
typedef Superclass::ElastixType ElastixType
 
typedef ITKBaseType::IndexType IndexType
 
typedef
ElastixType::MovingImageType 
InputImageType
 
typedef
ITKBaseType::InterpolatorType 
InterpolatorType
 
typedef
itk::ResampleImageFilter
< InputImageType,
OutputImageType, CoordRepType
ITKBaseType
 
typedef
ITKBaseType::OriginPointType 
OriginPointType
 
typedef
ElastixType::MovingImageType 
OutputImageType
 
typedef ITKBaseType::PixelType OutputPixelType
 
typedef
ElastixType::ParameterMapType 
ParameterMapType
 
typedef elx::ProgressCommand ProgressCommandType
 
typedef
Superclass::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass::RegistrationType 
RegistrationType
 
typedef ResamplerBase Self
 
typedef ITKBaseType::SizeType SizeType
 
typedef ITKBaseType::SpacingType SpacingType
 
typedef BaseComponentSE< TElastix > Superclass
 
typedef ITKBaseType::TransformType TransformType
 
- 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 ("DefaultResampler")
 
virtual const char * GetClassName () const
 
- Public Member Functions inherited from elastix::ResamplerBase< TElastix >
virtual void AfterEachIterationBase (void)
 
virtual void AfterEachResolutionBase (void)
 
virtual void AfterRegistrationBase (void)
 
virtual int BeforeAllTransformix (void)
 
virtual void BeforeRegistrationBase (void)
 
virtual void CreateItkResultImage (void)
 
virtual void CreateTransformParametersMap (ParameterMapType *paramsMap) const
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
 itkStaticConstMacro (ImageDimension, unsigned int, OutputImageType::ImageDimension)
 
virtual void ReadFromFile (void)
 
virtual void WriteResultImage (const char *filename, const bool &showProgress=true)
 
virtual void WriteToFile (void) const
 
- 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 AfterEachResolution (void)
 
virtual void AfterRegistration (void)
 
virtual int BeforeAll (void)
 
virtual int BeforeAllBase (void)
 
virtual void BeforeEachResolution (void)
 
virtual void BeforeEachResolutionBase (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 ()
 

Protected Member Functions

 MyStandardResampler ()
 
virtual ~MyStandardResampler ()
 
- Protected Member Functions inherited from elastix::ResamplerBase< TElastix >
 ResamplerBase ()
 
virtual void SetComponents (void)
 
virtual ~ResamplerBase ()
 
- Protected Member Functions inherited from elastix::BaseComponentSE< TElastix >
 BaseComponentSE ()
 
virtual ~BaseComponentSE ()
 
- Protected Member Functions inherited from elastix::BaseComponent
 BaseComponent ()
 
virtual ~BaseComponent ()
 

Private Member Functions

 MyStandardResampler (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::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 35 of file elxMyStandardResampler.h.

Member Typedef Documentation

Definition at line 82 of file elxMyStandardResampler.h.

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

Definition at line 81 of file elxMyStandardResampler.h.

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

Definition at line 46 of file elxMyStandardResampler.h.

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

Definition at line 80 of file elxMyStandardResampler.h.

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

Typedef's from the ResamplerBase.

Definition at line 79 of file elxMyStandardResampler.h.

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

Definition at line 71 of file elxMyStandardResampler.h.

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

Definition at line 63 of file elxMyStandardResampler.h.

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

Definition at line 65 of file elxMyStandardResampler.h.

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

Typedef's inherited from the superclass.

Definition at line 61 of file elxMyStandardResampler.h.

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

Definition at line 69 of file elxMyStandardResampler.h.

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

Definition at line 68 of file elxMyStandardResampler.h.

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

Definition at line 85 of file elxMyStandardResampler.h.

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

Definition at line 76 of file elxMyStandardResampler.h.

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

Definition at line 64 of file elxMyStandardResampler.h.

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

Definition at line 74 of file elxMyStandardResampler.h.

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

Definition at line 62 of file elxMyStandardResampler.h.

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

Definition at line 73 of file elxMyStandardResampler.h.

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

Definition at line 45 of file elxMyStandardResampler.h.

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

Definition at line 72 of file elxMyStandardResampler.h.

Definition at line 84 of file elxMyStandardResampler.h.

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

Definition at line 83 of file elxMyStandardResampler.h.

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

Standard ITK-stuff.

Definition at line 42 of file elxMyStandardResampler.h.

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

Definition at line 70 of file elxMyStandardResampler.h.

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

Definition at line 75 of file elxMyStandardResampler.h.

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

Definition at line 43 of file elxMyStandardResampler.h.

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

Definition at line 44 of file elxMyStandardResampler.h.

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

Definition at line 67 of file elxMyStandardResampler.h.

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

Definition at line 66 of file elxMyStandardResampler.h.

Constructor & Destructor Documentation

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

The constructor.

Definition at line 92 of file elxMyStandardResampler.h.

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

The destructor.

Definition at line 94 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 27-04-2014 for elastix by doxygen 1.8.6 elastix logo