30 #ifndef __vtkGeometricErrorMetric_h
31 #define __vtkGeometricErrorMetric_h
33 #include "vtkCommonDataModelModule.h"
34 #include "vtkGenericSubdivisionErrorMetric.h"
36 class vtkGenericDataSet;
48 void PrintSelf(ostream& os,
vtkIndent indent);
55 vtkGetMacro(AbsoluteGeometricTolerance,
double);
64 void SetAbsoluteGeometricTolerance(
double value);
71 void SetRelativeGeometricTolerance(
double value,
72 vtkGenericDataSet *ds);
89 int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
double *rightPoint,
103 double GetError(
double *leftPoint,
double *midPoint,
104 double *rightPoint,
double alpha);
118 double Distance2LinePoint(
double x[3],
double AbsoluteGeometricTolerance
a simple class to control print indentation
Objects that compute geometry-based error during cell tessellation.