18 #ifndef itkLabelSetDilateImageFilter_h
19 #define itkLabelSetDilateImageFilter_h
39 template<
typename TInputImage,
40 typename TOutputImage = TInputImage >
75 itkStaticConstMacro(ImageDimension,
unsigned int,
76 TInputImage::ImageDimension);
77 itkStaticConstMacro(OutputImageDimension,
unsigned int,
78 TOutputImage::ImageDimension);
79 itkStaticConstMacro(InputImageDimension,
unsigned int,
80 TInputImage::ImageDimension);
86 void ThreadedGenerateData(
const OutputImageRegionType & outputRegionForThread,
ThreadIdType threadId) ITK_OVERRIDE;
90 void operator=(
const Self &);
96 #ifndef ITK_MANUAL_INSTANTIATION
97 #include "itkLabelSetDilateImageFilter.hxx"
OutputImageType::RegionType OutputImageRegionType
TOutputImage::PixelType OutputPixelType
Superclass::DistanceImageType DistanceImageType
Class for binary morphological erosion of label images.
TInputImage::Pointer InputImagePointer
LabelSetDilateImageFilter Self
TInputImage InputImageType
TOutputImage::SizeType OutputSizeType
SmartPointer< Self > Pointer
Base class for all process objects that output image data.
Base class for binary morphological erosion of label images.
TInputImage::SizeType InputSizeType
NumericTraits< PixelType >::FloatType RealType
unsigned int ThreadIdType
virtual ~LabelSetDilateImageFilter()
NumericTraits< PixelType >::ScalarRealType ScalarRealType
SmartPointer< const Self > ConstPointer
TInputImage::ConstPointer InputImageConstPointer
Define additional traits for native types such as int or float.
TOutputImage OutputImageType
LabelSetDilateImageFilter()
LabelSetMorphBaseImageFilter< TInputImage, true, TOutputImage > Superclass
TInputImage::PixelType PixelType