|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkAntiAliasBinaryImageFilter_h
19 #define itkAntiAliasBinaryImageFilter_h
106 template <
typename TInputImage,
typename TOutputImage>
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;
196 #ifndef ITK_MANUAL_INSTANTIATION
197 # include "itkAntiAliasBinaryImageFilter.hxx"
CurvatureFunctionType::Pointer m_CurvatureFunction
void SetMaximumIterations(unsigned int i)
This class implements a finite difference partial differential equation solver for evolving surfaces ...
typename FiniteDifferenceFunctionType::TimeStepType TimeStepType
typename TInputImage::ValueType BinaryValueType
Control indentation during Print() invocation.
const TInputImage * m_InputImage
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
BinaryValueType m_UpperBinaryValue
unsigned int GetMaximumIterations()
This class encapsulate the finite difference equation which drives a curvature flow denoising algorit...
TInputImage InputImageType
BinaryValueType m_LowerBinaryValue
A method for estimation of a surface from a binary volume.
#define itkConceptMacro(name, concept)
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename OutputImageType::ValueType ValueType
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename OutputImageType::IndexType IndexType
TOutputImage OutputImageType