18 #ifndef itkAnchorErodeDilateImageFilter_h
19 #define itkAnchorErodeDilateImageFilter_h
38 template<
typename TImage,
typename TKernel,
67 TImage::ImageDimension);
69 TImage::ImageDimension);
98 void operator=(const
Self &) ITK_DELETE_FUNCTION;
107 #ifndef ITK_MANUAL_INSTANTIATION
108 #include "itkAnchorErodeDilateImageFilter.hxx"
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
AnchorErodeDilateImageFilter()
Base class for all process objects that output image data.
InputImageType::RegionType InputImageRegionType
~AnchorErodeDilateImageFilter()
A base class for all the filters working on an arbitrary shaped neighborhood.
static const unsigned int OutputImageDimension
unsigned int ThreadIdType
KernelImageFilter< TImage, TImage, TKernel > Superclass
TImage::IndexType IndexType
AnchorErodeDilateImageFilter Self
SmartPointer< Self > Pointer
InputImageType::PixelType InputImagePixelType
InputImageType::PixelType InputImagePixelType
void ThreadedGenerateData(const InputImageRegionType &outputRegionForThread, ThreadIdType threadId) override
InputImagePixelType m_Boundary
Control indentation during Print() invocation.
InputImageType::ConstPointer InputImageConstPointer
InputImageType::Pointer InputImagePointer
void PrintSelf(std::ostream &os, Indent indent) const override
static const unsigned int InputImageDimension
SmartPointer< const Self > ConstPointer
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
TImage::SizeType SizeType