30 #ifndef __vtkGeometricErrorMetric_h
31 #define __vtkGeometricErrorMetric_h
33 #include "vtkGenericSubdivisionErrorMetric.h"
47 void PrintSelf(ostream& os,
vtkIndent indent);
54 vtkGetMacro(AbsoluteGeometricTolerance,
double);
63 void SetAbsoluteGeometricTolerance(
double value);
70 void SetRelativeGeometricTolerance(
double value,
88 int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
double *rightPoint,
102 double GetError(
double *leftPoint,
double *midPoint,
103 double *rightPoint,
double alpha);
117 double Distance2LinePoint(
double x[3],
double AbsoluteGeometricTolerance
a simple class to control print indentation
defines dataset interface
Objects that compute geometry-based error during cell tessellation.