18 #ifndef itkParabolicDilateImageFilter_h
19 #define itkParabolicDilateImageFilter_h
48 template<
typename TInputImage,
49 typename TOutputImage = TInputImage >
84 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
~ParabolicDilateImageFilter() override
ParabolicDilateImageFilter()
Parent class for morphological operations with parabolic structuring elements.
Define numeric traits for std::vector.
typename TInputImage::PixelType PixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
TInputImage InputImageType
typename InputImageType::Pointer InputImagePointer
Class for morphological dilation operations with parabolic structuring elements.
TOutputImage OutputImageType
typename NumericTraits< PixelType >::ScalarRealType ScalarRealType
typename NumericTraits< PixelType >::RealType RealType
typename itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > RadiusType
typename TOutputImage::PixelType OutputPixelType
typename InputImageType::ConstPointer InputImageConstPointer