18 #ifndef itkGrayscaleDilateImageFilter_h
19 #define itkGrayscaleDilateImageFilter_h
52 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
71 itkStaticConstMacro(ImageDimension,
unsigned int,
72 TInputImage::ImageDimension);
107 void SetKernel(
const KernelType & kernel) ITK_OVERRIDE;
115 void SetAlgorithm(
int algo);
117 itkGetConstMacro(Algorithm,
int);
120 virtual void Modified() const ITK_OVERRIDE;
135 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
137 void GenerateData() ITK_OVERRIDE;
161 #ifndef ITK_MANUAL_INSTANTIATION
162 #include "itkGrayscaleDilateImageFilter.hxx"
ImageBoundaryCondition< InputImageType > * ImageBoundaryConditionPointerType
gray scale dilation of an image
FlatStructuringElement< itkGetStaticConstMacro(ImageDimension) > FlatKernelType
KernelImageFilter< TInputImage, TOutputImage, TKernel > Superclass
TInputImage::RegionType RegionType
TInputImage::SizeType SizeType
TInputImage::PixelType PixelType
gray scale dilation of an image
TInputImage::IndexType IndexType
Base class for all process objects that output image data.
SmartPointer< Self > Pointer
CastImageFilter< TInputImage, TOutputImage > CastFilterType
TInputImage InputImageType
Superclass::OutputImageRegionType OutputImageRegionType
GrayscaleDilateImageFilter Self
SmartPointer< const Self > ConstPointer
MovingHistogramDilateImageFilter< TInputImage, TOutputImage, TKernel > HistogramFilterType
VanHerkGilWermanDilateImageFilter< TInputImage, FlatKernelType > VHGWFilterType
ImageBoundaryCondition< InputImageType > const * ImageBoundaryConditionConstPointerType
ConstantBoundaryCondition< InputImageType > DefaultBoundaryConditionType
A base class for all the filters working on an arbitrary shaped neighborhood.
BasicDilateImageFilter< TInputImage, TOutputImage, TKernel > BasicFilterType
unsigned int ThreadIdType
A class to support a variety of flat structuring elements, including versions created by decompositio...
TInputImage::OffsetType OffsetType
~GrayscaleDilateImageFilter() override
AnchorDilateImageFilter< TInputImage, FlatKernelType > AnchorFilterType
Control indentation during Print() invocation.
ImageBaseType::SizeType SizeType
TOutputImage OutputImageType
Grayscale dilation of an image.
Casts input pixels to output pixel type.
ImageBaseType::IndexType IndexType