18 #ifndef itkParabolicErodeImageFilter_h
19 #define itkParabolicErodeImageFilter_h
48 template<
typename TInputImage,
49 typename TOutputImage = TInputImage >
84 itkStaticConstMacro(ImageDimension,
unsigned int,
85 TInputImage::ImageDimension);
96 void operator=(
const Self &);
SmartPointer< Self > Pointer
TInputImage InputImageType
Parent class for morphological operations with parabolic structuring elements.
itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
NumericTraits< PixelType >::RealType RealType
TInputImage::PixelType PixelType
SmartPointer< const Self > ConstPointer
Class for morphological erosion operations with parabolic structuring elements.
ParabolicErodeImageFilter Self
Base class for all process objects that output image data.
TOutputImage::PixelType OutputPixelType
TInputImage::Pointer InputImagePointer
NumericTraits< PixelType >::ScalarRealType ScalarRealType
TInputImage::ConstPointer InputImageConstPointer
ParabolicErodeDilateImageFilter< TInputImage, false, TOutputImage > Superclass
TOutputImage OutputImageType
virtual ~ParabolicErodeImageFilter()
Define additional traits for native types such as int or float.
ParabolicErodeImageFilter()