18 #ifndef sitkChangeLabelLabelMapFilter_h
19 #define sitkChangeLabelLabelMapFilter_h
67 SITK_RETURN_SELF_TYPE_HEADER
SetChangeMap ( std::map<double,double> ChangeMap ) { this->m_ChangeMap = ChangeMap;
return *
this; }
71 std::map<double,double>
GetChangeMap()
const {
return this->m_ChangeMap; }
74 std::string
GetName()
const {
return std::string (
"ChangeLabelLabelMapFilter"); }
77 std::string ToString()
const;
91 template <
class TImageType>
Image ExecuteInternal (
const Image& image1 );
96 std::unique_ptr<detail::MemberFunctionFactory<MemberFunctionType> >
m_MemberFactory;
99 std::map<double,double> m_ChangeMap{std::map<double,double>()};
102 bool m_InPlace{
false};