33 #ifndef __vtkSmoothErrorMetric_h
34 #define __vtkSmoothErrorMetric_h
36 #include "vtkCommonDataModelModule.h"
39 class vtkGenericDataSet;
51 void PrintSelf(ostream& os, vtkIndent indent);
56 double GetAngleTolerance();
62 void SetAngleTolerance(
double value);
79 double *rightPoint,
double alpha);
92 double GetError(
double *leftPoint,
double *midPoint,
double *rightPoint,
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
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
void PrintSelf(ostream &os, vtkIndent indent)