19 #ifndef vtkGeometricErrorMetric_h
20 #define vtkGeometricErrorMetric_h
22 #include "vtkCommonDataModelModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
51 vtkGetMacro(AbsoluteGeometricTolerance,
double);
62 void SetAbsoluteGeometricTolerance(
double value);
92 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
107 double GetError(
double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
123 double Distance2LinePoint(
double x[3],
double y[3],
double z[3]);
134 VTK_ABI_NAMESPACE_END
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 ...
double AbsoluteGeometricTolerance
a simple class to control print indentation
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.
defines dataset interface
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
Objects that compute geometry-based error during cell tessellation.