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 Types inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType, double >
typedef double CoefficientDataType
typedef
MultiOrderBSplineDecompositionImageFilter
< InterpolatorBase< TElastix >
::InputImageType,
CoefficientImageType
CoefficientFilter
typedef CoefficientFilter::Pointer CoefficientFilterPointer
typedef Image
< CoefficientDataType,
itkGetStaticConstMacro(ImageDimension) > 
CoefficientImageType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::ContinuousIndexType 
ContinuousIndexType
typedef CovariantVector
< OutputType,
itkGetStaticConstMacro(ImageDimension) > 
CovariantVectorType
typedef Superclass::IndexType IndexType
typedef Superclass::InputImageType InputImageType
typedef
ImageLinearIteratorWithIndex
< InterpolatorBase< TElastix >
::InputImageType
Iterator
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef Superclass::PointType PointType
typedef
ReducedDimensionBSplineInterpolateImageFunction 
Self
typedef
InterpolateImageFunction
< InterpolatorBase< TElastix >
::InputImageType,
InterpolatorBase< TElastix >
::CoordRepType > 
Superclass
- Public Types inherited from elastix::InterpolatorBase< TElastix >
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
InterpolateImageFunction
< InputImageType, CoordRepType
ITKBaseType
typedef
Superclass::RegistrationPointer 
RegistrationPointer
typedef
Superclass::RegistrationType 
RegistrationType
typedef InterpolatorBase 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 void BeforeEachResolution (void)
 elxClassNameMacro ("ReducedDimensionBSplineInterpolator")
virtual const char * GetClassName () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
- Public Member Functions inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType, double >
virtual OutputType EvaluateAtContinuousIndex (const ContinuousIndexType &index) const
CovariantVectorType EvaluateDerivative (const PointType &point) const
CovariantVectorType EvaluateDerivativeAtContinuousIndex (const ContinuousIndexType &x) const
virtual int GetSplineOrder () const
virtual bool GetUseImageDirection () const
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass::ImageDimension)
virtual void SetInputImage (const InterpolatorBase< TElastix >::InputImageType *inputData)
void SetSplineOrder (unsigned int SplineOrder)
virtual void SetUseImageDirection (bool _arg)
virtual void UseImageDirectionOff ()
virtual void UseImageDirectionOn ()
- Public Member Functions inherited from elastix::InterpolatorBase< TElastix >
virtual ITKBaseTypeGetAsITKBaseType (void)
virtual const ITKBaseTypeGetAsITKBaseType (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 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)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 ReducedDimensionBSplineInterpolator ()
virtual ~ReducedDimensionBSplineInterpolator ()
- Protected Member Functions inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType, double >
void PrintSelf (std::ostream &os, Indent indent) const
 ReducedDimensionBSplineInterpolateImageFunction ()
virtual ~ReducedDimensionBSplineInterpolateImageFunction ()
- Protected Member Functions inherited from elastix::InterpolatorBase< TElastix >
 InterpolatorBase ()
virtual ~InterpolatorBase ()
- 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 &)
 ReducedDimensionBSplineInterpolator (const Self &)

Additional Inherited Members

- Protected Attributes inherited from itk::ReducedDimensionBSplineInterpolateImageFunction< InterpolatorBase< TElastix >::InputImageType, InterpolatorBase< TElastix >::CoordRepType, double >
CoefficientImageType::ConstPointer m_Coefficients
InterpolatorBase< TElastix >
::InputImageType::SizeType 
m_DataLength
std::vector< CoefficientDataTypem_Scratch
unsigned int m_SplineOrder
- Protected Attributes inherited from elastix::BaseComponentSE< TElastix >
ConfigurationPointer m_Configuration
ElastixPointer m_Elastix
RegistrationPointer m_Registration

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

Definition at line 90 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 92 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 93 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 91 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 100 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 99 of file elxReducedDimensionBSplineInterpolator.h.

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

Definition at line 66 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 87 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 94 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 98 of file elxReducedDimensionBSplineInterpolator.h.

Typedefs inherited from Elastix.

Definition at line 97 of file elxReducedDimensionBSplineInterpolator.h.

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

Definition at line 86 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 85 of file elxReducedDimensionBSplineInterpolator.h.

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

Definition at line 89 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 103 of file elxReducedDimensionBSplineInterpolator.h.

Typedefs inherited from the superclass.

Definition at line 84 of file elxReducedDimensionBSplineInterpolator.h.

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

Definition at line 65 of file elxReducedDimensionBSplineInterpolator.h.

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

Definition at line 88 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 102 of file elxReducedDimensionBSplineInterpolator.h.

Definition at line 101 of file elxReducedDimensionBSplineInterpolator.h.

Standard ITK-stuff.

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 ( )
inlineprotected

The constructor.

Definition at line 113 of file elxReducedDimensionBSplineInterpolator.h.

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

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 21-03-2014 for elastix by doxygen 1.8.1.2 elastix logo