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