18 #ifndef __itkAntiAliasBinaryImageFilter_h
19 #define __itkAntiAliasBinaryImageFilter_h
106 template<
class TInputImage,
class TOutputImage >
144 void SetMaximumIterations(
unsigned int i)
146 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
147 this->SetNumberOfIterations(i);
151 unsigned int GetMaximumIterations()
153 itkWarningMacro(
"GetMaximumIterations is deprecated. Please use GetNumberOfIterations instead.");
154 return this->GetNumberOfIterations();
157 #ifdef ITK_USE_CONCEPT_CHECKING
170 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
174 inline virtual ValueType CalculateUpdateValue(
const IndexType & idx,
175 const TimeStepType & dt,
176 const ValueType & value,
177 const ValueType & change);
185 void operator=(
const Self &);
196 #ifndef ITK_MANUAL_INSTANTIATION
197 #include "itkAntiAliasBinaryImageFilter.hxx"