|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <elxResampleInterpolatorBase.h>
This class is the elastix base class for all ResampleInterpolators.
This class contains all the common functionality for ResampleInterpolators.
Definition at line 42 of file elxResampleInterpolatorBase.h.
Inheritance diagram for elastix::ResampleInterpolatorBase< TElastix >:Protected Member Functions | |
| ResampleInterpolatorBase () | |
| ~ResampleInterpolatorBase () override | |
Protected Member Functions inherited from elastix::BaseComponentSE< TElastix > | |
| BaseComponentSE ()=default | |
| ~BaseComponentSE () override=default | |
Protected Member Functions inherited from elastix::BaseComponent | |
| BaseComponent ()=default | |
| virtual | ~BaseComponent ()=default |
Private Member Functions | |
| void | operator= (const Self &) |
| ResampleInterpolatorBase (const Self &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from elastix::BaseComponent | |
| static std::string | ConvertSecondsToDHMS (const double totalSeconds, const unsigned int precision) |
| static void | InitializeElastixExecutable () |
| static bool | IsElastixLibrary () |
Protected Attributes inherited from elastix::BaseComponentSE< TElastix > | |
| ConfigurationPointer | m_Configuration {} |
| ElastixPointer | m_Elastix {} |
| RegistrationPointer | m_Registration {} |
| typedef Superclass::ConfigurationPointer elastix::ResampleInterpolatorBase< TElastix >::ConfigurationPointer |
Definition at line 57 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ConfigurationType elastix::ResampleInterpolatorBase< TElastix >::ConfigurationType |
Definition at line 56 of file elxResampleInterpolatorBase.h.
| typedef ElastixType::CoordRepType elastix::ResampleInterpolatorBase< TElastix >::CoordRepType |
Definition at line 63 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ElastixPointer elastix::ResampleInterpolatorBase< TElastix >::ElastixPointer |
Definition at line 55 of file elxResampleInterpolatorBase.h.
| typedef Superclass::ElastixType elastix::ResampleInterpolatorBase< TElastix >::ElastixType |
Typedef's from superclass.
Definition at line 54 of file elxResampleInterpolatorBase.h.
| typedef ElastixType::MovingImageType elastix::ResampleInterpolatorBase< TElastix >::InputImageType |
Typedef's from elastix.
Definition at line 62 of file elxResampleInterpolatorBase.h.
| typedef itk::InterpolateImageFunction< InputImageType, CoordRepType > elastix::ResampleInterpolatorBase< TElastix >::ITKBaseType |
Other typedef's.
Definition at line 67 of file elxResampleInterpolatorBase.h.
| typedef ElastixType::ParameterMapType elastix::ResampleInterpolatorBase< TElastix >::ParameterMapType |
Typedef that is used in the elastix dll version.
Definition at line 70 of file elxResampleInterpolatorBase.h.
| typedef Superclass::RegistrationPointer elastix::ResampleInterpolatorBase< TElastix >::RegistrationPointer |
Definition at line 59 of file elxResampleInterpolatorBase.h.
| typedef Superclass::RegistrationType elastix::ResampleInterpolatorBase< TElastix >::RegistrationType |
Definition at line 58 of file elxResampleInterpolatorBase.h.
| typedef ResampleInterpolatorBase elastix::ResampleInterpolatorBase< TElastix >::Self |
Standard ITK stuff.
Definition at line 47 of file elxResampleInterpolatorBase.h.
| typedef BaseComponentSE< TElastix > elastix::ResampleInterpolatorBase< TElastix >::Superclass |
Definition at line 48 of file elxResampleInterpolatorBase.h.
|
inlineprotected |
The constructor.
Definition at line 103 of file elxResampleInterpolatorBase.h.
|
inlineoverrideprotected |
The destructor.
Definition at line 105 of file elxResampleInterpolatorBase.h.
|
private |
The private constructor.
|
inlinevirtual |
Execute stuff before the actual transformation:
Definition at line 89 of file elxResampleInterpolatorBase.h.
|
virtual |
Function to create transform-parameters map.
Reimplemented in elastix::BSplineResampleInterpolator< TElastix >.
|
inlinevirtual |
Cast ti ITKBaseType.
Definition at line 73 of file elxResampleInterpolatorBase.h.
|
inlinevirtual |
Cast to ITKBaseType, to use in const functions.
Definition at line 80 of file elxResampleInterpolatorBase.h.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, elastix::NearestNeighborResampleInterpolator< TElastix >, elastix::LinearResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, and elastix::BSplineResampleInterpolator< TElastix >.
|
private |
The private copy constructor.
|
virtual |
Function to read transform-parameters from a file.
Reimplemented in elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, and elastix::BSplineResampleInterpolator< TElastix >.
|
virtual |
Function to write transform-parameters to a file.
Reimplemented in elastix::ReducedDimensionBSplineResampleInterpolator< TElastix >, elastix::RayCastResampleInterpolator< TElastix >, elastix::BSplineResampleInterpolatorFloat< TElastix >, and elastix::BSplineResampleInterpolator< TElastix >.
Generated on OURCE_DATE_EPOCH for elastix by 1.9.1 |