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