19 #ifndef __elxImageSamplerBase_h
20 #define __elxImageSamplerBase_h
43 template<
class TElastix >
72 return dynamic_cast< ITKBaseType *
>( this );
79 return dynamic_cast< const ITKBaseType *
>( this );
87 virtual void BeforeEachResolutionBase(
void );
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "elxImageSamplerBase.hxx"
111 #endif // end #ifndef __elxImageSamplerBase_h
The BaseComponentSE class is a base class for elastix components that provides some basic functionali...
Superclass::ElastixType ElastixType
Superclass::ElastixPointer ElastixPointer
ElastixType::RegistrationBaseType RegistrationType
ElastixType::ConfigurationPointer ConfigurationPointer
ElastixType::Pointer ElastixPointer
ElastixType::ConfigurationType ConfigurationType
virtual ITKBaseType * GetAsITKBaseType(void)
Superclass::RegistrationType RegistrationType
Superclass::ConfigurationPointer ConfigurationPointer
RegistrationType * RegistrationPointer
This class is a base class for any image sampler.
virtual ~ImageSamplerBase()
Superclass::ConfigurationType ConfigurationType
BaseComponentSE< TElastix > Superclass
virtual const ITKBaseType * GetAsITKBaseType(void) const
Superclass::RegistrationPointer RegistrationPointer
itk::ImageSamplerBase< InputImageType > ITKBaseType
ElastixType::FixedImageType InputImageType
void operator=(const Self &)