18 #ifndef itkDilateObjectMorphologyImageFilter_h
19 #define itkDilateObjectMorphologyImageFilter_h
45 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
81 #ifdef ITK_USE_CONCEPT_CHECKING
110 #ifndef ITK_MANUAL_INSTANTIATION
111 #include "itkDilateObjectMorphologyImageFilter.hxx"
KernelType::ConstIterator KernelIteratorType
ConstantBoundaryCondition< InputImageType > DefaultBoundaryConditionType
SmartPointer< const Self > ConstPointer
NeighborhoodIterator< TOutputImage > OutputNeighborhoodIteratorType
Superclass::DefaultBoundaryConditionType DefaultBoundaryConditionType
void PrintSelf(std::ostream &os, Indent indent) const override
DilateObjectMorphologyImageFilter()
Base class for all process objects that output image data.
void Evaluate(OutputNeighborhoodIteratorType &nit, const KernelType &kernel) override
DilateObjectMorphologyImageFilter Self
ObjectMorphologyImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::PixelType PixelType
void operator=(const Self &)
Control indentation during Print() invocation.
TKernel::PixelType KernelPixelType
SmartPointer< Self > Pointer
~DilateObjectMorphologyImageFilter()
dilation of an object in an image
#define itkConceptMacro(name, concept)
DefaultBoundaryConditionType m_DilateBoundaryCondition
Base class for the morphological operations being applied to isolated objects in an image...
Defines iteration of a local N-dimensional neighborhood of pixels across an itk::Image.
Superclass::PixelType PixelType