31 #ifndef __vtkViewDependentErrorMetric_h
32 #define __vtkViewDependentErrorMetric_h
60 vtkGetMacro(PixelTolerance,
double);
69 void SetPixelTolerance(
double value);
107 double GetError(
double *leftPoint,
double *midPoint,
108 double *rightPoint,
double alpha);
119 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.
void PrintSelf(ostream &os, vtkIndent indent)