33 #ifndef vtkSmoothErrorMetric_h
34 #define vtkSmoothErrorMetric_h
56 double GetAngleTolerance();
62 void SetAngleTolerance(
double value);
79 double *rightPoint,
double alpha);
92 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
defines dataset interface
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKCOMMONDATAMODEL_EXPORT