22 #ifndef vtkSmoothErrorMetric_h
23 #define vtkSmoothErrorMetric_h
25 #include "vtkCommonDataModelModule.h"
28 VTK_ABI_NAMESPACE_BEGIN
52 double GetAngleTolerance();
60 void SetAngleTolerance(
double value);
81 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
96 double GetError(
double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
110 VTK_ABI_NAMESPACE_END
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK type and error macros.
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Does the edge need to be subdivided according to the implemented computation? The edge is defined by ...
a simple class to control print indentation
Objects that compute geometry-based error during cell tessellation according to some max angle...
Objects that compute error during cell tessellation.
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Return the error at the mid-point.
defines dataset interface
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...