18 #ifndef __itkHardConnectedComponentImageFilter_h
19 #define __itkHardConnectedComponentImageFilter_h
48 template<
class TInputImage,
class TOutputImage >
68 itkStaticConstMacro(InputImageDimension,
unsigned int,
69 TInputImage::ImageDimension);
70 itkStaticConstMacro(ImageDimension,
unsigned int,
71 TOutputImage::ImageDimension);
80 typedef typename TInputImage::SizeType
SizeType;
102 { m_Seeds.push_front(seed); }
104 #ifdef ITK_USE_CONCEPT_CHECKING
131 void PrintSelf(std::ostream & os,
Indent indent)
const
132 { Superclass::PrintSelf(os, indent); }
136 void operator=(
const Self &);
142 #ifndef ITK_MANUAL_INSTANTIATION
143 #include "itkHardConnectedComponentImageFilter.hxx"