18 #ifndef __itkChangeLabelImageFilter_h
19 #define __itkChangeLabelImageFilter_h
53 template<
class TInput,
class TOutput >
73 return !( *
this != other );
81 void SetChange(
const TInput & original,
const TOutput & result)
98 const typename ChangeMapType::const_iterator it =
m_ChangeMap.find(A);
111 template<
class TInputImage,
class TOutputImage >
115 Functor::ChangeLabel<
116 typename TInputImage::PixelType,
117 typename TOutputImage::PixelType > >
124 typename TInputImage::PixelType,
125 typename TOutputImage::PixelType >
151 void ClearChangeMap();
153 #ifdef ITK_USE_CONCEPT_CHECKING
166 void PrintSelf(std::ostream & os,
Indent indent)
const;
170 void operator=(
const Self &);
174 #ifndef ITK_MANUAL_INSTANTIATION
175 #include "itkChangeLabelImageFilter.hxx"