15 #ifndef __elxResamplerBase_h
16 #define __elxResamplerBase_h
22 #include "itkResampleImageFilter.h"
69 template <
class TElastix>
96 typedef itk::ResampleImageFilter<
114 OutputImageType::ImageDimension );
163 virtual void WriteResultImage(
const char * filename,
const bool & showProgress =
true );
191 #ifndef ITK_MANUAL_INSTANTIATION
192 #include "elxResamplerBase.hxx"
195 #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
ElastixType::Pointer ElastixPointer
ElastixType::ConfigurationType ConfigurationType
Superclass::ElastixPointer ElastixPointer
virtual int BeforeAllTransformix(void)
virtual void WriteToFile(void) const
ElastixType::CoordRepType CoordRepType
void operator=(const Self &)
Superclass::RegistrationType RegistrationType
ITKBaseType::InterpolatorType InterpolatorType
ElastixType::MovingImageType InputImageType
virtual void AfterEachIterationBase(void)
virtual void ReadFromFile(void)
ElastixType::MovingImageType OutputImageType
Superclass::ElastixType ElastixType
Superclass::RegistrationPointer RegistrationPointer
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
RegistrationType * RegistrationPointer
Superclass::ConfigurationType ConfigurationType
itkStaticConstMacro(ImageDimension, unsigned int, OutputImageType::ImageDimension)
ITKBaseType::SpacingType SpacingType
ITKBaseType::DirectionType DirectionType
virtual void WriteResultImage(const char *filename, const bool &showProgress=true)
virtual void AfterRegistrationBase(void)
virtual void BeforeRegistrationBase(void)
virtual void AfterEachResolutionBase(void)
virtual const ITKBaseType * GetAsITKBaseType(void) const
ITKBaseType::OriginPointType OriginPointType
ITKBaseType::IndexType IndexType
BaseComponentSE< TElastix > Superclass
virtual void SetComponents(void)
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