32 #ifndef vtkViewDependentErrorMetric_h
33 #define vtkViewDependentErrorMetric_h
35 #include "vtkRenderingCoreModule.h"
68 vtkGetMacro(PixelTolerance,
double);
79 void SetPixelTolerance(
double value);
125 double GetError(
double *leftPoint,
double *midPoint,
126 double *rightPoint,
double alpha);
137 double Distance2LinePoint(
double x[2],
abstract specification for Viewports
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK type and error macros.
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Does the edge need to be subdivided according to the implemented computation? The edge is defined by ...
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
Return the error at the mid-point.
Objects that compute a screen-based error during cell tessellation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...