18#ifndef sitkChangeLabelLabelMapFilter_h
19#define sitkChangeLabelLabelMapFilter_h
78 std::map<double,double>
83 std::string
GetName()
const {
return std::string(
"ChangeLabelLabelMapFilter"); }
127 Image&& image1, std::map<double,double> changeMap = std::map<double,double>()
133 const Image &image1, std::map<double,double> changeMap = std::map<double,double>()
Image Execute(const Image &image1)
Image Execute(Image &&image1)
Image(Self::*)(const Image &image1) MemberFunctionType
static const detail::MemberFunctionFactory< MemberFunctionType > & GetMemberFunctionFactory()
std::string ToString() const
void SetChangeMap(std::map< double, double > ChangeMap)
virtual ~ChangeLabelLabelMapFilter()
LabelPixelIDTypeList PixelIDTypeList
ChangeLabelLabelMapFilter()
ChangeLabelLabelMapFilter Self
Image ExecuteInternal(const Image &image1)
std::map< double, double > m_ChangeMap
std::map< double, double > GetChangeMap() const
std::string GetName() const
The Image class for SimpleITK.
A class used to instantiate and generate function object to templated member functions.
Image ChangeLabelLabelMap(Image &&image1, std::map< double, double > changeMap=std::map< double, double >())
Replace the label Ids of selected LabelObjects with new label Ids.
typelist2::typelist< LabelPixelID< uint8_t >, LabelPixelID< uint16_t >, LabelPixelID< uint32_t > > LabelPixelIDTypeList
#define SITKBasicFilters_EXPORT