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

#include <elxLinearResampleInterpolator.h>

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

Public Types

typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
 
typedef
Superclass2::ConfigurationType 
ConfigurationType
 
typedef itk::SmartPointer
< const Self
ConstPointer
 
typedef
Superclass1::ContinuousIndexType 
ContinuousIndexType
 
typedef Superclass2::ElastixPointer ElastixPointer
 
typedef Superclass2::ElastixType ElastixType
 
typedef Superclass1::IndexType IndexType
 
typedef Superclass1::InputImageType InputImageType
 
typedef Superclass2::ITKBaseType ITKBaseType
 
typedef Superclass1::OutputType OutputType
 
typedef itk::SmartPointer< SelfPointer
 
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass2::RegistrationType 
RegistrationType
 
typedef LinearResampleInterpolator Self
 
typedef
itk::LinearInterpolateImageFunction
< typename
ResampleInterpolatorBase
< TElastix >::InputImageType,
typename
ResampleInterpolatorBase
< TElastix >::CoordRepType
Superclass1
 
typedef
ResampleInterpolatorBase
< TElastix > 
Superclass2
 
- Public Types inherited from elastix::ResampleInterpolatorBase< 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
itk::InterpolateImageFunction
< InputImageType, CoordRepType
ITKBaseType
 
typedef
ElastixType::ParameterMapType 
ParameterMapType
 
typedef
Superclass::RegistrationPointer 
RegistrationPointer
 
typedef
Superclass::RegistrationType 
RegistrationType
 
typedef ResampleInterpolatorBase 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

 elxClassNameMacro ("FinalLinearInterpolator")
 
virtual const char * GetClassName () const
 
 itkStaticConstMacro (ImageDimension, unsigned int, Superclass1::ImageDimension)
 
- Public Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix >
virtual int BeforeAllTransformix (void)
 
virtual void CreateTransformParametersMap (ParameterMapType *paramsMap) const
 
virtual ITKBaseTypeGetAsITKBaseType (void)
 
virtual const ITKBaseTypeGetAsITKBaseType (void) const
 
virtual void ReadFromFile (void)
 
virtual void WriteToFile (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 BeforeEachResolution (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

 LinearResampleInterpolator ()
 
virtual ~LinearResampleInterpolator ()
 
- Protected Member Functions inherited from elastix::ResampleInterpolatorBase< TElastix >
 ResampleInterpolatorBase ()
 
virtual ~ResampleInterpolatorBase ()
 
- Protected Member Functions inherited from elastix::BaseComponentSE< TElastix >
 BaseComponentSE ()
 
virtual ~BaseComponentSE ()
 
- Protected Member Functions inherited from elastix::BaseComponent
 BaseComponent ()
 
virtual ~BaseComponent ()
 

Private Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from elastix::BaseComponentSE< TElastix >
ConfigurationPointer m_Configuration
 
ElastixPointer m_Elastix
 
RegistrationPointer m_Registration
 

Detailed Description

template<class TElastix>
class elastix::LinearResampleInterpolator< TElastix >

A linear resample-interpolator.

Compared to the BSplineResampleInterpolator and BSplineResampleInterpolatorFloat with SplineOrder 1 this class uses less (in fact, no) memory. You can select this resample interpolator if memory burden is an issue and linear interpolation is sufficient.

The parameters used in this class are:

Parameters:
ResampleInterpolator: Select this resample interpolator as follows:
(ResampleInterpolator "FinalLinearInterpolator")

Definition at line 40 of file elxLinearResampleInterpolator.h.

Member Typedef Documentation

Definition at line 83 of file elxLinearResampleInterpolator.h.

Definition at line 82 of file elxLinearResampleInterpolator.h.

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

Definition at line 56 of file elxLinearResampleInterpolator.h.

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

Definition at line 77 of file elxLinearResampleInterpolator.h.

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

Definition at line 81 of file elxLinearResampleInterpolator.h.

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

Typedef's from ResampleInterpolatorBase.

Definition at line 80 of file elxLinearResampleInterpolator.h.

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

Definition at line 76 of file elxLinearResampleInterpolator.h.

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

Definition at line 75 of file elxLinearResampleInterpolator.h.

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

Definition at line 86 of file elxLinearResampleInterpolator.h.

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

Typedef's inherited from the superclass.

Definition at line 74 of file elxLinearResampleInterpolator.h.

template<class TElastix >
typedef itk::SmartPointer< Self > elastix::LinearResampleInterpolator< TElastix >::Pointer

Definition at line 55 of file elxLinearResampleInterpolator.h.

Definition at line 85 of file elxLinearResampleInterpolator.h.

Definition at line 84 of file elxLinearResampleInterpolator.h.

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

Standard ITK-stuff.

Definition at line 50 of file elxLinearResampleInterpolator.h.

template<class TElastix >
typedef itk::LinearInterpolateImageFunction< typename ResampleInterpolatorBase< TElastix >::InputImageType, typename ResampleInterpolatorBase< TElastix >::CoordRepType > elastix::LinearResampleInterpolator< TElastix >::Superclass1

Definition at line 53 of file elxLinearResampleInterpolator.h.

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

Definition at line 54 of file elxLinearResampleInterpolator.h.

Constructor & Destructor Documentation

template<class TElastix >
elastix::LinearResampleInterpolator< TElastix >::LinearResampleInterpolator ( )
inlineprotected

The constructor.

Definition at line 91 of file elxLinearResampleInterpolator.h.

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

The destructor.

Definition at line 93 of file elxLinearResampleInterpolator.h.

template<class TElastix >
elastix::LinearResampleInterpolator< TElastix >::LinearResampleInterpolator ( const Self )
private

The private constructor.

Member Function Documentation

template<class TElastix >
elastix::LinearResampleInterpolator< TElastix >::elxClassNameMacro ( "FinalLinearInterpolator"  )

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

template<class TElastix >
virtual const char* elastix::LinearResampleInterpolator< TElastix >::GetClassName ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

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

Dimension of the image.

template<class TElastix >
static Pointer elastix::LinearResampleInterpolator< TElastix >::New ( )
static

Method for creation through the object factory.

template<class TElastix >
void elastix::LinearResampleInterpolator< TElastix >::operator= ( const Self )
private

The private copy constructor.



Generated on 11-03-2014 for elastix by doxygen 1.8.6 elastix logo