Go to the documentation of this file.
18 #ifndef __elxResamplerBase_h
19 #define __elxResamplerBase_h
25 #include "itkResampleImageFilter.h"
72 template<
class TElastix >
100 typedef itk::ResampleImageFilter<
121 OutputImageType::ImageDimension );
133 return dynamic_cast< const ITKBaseType *
>( this );
179 const char * filename,
const bool & showProgress =
true );
211 #ifndef ITK_MANUAL_INSTANTIATION
212 #include "elxResamplerBase.hxx"
215 #endif // end #ifndef __elxResamplerBase_h
virtual void ReadFromFile(void)
virtual void WriteResultImage(OutputImageType *imageimage, const char *filename, const bool &showProgress=true)
ElastixType::CoordRepType CoordRepType
itk::ResampleImageFilter< InputImageType, OutputImageType, CoordRepType > ITKBaseType
A specialized Command object for updating the progress of a filter.
ITKBaseType::PixelType OutputPixelType
Superclass::ConfigurationType ConfigurationType
ElastixType::ParameterMapType ParameterMapType
RegistrationType * RegistrationPointer
ITKBaseType::OriginPointType OriginPointType
ElastixType::ConfigurationPointer ConfigurationPointer
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
Superclass::RegistrationType RegistrationType
virtual void SetComponents(void)
ITKBaseType::SizeType SizeType
virtual int BeforeAllTransformix(void)
virtual void AfterEachIterationBase(void)
ITKBaseType::InterpolatorType InterpolatorType
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
ElastixType::MovingImageType OutputImageType
ITKBaseType::SpacingType SpacingType
Superclass::RegistrationPointer RegistrationPointer
virtual void WriteToFile(void) const
void operator=(const Self &)
ITKBaseType::TransformType TransformType
virtual void BeforeRegistrationBase(void)
itk::WeakPointer< ElastixType > ElastixPointer
virtual void CreateTransformParametersMap(ParameterMapType *paramsMap) const
virtual void CreateItkResultImage(void)
virtual const ITKBaseType * GetAsITKBaseType(void) const
itkStaticConstMacro(ImageDimension, unsigned int, OutputImageType::ImageDimension)
ITKBaseType::IndexType IndexType
virtual void ResampleAndWriteResultImage(const char *filename, const bool &showProgress=true)
virtual void AfterEachResolutionBase(void)
ResamplerBase(const Self &)
Superclass::ConfigurationPointer ConfigurationPointer
BaseComponentSE< TElastix > Superclass
virtual void AfterRegistrationBase(void)
ElastixType::ConfigurationType ConfigurationType
virtual ITKBaseType * GetAsITKBaseType(void)
elx::ProgressCommand ProgressCommandType
ElastixType::MovingImageType InputImageType
ITKBaseType::DirectionType DirectionType
ElastixType::RegistrationBaseType RegistrationType
Generated on OURCE_DATE_EPOCH for elastix by 1.8.18 |
|