15 #ifndef __elxResampleInterpolatorBase_h
16 #define __elxResampleInterpolatorBase_h
22 #include "itkInterpolateImageFunction.h"
39 template <
class TElastix>
64 typedef InterpolateImageFunction<
85 virtual void ReadFromFile(
void );
88 virtual void WriteToFile(
void )
const;
102 void operator=(
const Self& );
109 #ifndef ITK_MANUAL_INSTANTIATION
110 #include "elxResampleInterpolatorBase.hxx"
113 #endif // end #ifndef __elxResampleInterpolatorBase_h
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
Superclass::ElastixType ElastixType
Superclass::RegistrationType RegistrationType
InterpolateImageFunction< InputImageType, CoordRepType > ITKBaseType
ElastixType::RegistrationBaseType RegistrationType
ElastixType::ConfigurationPointer ConfigurationPointer
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType InputImageType
ElastixType::Pointer ElastixPointer
ElastixType::ConfigurationType ConfigurationType
virtual ITKBaseType * GetAsITKBaseType(void)
BaseComponentSE< TElastix > Superclass
RegistrationType * RegistrationPointer
ElastixType::CoordRepType CoordRepType
Superclass::ConfigurationPointer ConfigurationPointer
ResampleInterpolatorBase()
ResampleInterpolatorBase Self
virtual int BeforeAllTransformix(void)
This class is the elastix base class for all ResampleInterpolators.
Superclass::RegistrationPointer RegistrationPointer
virtual ~ResampleInterpolatorBase()
virtual const ITKBaseType * GetAsITKBaseType(void) const
Superclass::ConfigurationType ConfigurationType