|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkChangeLabelLabelMapFilter_h
19 #define itkChangeLabelLabelMapFilter_h
48 template <
typename TImage>
69 static constexpr
unsigned int ImageDimension = TImage::ImageDimension;
80 #ifdef ITK_USE_CONCEPT_CHECKING
110 GenerateData()
override;
113 PrintSelf(std::ostream & os,
Indent indent)
const override;
119 #ifndef ITK_MANUAL_INSTANTIATION
120 # include "itkChangeLabelLabelMapFilter.hxx"
typename ImageType::PixelType PixelType
Base class for filters that takes an image as input and overwrites that image as the output.
Control indentation during Print() invocation.
ImageBaseType::IndexType IndexType
Light weight base class for most itk classes.
typename ImageType::ConstPointer ImageConstPointer
typename ImageType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename ImageType::LabelObjectType LabelObjectType
ChangeMapType m_MapOfLabelToBeReplaced
typename ImageType::Pointer ImagePointer
typename std::map< PixelType, PixelType > ChangeMapType
Replace the label Ids of selected LabelObjects with new label Ids.
typename ChangeMapType::const_iterator ChangeMapIterator