31 #ifndef __vtkViewDependentErrorMetric_h
32 #define __vtkViewDependentErrorMetric_h
34 #include "vtkGenericSubdivisionErrorMetric.h"
49 void PrintSelf(ostream& os,
vtkIndent indent);
60 vtkGetMacro(PixelTolerance,
double);
69 void SetPixelTolerance(
double value);
93 int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
double *rightPoint,
107 double GetError(
double *leftPoint,
double *midPoint,
108 double *rightPoint,
double alpha);
119 double Distance2LinePoint(
double x[2],
abstract specification for Viewports
vtkCoordinate * Coordinate
a simple class to control print indentation
Objects that compute a screen-based error during cell tessellation.