Go to the documentation of this file.
34 #ifndef vtkSmoothErrorMetric_h
35 #define vtkSmoothErrorMetric_h
37 #include "vtkCommonDataModelModule.h"
63 double GetAngleTolerance();
71 void SetAngleTolerance(
double value);
92 double *rightPoint,
double alpha)
override;
107 double GetError(
double *leftPoint,
double *midPoint,
double *rightPoint,
108 double alpha)
override;
Objects that compute geometry-based error during cell tessellation according to some max angle.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Objects that compute error during cell tessellation.
defines dataset interface
a simple class to control print indentation
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 ...
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Return the error at the mid-point.