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

#include <elxReducedDimensionBSplineInterpolator.h>

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

Public Types

typedef
Superclass1::CoefficientDataType 
CoefficientDataType
typedef
Superclass1::CoefficientFilter 
CoefficientFilter
typedef
Superclass1::CoefficientFilterPointer 
CoefficientFilterPointer
typedef
Superclass1::CoefficientImageType 
CoefficientImageType
typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
typedef
Superclass2::ConfigurationType 
ConfigurationType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass1::ContinuousIndexType 
ContinuousIndexType
typedef
Superclass1::CovariantVectorType 
CovariantVectorType
typedef Superclass2::ElastixPointer ElastixPointer
typedef Superclass2::ElastixType ElastixType
typedef Superclass1::IndexType IndexType
typedef Superclass1::InputImageType InputImageType
typedef Superclass1::Iterator Iterator
typedef Superclass2::ITKBaseType ITKBaseType
typedef Superclass1::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef Superclass1::PointType PointType
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
typedef
Superclass2::RegistrationType 
RegistrationType
typedef
ReducedDimensionBSplineInterpolator 
Self
typedef
ReducedDimensionBSplineInterpolateImageFunction
< typename InterpolatorBase
< TElastix >::InputImageType,
typename InterpolatorBase
< TElastix >::CoordRepType,
double
Superclass1
typedef InterpolatorBase
< TElastix > 
Superclass2

Public Member Functions

virtual void BeforeEachResolution (void)
 elxClassNameMacro ("ReducedDimensionBSplineInterpolator")
virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 ReducedDimensionBSplineInterpolator ()
virtual ~ReducedDimensionBSplineInterpolator ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::ReducedDimensionBSplineInterpolator< TElastix >

An interpolator based on the itkReducedDimensionBSplineInterpolateImageFunction.

This interpolator interpolates images with an underlying B-spline polynomial. It only interpolates in the InputImageDimension - 1 dimensions of the image.

The parameters used in this class are:

Parameters:
Interpolator: Select this interpolator as follows:
(Interpolator "ReducedDimensionBSplineInterpolator")
Parameters:
BSplineInterpolationOrder: the order of the B-spline polynomial.
example: (BSplineInterpolationOrder 1 1 1)
The default order is 1. The parameter can be specified for each resolution.
If only given for one resolution, that value is used for the other resolutions as well.
Currently only first order B-spline interpolation is supported.

Definition at line 47 of file elxReducedDimensionBSplineInterpolator.h.


Member Typedef Documentation

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

Typedefs inherited from Elastix.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 97 of file elxReducedDimensionBSplineInterpolator.h.

template<class TElastix >
typedef Superclass1::IndexType elastix::ReducedDimensionBSplineInterpolator< TElastix >::IndexType
template<class TElastix >
typedef Superclass1::Iterator elastix::ReducedDimensionBSplineInterpolator< TElastix >::Iterator
template<class TElastix >
typedef SmartPointer<Self> elastix::ReducedDimensionBSplineInterpolator< TElastix >::Pointer
template<class TElastix >
typedef Superclass1::PointType elastix::ReducedDimensionBSplineInterpolator< TElastix >::PointType

Standard ITK-stuff.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 59 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 63 of file elxReducedDimensionBSplineInterpolator.h.

template<class TElastix >
typedef InterpolatorBase<TElastix> elastix::ReducedDimensionBSplineInterpolator< TElastix >::Superclass2

Definition at line 64 of file elxReducedDimensionBSplineInterpolator.h.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 113 of file elxReducedDimensionBSplineInterpolator.h.

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

The destructor.

Definition at line 115 of file elxReducedDimensionBSplineInterpolator.h.

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

The private constructor.


Member Function Documentation

template<class TElastix >
virtual void elastix::ReducedDimensionBSplineInterpolator< TElastix >::BeforeEachResolution ( void  ) [virtual]

Execute stuff before each new pyramid resolution:

  • Set the spline order.

Reimplemented from elastix::BaseComponent.

template<class TElastix >
elastix::ReducedDimensionBSplineInterpolator< TElastix >::elxClassNameMacro ( "ReducedDimensionBSplineInterpolator< TElastix >"  )

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

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

Run-time type information (and related methods).

Reimplemented from elastix::InterpolatorBase< TElastix >.

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

Get the ImageDimension.

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

The private copy constructor.



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