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