18 #ifndef itkGrayscaleFunctionDilateImageFilter_h
19 #define itkGrayscaleFunctionDilateImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
85 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
86 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
87 static constexpr
unsigned int KernelDimension = TKernel::NeighborhoodDimension;
92 #ifdef ITK_USE_CONCEPT_CHECKING
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkGrayscaleFunctionDilateImageFilter.hxx"
typename Superclass::NeighborhoodIteratorType NeighborhoodIteratorType
gray scale function dilation of an image
typename TKernel::PixelType KernelPixelType
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.
typename Superclass::KernelIteratorType KernelIteratorType
typename Superclass::PixelType PixelType
DefaultBoundaryConditionType m_DilateBoundaryCondition
Base class for the morphological operations such as erosion and dialation.
typename Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
#define itkConceptMacro(name, concept)