18 #ifndef sitkChangeLabelImageFilter_h
19 #define sitkChangeLabelImageFilter_h
68 SITK_RETURN_SELF_TYPE_HEADER
SetChangeMap ( std::map<double,double> ChangeMap ) { this->m_ChangeMap = ChangeMap;
return *
this; }
72 std::map<double,double>
GetChangeMap()
const {
return this->m_ChangeMap; }
75 std::string
GetName()
const {
return std::string (
"ChangeLabelImageFilter"); }
78 std::string ToString()
const;
92 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
97 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
100 std::map<double,double> m_ChangeMap{std::map<double,double>()};
103 bool m_InPlace{
false};