18 #ifndef itkHardConnectedComponentImageFilter_h
19 #define itkHardConnectedComponentImageFilter_h
48 template<
typename TInputImage,
typename TOutputImage >
71 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
72 static constexpr
unsigned int ImageDimension = TOutputImage::ImageDimension;
96 { m_Seeds.push_front(seed); }
98 #ifdef ITK_USE_CONCEPT_CHECKING
122 void GenerateData()
override;
125 { Superclass::PrintSelf(os, indent); }
132 #ifndef ITK_MANUAL_INSTANTIATION
133 #include "itkHardConnectedComponentImageFilter.hxx"
std::list< IndexType > ListType
void SetObjectSeed(const IndexType &seed)
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename TOutputImage::InternalPixelType OutputInternalPixelType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
TInputImage InputImageType
typename TInputImage::SizeType SizeType
typename TInputImage::PixelType InputPixelType
ImageBaseType::SizeType SizeType
ImageBaseType::IndexType IndexType
TOutputImage OutputImageType
void PrintSelf(std::ostream &os, Indent indent) const override
Base class for filters that take an image as input and produce an image as output.
typename TOutputImage::PixelType OutputPixelType
Control indentation during Print() invocation.
ImageBaseType::RegionType RegionType
#define itkConceptMacro(name, concept)
typename TInputImage::InternalPixelType InputInternalPixelType
typename TOutputImage::RegionType RegionType