18 #ifndef itkAntiAliasBinaryImageFilter_h
19 #define itkAntiAliasBinaryImageFilter_h
106 template<
typename TInputImage,
typename TOutputImage >
146 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
147 this->SetNumberOfIterations(i);
153 itkWarningMacro(
"GetMaximumIterations is deprecated. Please use GetNumberOfIterations instead.");
154 return this->GetNumberOfIterations();
157 #ifdef ITK_USE_CONCEPT_CHECKING
169 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
173 virtual ValueType CalculateUpdateValue(
const IndexType & idx,
174 const TimeStepType & dt,
175 const ValueType & value,
176 const ValueType & change) ITK_OVERRIDE;
180 void GenerateData() ITK_OVERRIDE;
190 const TInputImage *m_InputImage;
194 #ifndef ITK_MANUAL_INSTANTIATION
195 #include "itkAntiAliasBinaryImageFilter.hxx"
void SetMaximumIterations(unsigned int i)
Superclass::ValueType ValueType
SmartPointer< const Self > ConstPointer
TInputImage::ValueType BinaryValueType
Superclass::TimeStepType TimeStepType
Base class for all process objects that output image data.
unsigned int GetMaximumIterations()
This class implements a finite difference partial differential equation solver for evolving surfaces ...
AntiAliasBinaryImageFilter Self
A method for estimation of a surface from a binary volume.
Superclass::IndexType IndexType
~AntiAliasBinaryImageFilter() override
Superclass::OutputImageType OutputImageType
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > Superclass
Control indentation during Print() invocation.
Superclass::InputImageType InputImageType
CurvatureFlowFunction< OutputImageType > CurvatureFunctionType
#define itkConceptMacro(name, concept)
SmartPointer< Self > Pointer
ImageBaseType::IndexType IndexType