18 #ifndef itkGrayscaleFunctionDilateImageFilter_h
19 #define itkGrayscaleFunctionDilateImageFilter_h
49 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
68 typedef typename Superclass::PixelType
PixelType;
83 itkStaticConstMacro(InputImageDimension,
unsigned int,
84 TInputImage::ImageDimension);
85 itkStaticConstMacro(OutputImageDimension,
unsigned int,
86 TOutputImage::ImageDimension);
87 itkStaticConstMacro(KernelDimension,
unsigned int,
88 TKernel::NeighborhoodDimension);
94 #ifdef ITK_USE_CONCEPT_CHECKING
124 PixelType Evaluate(
const NeighborhoodIteratorType & nit,
125 const KernelIteratorType kernelBegin,
126 const KernelIteratorType kernelEnd) ITK_OVERRIDE;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 #include "itkGrayscaleFunctionDilateImageFilter.hxx"
Superclass::KernelType KernelType
Superclass::PixelType PixelType
TKernel::PixelType KernelPixelType
gray scale function dilation of an image
MorphologyImageFilter< TInputImage, TOutputImage, TKernel > Superclass
~GrayscaleFunctionDilateImageFilter() override
SmartPointer< const Self > ConstPointer
Base class for all process objects that output image data.
DefaultBoundaryConditionType m_DilateBoundaryCondition
SmartPointer< Self > Pointer
Base class for the morphological operations such as erosion and dialation.
Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
Superclass::KernelIteratorType KernelIteratorType
Superclass::NeighborhoodIteratorType NeighborhoodIteratorType
#define itkConceptMacro(name, concept)
GrayscaleFunctionDilateImageFilter Self