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);
139 void operator=(const Self &);
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkBinaryDilateImageFilter.hxx"
typedef(Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) >) ImageDimensionCheck
NumericTraits< InputPixelType >::RealType InputRealType
static const unsigned int OutputImageDimension
SmartPointer< Self > Pointer
static const unsigned int InputImageDimension
InputImageType::PixelType InputPixelType
InputImageType::RegionType InputImageRegionType
BinaryDilateImageFilter()
OutputImageType::RegionType OutputImageRegionType
TInputImage::PixelType InputPixelType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
BinaryDilateImageFilter Self
Base class for all process objects that output image data.
Superclass::NeighborIndexContainer NeighborIndexContainer
BinaryMorphologyImageFilter< InputImageType, OutputImageType, KernelType > Superclass
InputImageType::OffsetType OffsetType
void GenerateData() override
virtual InputPixelType GetForegroundValue() const
SmartPointer< const Self > ConstPointer
void PrintSelf(std::ostream &os, Indent indent) const override
KernelType::ConstIterator KernelIteratorType
virtual void SetForegroundValue(InputPixelType _arg)
virtual ~BinaryDilateImageFilter()
InputImageType::IndexType IndexType
TOutputImage OutputImageType
OutputImageType::PixelType OutputPixelType
TInputImage InputImageType
Base class for fast binary dilation and erosion.
Control indentation during Print() invocation.
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