Go to the documentation of this file.
32 #ifndef vtkViewDependentErrorMetric_h
33 #define vtkViewDependentErrorMetric_h
35 #include "vtkRenderingCoreModule.h"
68 vtkGetMacro(PixelTolerance,
double);
79 void SetPixelTolerance(
double value);
110 double alpha)
override;
125 double GetError(
double *leftPoint,
double *midPoint,
126 double *rightPoint,
double alpha)
override;
137 double Distance2LinePoint(
double x[2],
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCoordinate * Coordinate
Objects that compute error during cell tessellation.
a simple class to control print indentation
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 ...
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
abstract specification for Viewports
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.