18 #ifndef itkChangeLabelLabelMapFilter_h
19 #define itkChangeLabelLabelMapFilter_h
48 template<
typename TImage >
70 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
81 #ifdef ITK_USE_CONCEPT_CHECKING
100 void ClearChangeMap();
106 void GenerateData()
override;
108 void PrintSelf(std::ostream & os,
Indent indent)
const override;
114 #ifndef ITK_MANUAL_INSTANTIATION
115 #include "itkChangeLabelLabelMapFilter.hxx"
typename ImageType::Pointer ImagePointer
Light weight base class for most itk classes.
typename ChangeMapType::const_iterator ChangeMapIterator
ImageBaseType::IndexType IndexType
typename std::map< PixelType, PixelType > ChangeMapType
Base class for filters that takes an image as input and overwrites that image as the output...
typename ImageType::IndexType IndexType
Replace the label Ids of selected LabelObjects with new label Ids.
ChangeMapType m_MapOfLabelToBeReplaced
typename ImageType::ConstPointer ImageConstPointer
typename ImageType::LabelObjectType LabelObjectType
Control indentation during Print() invocation.
typename ImageType::PixelType PixelType