 |
VTK
9.0.1
|
Go to the documentation of this file.
28 #ifndef vtkGeometricErrorMetric_h
29 #define vtkGeometricErrorMetric_h
31 #include "vtkCommonDataModelModule.h"
59 vtkGetMacro(AbsoluteGeometricTolerance,
double);
70 void SetAbsoluteGeometricTolerance(
double value);
100 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
115 double GetError(
double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
131 double Distance2LinePoint(
double x[3],
double y[3],
double z[3]);
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.
Objects that compute error during cell tessellation.
defines dataset interface
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 ...
double AbsoluteGeometricTolerance
Objects that compute geometry-based error during cell tessellation.
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Return the error at the mid-point.