18 #ifndef itkAntiAliasBinaryImageFilter_h
19 #define itkAntiAliasBinaryImageFilter_h
106 template <
typename TInputImage,
typename TOutputImage>
120 using typename Superclass::ValueType;
122 using typename Superclass::TimeStepType;
123 using typename Superclass::OutputImageType;
124 using typename Superclass::InputImageType;
148 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
149 this->SetNumberOfIterations(i);
156 itkWarningMacro(
"GetMaximumIterations is deprecated. Please use GetNumberOfIterations instead.");
157 return this->GetNumberOfIterations();
160 #ifdef ITK_USE_CONCEPT_CHECKING
171 PrintSelf(std::ostream & os,
Indent indent)
const override;
176 CalculateUpdateValue(
const IndexType & idx,
177 const TimeStepType & dt,
178 const ValueType & value,
179 const ValueType & change)
override;
184 GenerateData()
override;
192 const TInputImage * m_InputImage{};
196 #ifndef ITK_MANUAL_INSTANTIATION
197 # include "itkAntiAliasBinaryImageFilter.hxx"