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

#include <elxBSplineInterpolatorFloat.h>

Inheritance diagram for elastix::BSplineInterpolatorFloat< TElastix >:
Inheritance graph
[legend]
Collaboration diagram for elastix::BSplineInterpolatorFloat< 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 BSplineInterpolatorFloat Self
typedef
BSplineInterpolateImageFunction
< typename InterpolatorBase
< TElastix >::InputImageType,
typename InterpolatorBase
< TElastix >::CoordRepType,
float
Superclass1
typedef InterpolatorBase
< TElastix > 
Superclass2

Public Member Functions

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

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 BSplineInterpolatorFloat ()
virtual ~BSplineInterpolatorFloat ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::BSplineInterpolatorFloat< TElastix >

An interpolator based on the itk::BSplineInterpolateImageFunction.

This interpolator interpolates images with an underlying B-spline polynomial.

NB: BSplineInterpolation with order 1 is slower than using a LinearInterpolator, but it determines the derivative slightly more accurate at grid points. That's why the registration results can be slightly different.

The parameters used in this class are:

Parameters:
Interpolator: Select this interpolator as follows:
(Interpolator "BSplineInterpolatorFloat")
Parameters:
BSplineInterpolationOrder: the order of the B-spline polynomial.
example: (BSplineInterpolationOrder 3 2 3)
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.

Definition at line 49 of file elxBSplineInterpolatorFloat.h.


Member Typedef Documentation

template<class TElastix >
typedef Superclass1::CoefficientDataType elastix::BSplineInterpolatorFloat< TElastix >::CoefficientDataType

Definition at line 92 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::CoefficientFilter elastix::BSplineInterpolatorFloat< TElastix >::CoefficientFilter

Definition at line 94 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::CoefficientFilterPointer elastix::BSplineInterpolatorFloat< TElastix >::CoefficientFilterPointer

Definition at line 95 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::CoefficientImageType elastix::BSplineInterpolatorFloat< TElastix >::CoefficientImageType

Definition at line 93 of file elxBSplineInterpolatorFloat.h.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 102 of file elxBSplineInterpolatorFloat.h.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 101 of file elxBSplineInterpolatorFloat.h.

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

Definition at line 68 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::ContinuousIndexType elastix::BSplineInterpolatorFloat< TElastix >::ContinuousIndexType

Definition at line 89 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::CovariantVectorType elastix::BSplineInterpolatorFloat< TElastix >::CovariantVectorType

Definition at line 96 of file elxBSplineInterpolatorFloat.h.

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

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 100 of file elxBSplineInterpolatorFloat.h.

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

Typedefs inherited from Elastix.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 99 of file elxBSplineInterpolatorFloat.h.

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

Definition at line 88 of file elxBSplineInterpolatorFloat.h.

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

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 87 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::Iterator elastix::BSplineInterpolatorFloat< TElastix >::Iterator

Definition at line 91 of file elxBSplineInterpolatorFloat.h.

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

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 105 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef Superclass1::OutputType elastix::BSplineInterpolatorFloat< TElastix >::OutputType

Typedefs inherited from the superclass.

Definition at line 86 of file elxBSplineInterpolatorFloat.h.

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

Definition at line 67 of file elxBSplineInterpolatorFloat.h.

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

Definition at line 90 of file elxBSplineInterpolatorFloat.h.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 104 of file elxBSplineInterpolatorFloat.h.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 103 of file elxBSplineInterpolatorFloat.h.

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

Standard ITK-stuff.

Reimplemented from elastix::InterpolatorBase< TElastix >.

Definition at line 61 of file elxBSplineInterpolatorFloat.h.

template<class TElastix >
typedef BSplineInterpolateImageFunction< typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType, float > elastix::BSplineInterpolatorFloat< TElastix >::Superclass1

Definition at line 65 of file elxBSplineInterpolatorFloat.h.

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

Definition at line 66 of file elxBSplineInterpolatorFloat.h.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 115 of file elxBSplineInterpolatorFloat.h.

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

The destructor.

Definition at line 117 of file elxBSplineInterpolatorFloat.h.

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

The private constructor.


Member Function Documentation

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

Execute stuff before each new pyramid resolution:

  • Set the spline order.

Reimplemented from elastix::BaseComponent.

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

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

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

Run-time type information (and related methods).

Reimplemented from elastix::InterpolatorBase< TElastix >.

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

Get the ImageDimension.

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

Method for creation through the object factory.

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

The private copy constructor.



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