31 #ifndef vtkViewDependentErrorMetric_h
32 #define vtkViewDependentErrorMetric_h
61 vtkGetMacro(PixelTolerance,
double);
70 void SetPixelTolerance(
double value);
108 double GetError(
double *leftPoint,
double *midPoint,
109 double *rightPoint,
double alpha);
120 double Distance2LinePoint(
double x[2],
abstract specification for Viewports
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
vtkCoordinate * Coordinate
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems ...
Objects that compute error during cell tessellation.
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Objects that compute a screen-based error during cell tessellation.
#define VTKRENDERINGCORE_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)