![]() |
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
An interpolator based on the itkNearestNeighborInterpolateImageFunction. More...
#include <elxNearestNeighborInterpolator.h>
An interpolator based on the itkNearestNeighborInterpolateImageFunction.
This interpolator interpolates images using nearest neighbour interpolation. The image derivatives are computed using a central difference scheme.
The parameters used in this class are:
(Interpolator "NearestNeighborInterpolator")
Definition at line 41 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ConfigurationPointer elastix::NearestNeighborInterpolator< TElastix >::ConfigurationPointer |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 86 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ConfigurationType elastix::NearestNeighborInterpolator< TElastix >::ConfigurationType |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 85 of file elxNearestNeighborInterpolator.h.
typedef SmartPointer<const Self> elastix::NearestNeighborInterpolator< TElastix >::ConstPointer |
Definition at line 58 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::ContinuousIndexType elastix::NearestNeighborInterpolator< TElastix >::ContinuousIndexType |
Definition at line 79 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ElastixPointer elastix::NearestNeighborInterpolator< TElastix >::ElastixPointer |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 84 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ElastixType elastix::NearestNeighborInterpolator< TElastix >::ElastixType |
Typedefs inherited from Elastix.
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 83 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::IndexType elastix::NearestNeighborInterpolator< TElastix >::IndexType |
Definition at line 78 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::InputImageType elastix::NearestNeighborInterpolator< TElastix >::InputImageType |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 77 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::ITKBaseType elastix::NearestNeighborInterpolator< TElastix >::ITKBaseType |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 89 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::OutputType elastix::NearestNeighborInterpolator< TElastix >::OutputType |
Typedefs inherited from the superclass.
Definition at line 76 of file elxNearestNeighborInterpolator.h.
typedef SmartPointer<Self> elastix::NearestNeighborInterpolator< TElastix >::Pointer |
Definition at line 57 of file elxNearestNeighborInterpolator.h.
typedef Superclass1::PointType elastix::NearestNeighborInterpolator< TElastix >::PointType |
Definition at line 80 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::RegistrationPointer elastix::NearestNeighborInterpolator< TElastix >::RegistrationPointer |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 88 of file elxNearestNeighborInterpolator.h.
typedef Superclass2::RegistrationType elastix::NearestNeighborInterpolator< TElastix >::RegistrationType |
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 87 of file elxNearestNeighborInterpolator.h.
typedef NearestNeighborInterpolator elastix::NearestNeighborInterpolator< TElastix >::Self |
Standard ITK-stuff.
Reimplemented from elastix::InterpolatorBase< TElastix >.
Definition at line 52 of file elxNearestNeighborInterpolator.h.
typedef NearestNeighborInterpolateImageFunction< typename InterpolatorBase<TElastix>::InputImageType, typename InterpolatorBase<TElastix>::CoordRepType > elastix::NearestNeighborInterpolator< TElastix >::Superclass1 |
Definition at line 55 of file elxNearestNeighborInterpolator.h.
typedef InterpolatorBase<TElastix> elastix::NearestNeighborInterpolator< TElastix >::Superclass2 |
Definition at line 56 of file elxNearestNeighborInterpolator.h.
elastix::NearestNeighborInterpolator< TElastix >::NearestNeighborInterpolator | ( | ) | [inline, protected] |
The constructor.
Definition at line 94 of file elxNearestNeighborInterpolator.h.
virtual elastix::NearestNeighborInterpolator< TElastix >::~NearestNeighborInterpolator | ( | ) | [inline, protected, virtual] |
The destructor.
Definition at line 96 of file elxNearestNeighborInterpolator.h.
elastix::NearestNeighborInterpolator< TElastix >::NearestNeighborInterpolator | ( | const Self & | ) | [private] |
The private constructor.
elastix::NearestNeighborInterpolator< TElastix >::elxClassNameMacro | ( | "NearestNeighborInterpolator< TElastix >" | ) |
Name of this class. Use this name in the parameter file to select this specific interpolator.
example: (Interpolator "NearestNeighborInterpolator")
virtual const char* elastix::NearestNeighborInterpolator< TElastix >::GetClassName | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from elastix::InterpolatorBase< TElastix >.
elastix::NearestNeighborInterpolator< TElastix >::itkStaticConstMacro | ( | ImageDimension | , |
unsigned | int, | ||
Superclass1::ImageDimension | |||
) |
Get the ImageDimension.
static Pointer elastix::NearestNeighborInterpolator< TElastix >::New | ( | ) | [static] |
Method for creation through the object factory.
void elastix::NearestNeighborInterpolator< TElastix >::operator= | ( | const Self & | ) | [private] |
The private copy constructor.
Generated on 24-10-2011 for elastix by ![]() |
![]() |