18#ifndef itkAntiAliasBinaryImageFilter_h
19#define itkAntiAliasBinaryImageFilter_h
101template <
typename TInputImage,
typename TOutputImage>
143 itkWarningMacro(
"SetMaximumIterations is deprecated. Please use SetNumberOfIterations instead.");
151 itkWarningMacro(
"GetMaximumIterations is deprecated. Please use GetNumberOfIterations instead.");
187#ifndef ITK_MANUAL_INSTANTIATION
188# include "itkAntiAliasBinaryImageFilter.hxx"
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
ValueType CalculateUpdateValue(const IndexType &idx, const TimeStepType &dt, const ValueType &value, const ValueType &change) override
void SetMaximumIterations(unsigned int i)
AntiAliasBinaryImageFilter Self
~AntiAliasBinaryImageFilter() override=default
typename OutputImageType::IndexType IndexType
CurvatureFunctionType::Pointer m_CurvatureFunction
SmartPointer< Self > Pointer
AntiAliasBinaryImageFilter()
void PrintSelf(std::ostream &os, Indent indent) const override
unsigned int GetMaximumIterations()
void GenerateData() override
BinaryValueType m_UpperBinaryValue
SmartPointer< const Self > ConstPointer
BinaryValueType m_LowerBinaryValue
const TInputImage * m_InputImage
typename TInputImage::ValueType BinaryValueType
typename OutputImageType::ValueType ValueType
CurvatureFlowFunction< OutputImageType > CurvatureFunctionType
SparseFieldLevelSetImageFilter< TInputImage, TOutputImage > Superclass
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
SmartPointer< Self > Pointer
virtual const IdentifierType & GetNumberOfIterations() const
virtual void SetNumberOfIterations(IdentifierType _arg)
Control indentation during Print() invocation.
Implements transparent reference counting.
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
SparseFieldLevelSetImageFilter()
typename OutputImageType::IndexType IndexType
TOutputImage OutputImageType
TInputImage InputImageType
typename OutputImageType::ValueType ValueType
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....