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

A resample-interpolator based on B-splines. More...

#include <elxBSplineResampleInterpolator.h>

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

Public Member Functions

virtual void BeforeRegistration (void)
 elxClassNameMacro ("FinalBSplineInterpolator")
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

 BSplineResampleInterpolator ()
virtual ~BSplineResampleInterpolator ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::BSplineResampleInterpolator< TElastix >

A resample-interpolator based on B-splines.

The parameters used in this class are:

Parameters:
ResampleInterpolator: Select this resample interpolator as follows:
(ResampleInterpolator "FinalBSplineInterpolator")
Parameters:
FinalBSplineInterpolationOrder: the order of the B-spline used to resample the deformed moving image; possible values: (0-5)
example: (FinalBSplineInterpolationOrder 3)
Default: 3.

The transform parameters necessary for transformix, additionally defined by this class, are:

Transform Parameters:
FinalBSplineInterpolationOrder: the order of the B-spline used to resample the deformed moving image; possible values: (0-5)
example: (FinalBSplineInterpolationOrder 3)
Default: 3.

With very large images, memory problems may be avoided by using the BSplineResampleInterpolatorFloat. The differences of the result are generally negligible. If you are really in memory problems, you may use the LinearResampleInterpolator, or the NearestNeighborResampleInterpolator.

See also:
BSplineResampleInterpolatorFloat

Definition at line 53 of file elxBSplineResampleInterpolator.h.


Member Typedef Documentation

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

Definition at line 95 of file elxBSplineResampleInterpolator.h.

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

Definition at line 97 of file elxBSplineResampleInterpolator.h.

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

Definition at line 98 of file elxBSplineResampleInterpolator.h.

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

Definition at line 96 of file elxBSplineResampleInterpolator.h.

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

Definition at line 71 of file elxBSplineResampleInterpolator.h.

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

Definition at line 92 of file elxBSplineResampleInterpolator.h.

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

Definition at line 99 of file elxBSplineResampleInterpolator.h.

template<class TElastix >
typedef Superclass2::ElastixType elastix::BSplineResampleInterpolator< TElastix >::ElastixType
template<class TElastix >
typedef Superclass1::IndexType elastix::BSplineResampleInterpolator< TElastix >::IndexType

Definition at line 91 of file elxBSplineResampleInterpolator.h.

template<class TElastix >
typedef Superclass1::InputImageType elastix::BSplineResampleInterpolator< TElastix >::InputImageType
template<class TElastix >
typedef Superclass1::Iterator elastix::BSplineResampleInterpolator< TElastix >::Iterator

Definition at line 94 of file elxBSplineResampleInterpolator.h.

template<class TElastix >
typedef Superclass2::ITKBaseType elastix::BSplineResampleInterpolator< TElastix >::ITKBaseType
template<class TElastix >
typedef Superclass1::OutputType elastix::BSplineResampleInterpolator< TElastix >::OutputType

Typedef's inherited from the superclass.

Definition at line 89 of file elxBSplineResampleInterpolator.h.

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

Definition at line 70 of file elxBSplineResampleInterpolator.h.

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

Definition at line 93 of file elxBSplineResampleInterpolator.h.

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

Standard ITK-stuff.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

Definition at line 64 of file elxBSplineResampleInterpolator.h.

Definition at line 68 of file elxBSplineResampleInterpolator.h.

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

Definition at line 69 of file elxBSplineResampleInterpolator.h.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 124 of file elxBSplineResampleInterpolator.h.

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

The destructor.

Definition at line 126 of file elxBSplineResampleInterpolator.h.

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

The private constructor.


Member Function Documentation

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

Execute stuff before the actual registration:

  • Set the spline order.

Reimplemented from elastix::BaseComponent.

template<class TElastix >
elastix::BSplineResampleInterpolator< TElastix >::elxClassNameMacro ( "FinalBSplineInterpolator"  )

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

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

Run-time type information (and related methods).

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

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

Dimension of the image.

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

Method for creation through the object factory.

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

The private copy constructor.

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

Function to read transform-parameters from a file.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

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

Function to write transform-parameters to a file.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.



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