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 | Protected Member Functions | Private Member Functions
elastix::ResampleInterpolatorBase< TElastix > Class Template Reference

#include <elxResampleInterpolatorBase.h>

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

Public Types

typedef
Superclass::ConfigurationPointer 
ConfigurationPointer
 
typedef
Superclass::ConfigurationType 
ConfigurationType
 
typedef ElastixType::CoordRepType CoordRepType
 
typedef Superclass::ElastixPointer ElastixPointer
 
typedef Superclass::ElastixType ElastixType
 
typedef
ElastixType::MovingImageType 
InputImageType
 
typedef
itk::InterpolateImageFunction
< InputImageType, CoordRepType
ITKBaseType
 
typedef
Superclass::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass::RegistrationType 
RegistrationType
 
typedef ResampleInterpolatorBase 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

virtual int BeforeAllTransformix (void)
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
virtual const char * GetClassName () const
 
virtual void ReadFromFile (void)
 
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 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 BeforeEachResolutionBase (void)
 
virtual void BeforeRegistration (void)
 
virtual void BeforeRegistrationBase (void)
 
virtual const char * elxGetClassName (void) const
 
virtual const char * GetComponentLabel (void) const
 
virtual void SetComponentLabel (const char *label, unsigned int idx)
 

Protected Member Functions

 ResampleInterpolatorBase ()
 
virtual ~ResampleInterpolatorBase ()
 
- Protected Member Functions inherited from elastix::BaseComponentSE< TElastix >
 BaseComponentSE ()
 
virtual ~BaseComponentSE ()
 
- Protected Member Functions inherited from elastix::BaseComponent
 BaseComponent ()
 
virtual ~BaseComponent ()
 

Private Member Functions

void operator= (const Self &)
 
 ResampleInterpolatorBase (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::ResampleInterpolatorBase< TElastix >

This class is the elastix base class for all ResampleInterpolators.

This class contains all the common functionality for ResampleInterpolators.

Definition at line 39 of file elxResampleInterpolatorBase.h.

Member Typedef Documentation

Definition at line 54 of file elxResampleInterpolatorBase.h.

Definition at line 53 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef ElastixType::CoordRepType elastix::ResampleInterpolatorBase< TElastix >::CoordRepType

Definition at line 60 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef Superclass::ElastixPointer elastix::ResampleInterpolatorBase< TElastix >::ElastixPointer

Definition at line 52 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef Superclass::ElastixType elastix::ResampleInterpolatorBase< TElastix >::ElastixType

Typedef's from superclass.

Definition at line 48 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef ElastixType::MovingImageType elastix::ResampleInterpolatorBase< TElastix >::InputImageType

Typedef's from elastix.

Definition at line 59 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef itk::InterpolateImageFunction< InputImageType, CoordRepType > elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType

Other typedef's.

Definition at line 64 of file elxResampleInterpolatorBase.h.

Definition at line 56 of file elxResampleInterpolatorBase.h.

Definition at line 55 of file elxResampleInterpolatorBase.h.

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

Standard ITK stuff.

Definition at line 44 of file elxResampleInterpolatorBase.h.

template<class TElastix>
typedef BaseComponentSE<TElastix> elastix::ResampleInterpolatorBase< TElastix >::Superclass

Definition at line 45 of file elxResampleInterpolatorBase.h.

Constructor & Destructor Documentation

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

The constructor.

Definition at line 92 of file elxResampleInterpolatorBase.h.

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

The destructor.

Definition at line 94 of file elxResampleInterpolatorBase.h.

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

The private constructor.

Member Function Documentation

template<class TElastix>
virtual int elastix::ResampleInterpolatorBase< TElastix >::BeforeAllTransformix ( void  )
inlinevirtual

Execute stuff before the actual transformation:

  • nothing here

Definition at line 81 of file elxResampleInterpolatorBase.h.

template<class TElastix>
virtual ITKBaseType* elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( void  )
inlinevirtual

Cast ti ITKBaseType.

Definition at line 67 of file elxResampleInterpolatorBase.h.

template<class TElastix>
virtual const ITKBaseType* elastix::ResampleInterpolatorBase< TElastix >::GetAsITKBaseType ( void  ) const
inlinevirtual

Cast to ITKBaseType, to use in const functions.

Definition at line 73 of file elxResampleInterpolatorBase.h.

template<class TElastix>
virtual const char* elastix::ResampleInterpolatorBase< TElastix >::GetClassName ( ) const
virtual
template<class TElastix>
void elastix::ResampleInterpolatorBase< TElastix >::operator= ( const Self )
private

The private copy constructor.

template<class TElastix>
virtual void elastix::ResampleInterpolatorBase< TElastix >::ReadFromFile ( void  )
virtual
template<class TElastix>
virtual void elastix::ResampleInterpolatorBase< TElastix >::WriteToFile ( void  ) const
virtual


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