33 #ifndef __vtkSmoothErrorMetric_h
34 #define __vtkSmoothErrorMetric_h
38 class vtkGenericDataSet;
55 double GetAngleTolerance();
61 void SetAngleTolerance(
double value);
78 double *rightPoint,
double alpha);
91 double GetError(
double *leftPoint,
double *midPoint,
double *rightPoint,
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
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
void PrintSelf(ostream &os, vtkIndent indent)