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