|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxResampleInterpolatorBase.h>


Public Member Functions | |
| virtual int | BeforeAllTransformix (void) |
| virtual ITKBaseType * | GetAsITKBaseType (void) |
| virtual const ITKBaseType * | GetAsITKBaseType (void) const |
| virtual const char * | GetClassName () const |
| virtual void | ReadFromFile (void) |
| virtual void | WriteToFile (void) const |
Public Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| virtual ConfigurationType * | GetConfiguration (void) const |
| virtual ElastixType * | GetElastix (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) |
Protected Member Functions | |
| 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 | |
| void | operator= (const Self &) |
| ResampleInterpolatorBase (const Self &) | |
Additional Inherited Members | |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| ConfigurationPointer | m_Configuration |
| ElastixPointer | m_Elastix |
| RegistrationPointer | m_Registration |
This class is the elastix base class for all ResampleInterpolators.
This class contains all the common functionality for ResampleInterpolators.
Definition at line 40 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ConfigurationPointer elastix::ResampleInterpolatorBase< TElastix >::ConfigurationPointer |
Definition at line 55 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ConfigurationType elastix::ResampleInterpolatorBase< TElastix >::ConfigurationType |
Definition at line 54 of file elxResampleInterpolatorBase.h.
| typedef ElastixType::CoordRepType elastix::ResampleInterpolatorBase< TElastix >::CoordRepType |
Definition at line 61 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ElastixPointer elastix::ResampleInterpolatorBase< TElastix >::ElastixPointer |
Definition at line 53 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ElastixType elastix::ResampleInterpolatorBase< TElastix >::ElastixType |
Typedef's from superclass.
Definition at line 49 of file elxResampleInterpolatorBase.h.
| typedef ElastixType::MovingImageType elastix::ResampleInterpolatorBase< TElastix >::InputImageType |
Typedef's from elastix.
Definition at line 60 of file elxResampleInterpolatorBase.h.
| typedef InterpolateImageFunction< InputImageType, CoordRepType > elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType |
Other typedef's.
Definition at line 65 of file elxResampleInterpolatorBase.h.
| typedef Superclass::RegistrationPointer elastix::ResampleInterpolatorBase< TElastix >::RegistrationPointer |
Definition at line 57 of file elxResampleInterpolatorBase.h.
| typedef Superclass::RegistrationType elastix::ResampleInterpolatorBase< TElastix >::RegistrationType |
Definition at line 56 of file elxResampleInterpolatorBase.h.
| typedef ResampleInterpolatorBase elastix::ResampleInterpolatorBase< TElastix >::Self |
Standard ITK stuff.
Definition at line 45 of file elxResampleInterpolatorBase.h.
| typedef BaseComponentSE<TElastix> elastix::ResampleInterpolatorBase< TElastix >::Superclass |
Definition at line 46 of file elxResampleInterpolatorBase.h.
|
inlineprotected |
The constructor.
Definition at line 93 of file elxResampleInterpolatorBase.h.
|
inlineprotectedvirtual |
The destructor.
Definition at line 95 of file elxResampleInterpolatorBase.h.
|
private |
The private constructor.
|
inlinevirtual |
Execute stuff before the actual transformation:
Definition at line 82 of file elxResampleInterpolatorBase.h.
|
inlinevirtual |
Cast ti ITKBaseType.
Definition at line 68 of file elxResampleInterpolatorBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 74 of file elxResampleInterpolatorBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, elastix::LinearResampleInterpolator< TElastix >, elastix::NearestNeighborResampleInterpolator< TElastix >, and elastix::RayCastResampleInterpolator< TElastix >.
|
private |
The private copy constructor.
|
virtual |
Function to read transform-parameters from a file.
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, and elastix::RayCastResampleInterpolator< TElastix >.
|
virtual |
Function to write transform-parameters to a file.
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, and elastix::RayCastResampleInterpolator< TElastix >.
Generated on 06-12-2013 for elastix by 1.8.5 |