18#ifndef itkAntiAliasBinaryImageFilter_h
19#define itkAntiAliasBinaryImageFilter_h
106template <
typename TInputImage,
typename TOutputImage>
120 using typename Superclass::ValueType;
122 using typename Superclass::TimeStepType;
123 using typename Superclass::OutputImageType;
124 using typename Superclass::InputImageType;
146 SetMaximumIterations(
unsigned int i)
148 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
149 this->SetNumberOfIterations(i);
154 GetMaximumIterations()
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,
184 GenerateData()
override;
188 BinaryValueType m_LowerBinaryValue{};
192 const TInputImage * m_InputImage{};
196#ifndef ITK_MANUAL_INSTANTIATION
197# include "itkAntiAliasBinaryImageFilter.hxx"
A method for estimation of a surface from a binary volume.
typename TInputImage::ValueType BinaryValueType
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
Base class for all process objects that output image data.
Control indentation during Print() invocation.
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
This class implements a finite difference partial differential equation solver for evolving surfaces ...
typename OutputImageType::IndexType IndexType
typename OutputImageType::ValueType ValueType
#define itkConceptMacro(name, concept)
ImageBaseType::IndexType IndexType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....