33 #ifndef __vtkSmoothErrorMetric_h
34 #define __vtkSmoothErrorMetric_h
36 #include "vtkGenericSubdivisionErrorMetric.h"
38 class vtkGenericDataSet;
50 void PrintSelf(ostream& os,
vtkIndent indent);
55 double GetAngleTolerance();
61 void SetAngleTolerance(
double value);
77 int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
78 double *rightPoint,
double alpha);
91 double GetError(
double *leftPoint,
double *midPoint,
double *rightPoint,
a simple class to control print indentation
Objects that compute geometry-based error during cell tessellation according to some max angle...