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 | Private Attributes
elastix::RayCastResampleInterpolator< TElastix > Class Template Reference

An interpolator based on ... More...

#include <elxRayCastResampleInterpolator.h>

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

Public Types

typedef
AdvancedTransformType::Pointer 
AdvancedTransformPointer
typedef itk::AdvancedTransform
< typename InterpolatorBase
< TElastix >::CoordRepType,
itkGetStaticConstMacro(ImageDimension),
itkGetStaticConstMacro(ImageDimension)> 
AdvancedTransformType
typedef
CombinationTransformType::Pointer 
CombinationTransformPointer
typedef
itk::AdvancedCombinationTransform
< typename InterpolatorBase
< TElastix >::CoordRepType,
itkGetStaticConstMacro(ImageDimension) > 
CombinationTransformType
typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
typedef
Superclass2::ConfigurationType 
ConfigurationType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass1::ContinuousIndexType 
ContinuousIndexType
typedef Superclass2::ElastixPointer ElastixPointer
typedef Superclass2::ElastixType ElastixType
typedef EulerTransformType::Pointer EulerTransformPointer
typedef itk::EulerTransform
< typename InterpolatorBase
< TElastix >::CoordRepType,
ImageDimension > 
EulerTransformType
typedef Superclass1::IndexType IndexType
typedef Superclass1::InputImageType InputImageType
typedef Superclass2::ITKBaseType ITKBaseType
typedef Superclass1::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef Superclass1::PointType PointType
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
typedef
Superclass2::RegistrationType 
RegistrationType
typedef RayCastResampleInterpolator Self
typedef Superclass1::SizeType SizeType
typedef InputImageType::SpacingType SpacingType
typedef
AdvancedRayCastInterpolateImageFunction
< typename
ResampleInterpolatorBase
< TElastix >::InputImageType,
typename
ResampleInterpolatorBase
< TElastix >::CoordRepType
Superclass1
typedef
ResampleInterpolatorBase
< TElastix > 
Superclass2
typedef
EulerTransformType::ParametersType 
TransformParametersType

Public Member Functions

virtual int BeforeAll (void)
virtual void BeforeRegistration (void)
 elxClassNameMacro ("FinalRayCastInterpolator")
virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
virtual void ReadFromFile (void)
virtual void WriteToFile (void) const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

void InitializeRayCastInterpolator (void)
 RayCastResampleInterpolator ()
virtual ~RayCastResampleInterpolator ()

Private Member Functions

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

Private Attributes

CombinationTransformPointer m_CombinationTransform
TransformParametersType m_PreParameters
EulerTransformPointer m_PreTransform

Detailed Description

template<class TElastix>
class elastix::RayCastResampleInterpolator< TElastix >

An interpolator based on ...

Definition at line 36 of file elxRayCastResampleInterpolator.h.


Member Typedef Documentation

Definition at line 97 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef itk::AdvancedTransform< typename InterpolatorBase<TElastix>::CoordRepType, itkGetStaticConstMacro( ImageDimension ), itkGetStaticConstMacro( ImageDimension )> elastix::RayCastResampleInterpolator< TElastix >::AdvancedTransformType

Definition at line 96 of file elxRayCastResampleInterpolator.h.

Definition at line 101 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef itk::AdvancedCombinationTransform< typename InterpolatorBase<TElastix>::CoordRepType, itkGetStaticConstMacro( ImageDimension ) > elastix::RayCastResampleInterpolator< TElastix >::CombinationTransformType

Definition at line 100 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef SmartPointer<const Self> elastix::RayCastResampleInterpolator< TElastix >::ConstPointer
template<class TElastix >
typedef Superclass2::ElastixType elastix::RayCastResampleInterpolator< TElastix >::ElastixType

Typedef's from ResampleInterpolatorBase.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

Definition at line 79 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef EulerTransformType::Pointer elastix::RayCastResampleInterpolator< TElastix >::EulerTransformPointer

Definition at line 92 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef itk::EulerTransform< typename InterpolatorBase<TElastix>::CoordRepType,ImageDimension > elastix::RayCastResampleInterpolator< TElastix >::EulerTransformType

Typedef's for CombinationTransform

Definition at line 90 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef Superclass1::IndexType elastix::RayCastResampleInterpolator< TElastix >::IndexType
template<class TElastix >
typedef Superclass2::ITKBaseType elastix::RayCastResampleInterpolator< TElastix >::ITKBaseType
template<class TElastix >
typedef Superclass1::OutputType elastix::RayCastResampleInterpolator< TElastix >::OutputType
template<class TElastix >
typedef SmartPointer<Self> elastix::RayCastResampleInterpolator< TElastix >::Pointer
template<class TElastix >
typedef Superclass1::PointType elastix::RayCastResampleInterpolator< TElastix >::PointType
template<class TElastix >
typedef RayCastResampleInterpolator elastix::RayCastResampleInterpolator< TElastix >::Self

Standard ITK-stuff.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

Definition at line 46 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef Superclass1::SizeType elastix::RayCastResampleInterpolator< TElastix >::SizeType
template<class TElastix >
typedef InputImageType::SpacingType elastix::RayCastResampleInterpolator< TElastix >::SpacingType

Definition at line 76 of file elxRayCastResampleInterpolator.h.

Definition at line 49 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef ResampleInterpolatorBase<TElastix> elastix::RayCastResampleInterpolator< TElastix >::Superclass2

Definition at line 50 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
typedef EulerTransformType::ParametersType elastix::RayCastResampleInterpolator< TElastix >::TransformParametersType

Constructor & Destructor Documentation

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

The constructor.

Definition at line 116 of file elxRayCastResampleInterpolator.h.

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

The destructor.

Definition at line 119 of file elxRayCastResampleInterpolator.h.

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

The private constructor.


Member Function Documentation

template<class TElastix >
virtual int elastix::RayCastResampleInterpolator< TElastix >::BeforeAll ( void  ) [virtual]

Reimplemented from elastix::BaseComponent.

template<class TElastix >
virtual void elastix::RayCastResampleInterpolator< TElastix >::BeforeRegistration ( void  ) [virtual]

Reimplemented from elastix::BaseComponent.

template<class TElastix >
elastix::RayCastResampleInterpolator< TElastix >::elxClassNameMacro ( "FinalRayCastInterpolator"  )

Name of this class. Use this name in the parameter file to select this specific resample interpolator.
example: (ResampleInterpolator "FinalRayCastInterpolator")

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

Run-time type information (and related methods).

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

template<class TElastix >
void elastix::RayCastResampleInterpolator< TElastix >::InitializeRayCastInterpolator ( void  ) [protected]

Helper function to initialize the combination transform with a pre-transform.

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

Dimension of the image.

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

The private copy constructor.

template<class TElastix >
virtual void elastix::RayCastResampleInterpolator< TElastix >::ReadFromFile ( void  ) [virtual]

Function to read transform-parameters from a file.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

template<class TElastix >
virtual void elastix::RayCastResampleInterpolator< TElastix >::WriteToFile ( void  ) const [virtual]

Function to write transform-parameters to a file.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.


Field Documentation

Definition at line 136 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
TransformParametersType elastix::RayCastResampleInterpolator< TElastix >::m_PreParameters [private]

Definition at line 135 of file elxRayCastResampleInterpolator.h.

template<class TElastix >
EulerTransformPointer elastix::RayCastResampleInterpolator< TElastix >::m_PreTransform [private]

Definition at line 134 of file elxRayCastResampleInterpolator.h.



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