|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   29 #ifndef vtkViewDependentErrorMetric_h 
   30 #define vtkViewDependentErrorMetric_h 
   33 #include "vtkRenderingCoreModule.h"  
   65   vtkGetMacro(PixelTolerance, 
double);
 
   76   void SetPixelTolerance(
double value);
 
  107     double* leftPoint, 
double* midPoint, 
double* rightPoint, 
double alpha) 
override;
 
  122   double GetError(
double* leftPoint, 
double* midPoint, 
double* rightPoint, 
double alpha) 
override;
 
  133   double Distance2LinePoint(
double x[2], 
double y[2], 
double z[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.