18 #ifndef itkAggregateLabelMapFilter_h
19 #define itkAggregateLabelMapFilter_h
43 template<
typename TImage >
65 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
73 #ifdef ITK_USE_CONCEPT_CHECKING
88 void PrintSelf(std::ostream & os,
Indent indent)
const override;
90 void GenerateData()
override;
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkAggregateLabelMapFilter.hxx"
Light weight base class for most itk classes.
typename ImageType::LabelObjectType LabelObjectType
typename ImageType::ConstPointer ImageConstPointer
typename ImageType::Pointer ImagePointer
typename ImageType::PixelType PixelType
ImageBaseType::IndexType IndexType
Collapses all labels into the first label.
Base class for filters that takes an image as input and overwrites that image as the output...
typename ImageType::IndexType IndexType
Control indentation during Print() invocation.