18 #ifndef __itkBinaryDilateImageFilter_h
19 #define __itkBinaryDilateImageFilter_h
65 template<
typename TInputImage,
typename TOutputImage,
typename TKernel >
73 TInputImage::ImageDimension);
75 TOutputImage::ImageDimension);
80 TKernel::NeighborhoodDimension);
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkBinaryDilateImageFilter.hxx"
NumericTraits< InputPixelType >::RealType InputRealType
static const unsigned int OutputImageDimension
SmartPointer< Self > Pointer
static const unsigned int InputImageDimension
InputImageType::PixelType InputPixelType
InputImageType::RegionType InputImageRegionType
BinaryDilateImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const
OutputImageType::RegionType OutputImageRegionType
TInputImage::PixelType InputPixelType
BinaryDilateImageFilter Self
Base class for all process objects that output image data.
Superclass::NeighborIndexContainer NeighborIndexContainer
BinaryMorphologyImageFilter< InputImageType, OutputImageType, KernelType > Superclass
InputImageType::OffsetType OffsetType
virtual InputPixelType GetForegroundValue() const
SmartPointer< const Self > ConstPointer
KernelType::ConstIterator KernelIteratorType
virtual void SetForegroundValue(InputPixelType _arg)
virtual ~BinaryDilateImageFilter()
InputImageType::IndexType IndexType
TOutputImage OutputImageType
OutputImageType::PixelType OutputPixelType
std::vector< OffsetType > NeighborIndexContainer
TInputImage InputImageType
Base class for fast binary dilation and erosion.
Control indentation during Print() invocation.
void operator=(const Self &)
Define additional traits for native types such as int or float.
InputImageType::SizeType InputSizeType
void SetDilateValue(const InputPixelType &value)
static const unsigned int KernelDimension
InputPixelType GetDilateValue() const