18 #ifndef __itkAnchorErodeDilateImageFilter_h
19 #define __itkAnchorErodeDilateImageFilter_h
38 template<
typename TImage,
typename TKernel,
67 TImage::ImageDimension);
69 TImage::ImageDimension);
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()
void PrintSelf(std::ostream &os, Indent indent) const
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
BresenhamLine< itkGetStaticConstMacro(InputImageDimension) > BresType
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.
AnchorErodeDilateLine< InputImagePixelType, TFunction1 > AnchorLineType
InputImageType::ConstPointer InputImageConstPointer
InputImageType::Pointer InputImagePointer
void operator=(const Self &)
static const unsigned int InputImageDimension
SmartPointer< const Self > ConstPointer
unsigned int ThreadIdType
class to implement erosions and dilations using anchor methods. This is the base class that must be i...
void ThreadedGenerateData(const InputImageRegionType &outputRegionForThread, ThreadIdType threadId)
TImage::SizeType SizeType