15 #ifndef __elxResamplerBase_h
16 #define __elxResamplerBase_h
22 #include "itkResampleImageFilter.h"
66 template <
class TElastix>
94 typedef ResampleImageFilter<
111 itkStaticConstMacro( ImageDimension,
unsigned int,
112 OutputImageType::ImageDimension );
137 virtual void BeforeRegistrationBase(
void );
142 virtual void AfterEachResolutionBase(
void );
147 virtual void AfterRegistrationBase(
void );
150 virtual void ReadFromFile(
void );
153 virtual void WriteToFile(
void )
const;
156 virtual void WriteResultImage(
const char * filename );
166 virtual void SetComponents(
void);
173 void operator=(
const Self&);
176 void ReleaseMemory(
void );
184 #ifndef ITK_MANUAL_INSTANTIATION
185 #include "elxResamplerBase.hxx"
188 #endif // end #ifndef __elxResamplerBase_h
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
ElastixType::RegistrationBaseType RegistrationType
ElastixType::ConfigurationPointer ConfigurationPointer
ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
ElastixType::Pointer ElastixPointer
ElastixType::ConfigurationType ConfigurationType
Superclass::ElastixPointer ElastixPointer
virtual int BeforeAllTransformix(void)
ElastixType::CoordRepType CoordRepType
Superclass::RegistrationType RegistrationType
ITKBaseType::InterpolatorType InterpolatorType
ElastixType::MovingImageType InputImageType
ElastixType::MovingImageType OutputImageType
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
RegistrationType * RegistrationPointer
Superclass::ConfigurationType ConfigurationType
ITKBaseType::SpacingType SpacingType
ITKBaseType::DirectionType DirectionType
virtual const ITKBaseType * GetAsITKBaseType(void) const
ITKBaseType::OriginPointType OriginPointType
ITKBaseType::IndexType IndexType
BaseComponentSE< TElastix > Superclass
virtual ITKBaseType * GetAsITKBaseType(void)
elx::ProgressCommand ProgressCommandType
A specialized Command object for updating the progress of a filter.
Superclass::ConfigurationPointer ConfigurationPointer
ITKBaseType::SizeType SizeType
ITKBaseType::TransformType TransformType
ITKBaseType::PixelType OutputPixelType