18 #ifndef itkAntiAliasBinaryImageFilter_h
19 #define itkAntiAliasBinaryImageFilter_h
106 template<
typename TInputImage,
typename TOutputImage >
146 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
153 itkWarningMacro(
"GetMaximumIterations is deprecated. Please use GetNumberOfIterations instead.");
157 #ifdef ITK_USE_CONCEPT_CHECKING
169 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
184 void operator=(const Self &);
195 #ifndef ITK_MANUAL_INSTANTIATION
196 #include "itkAntiAliasBinaryImageFilter.hxx"
void SetMaximumIterations(unsigned int i)
Superclass::ValueType ValueType
SmartPointer< const Self > ConstPointer
TInputImage::ValueType BinaryValueType
Superclass::TimeStepType TimeStepType
virtual void PrintSelf(std::ostream &os, Indent indent) const override
Base class for all process objects that output image data.
unsigned int GetMaximumIterations()
OutputImageType::ValueType ValueType
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.
virtual ValueType CalculateUpdateValue(const IndexType &idx, const TimeStepType &dt, const ValueType &value, const ValueType &change) override
Superclass::IndexType IndexType
TOutputImage OutputImageType
virtual const IdentifierType & GetNumberOfIterations() const
void GenerateData() override
OutputImageType::IndexType IndexType
virtual void SetNumberOfIterations(IdentifierType _arg)
Superclass::OutputImageType OutputImageType
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
Superclass::TimeStepType TimeStepType
SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > Superclass
~AntiAliasBinaryImageFilter()
Control indentation during Print() invocation.
BinaryValueType m_UpperBinaryValue
Superclass::InputImageType InputImageType
const TInputImage * m_InputImage
CurvatureFlowFunction< OutputImageType > CurvatureFunctionType
TInputImage InputImageType
#define itkConceptMacro(name, concept)
CurvatureFunctionType::Pointer m_CurvatureFunction
AntiAliasBinaryImageFilter()
BinaryValueType m_LowerBinaryValue
SmartPointer< Self > Pointer