18 #ifndef itkHardConnectedComponentImageFilter_h
19 #define itkHardConnectedComponentImageFilter_h
48 template<
typename TInputImage,
typename TOutputImage >
69 TInputImage::ImageDimension);
71 TOutputImage::ImageDimension);
80 typedef typename TInputImage::SizeType
SizeType;
104 #ifdef ITK_USE_CONCEPT_CHECKING
141 #ifndef ITK_MANUAL_INSTANTIATION
142 #include "itkHardConnectedComponentImageFilter.hxx"
TInputImage::InternalPixelType InputInternalPixelType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
void SetObjectSeed(const IndexType &seed)
void GenerateData() override
virtual ~HardConnectedComponentImageFilter()
std::list< IndexType > ListType
ImageToImageFilter< TInputImage, TOutputImage > Superclass
Base class for all process objects that output image data.
TInputImage::PixelType InputPixelType
TOutputImage::RegionType RegionType
HardConnectedComponentImageFilter Self
static const unsigned int InputImageDimension
SmartPointer< Self > Pointer
TOutputImage OutputImageType
static const unsigned int ImageDimension
void operator=(const Self &)
TInputImage::IndexType IndexType
void PrintSelf(std::ostream &os, Indent indent) const override
TInputImage::SizeType SizeType
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
SmartPointer< const Self > ConstPointer
TOutputImage::PixelType OutputPixelType
#define itkConceptMacro(name, concept)
HardConnectedComponentImageFilter()
TOutputImage::InternalPixelType OutputInternalPixelType
TInputImage InputImageType