20 #ifndef vtkViewDependentErrorMetric_h
21 #define vtkViewDependentErrorMetric_h
24 #include "vtkRenderingCoreModule.h"
26 VTK_ABI_NAMESPACE_BEGIN
57 vtkGetMacro(PixelTolerance,
double);
68 void SetPixelTolerance(
double value);
99 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
114 double GetError(
double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
125 double Distance2LinePoint(
double x[2],
double y[2],
double z[2]);
137 VTK_ABI_NAMESPACE_END
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...