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

#include <elxNearestNeighborResampleInterpolator.h>

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

Public Types

typedef
Superclass2::ConfigurationPointer 
ConfigurationPointer
typedef
Superclass2::ConfigurationType 
ConfigurationType
typedef SmartPointer< const SelfConstPointer
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 SmartPointer< SelfPointer
typedef
Superclass2::RegistrationPointer 
RegistrationPointer
typedef
Superclass2::RegistrationType 
RegistrationType
typedef
NearestNeighborResampleInterpolator 
Self
typedef
NearestNeighborInterpolateImageFunction
< typename
ResampleInterpolatorBase
< TElastix >::InputImageType,
typename
ResampleInterpolatorBase
< TElastix >::CoordRepType
Superclass1
typedef
ResampleInterpolatorBase
< TElastix > 
Superclass2

Public Member Functions

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

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 NearestNeighborResampleInterpolator ()
virtual ~NearestNeighborResampleInterpolator ()

Private Member Functions

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

Detailed Description

template<class TElastix>
class elastix::NearestNeighborResampleInterpolator< TElastix >

A nearest neighbor resample-interpolator.

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

The parameters used in this class are:

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

Definition at line 42 of file elxNearestNeighborResampleInterpolator.h.


Member Typedef Documentation

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

Definition at line 58 of file elxNearestNeighborResampleInterpolator.h.

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

Definition at line 79 of file elxNearestNeighborResampleInterpolator.h.

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

Definition at line 78 of file elxNearestNeighborResampleInterpolator.h.

template<class TElastix >
typedef Superclass1::InputImageType elastix::NearestNeighborResampleInterpolator< TElastix >::InputImageType
template<class TElastix >
typedef Superclass1::OutputType elastix::NearestNeighborResampleInterpolator< TElastix >::OutputType

Typedef's inherited from the superclass.

Definition at line 76 of file elxNearestNeighborResampleInterpolator.h.

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

Definition at line 57 of file elxNearestNeighborResampleInterpolator.h.

Standard ITK-stuff.

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

Definition at line 52 of file elxNearestNeighborResampleInterpolator.h.

Definition at line 55 of file elxNearestNeighborResampleInterpolator.h.

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

Definition at line 56 of file elxNearestNeighborResampleInterpolator.h.


Constructor & Destructor Documentation

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

The constructor.

Definition at line 93 of file elxNearestNeighborResampleInterpolator.h.

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

The destructor.

Definition at line 95 of file elxNearestNeighborResampleInterpolator.h.

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

The private constructor.


Member Function Documentation

template<class TElastix >
elastix::NearestNeighborResampleInterpolator< TElastix >::elxClassNameMacro ( "FinalNearestNeighborInterpolator"  )

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

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

Run-time type information (and related methods).

Reimplemented from elastix::ResampleInterpolatorBase< TElastix >.

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

Dimension of the image.

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

Method for creation through the object factory.

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

The private copy constructor.



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