Go to the documentation of this file.
30 #ifndef vtkGeometricErrorMetric_h
31 #define vtkGeometricErrorMetric_h
103 double GetError(
double *leftPoint,
double *midPoint,
104 double *rightPoint,
double alpha);
static vtkGeometricErrorMetric * New()
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
virtual ~vtkGeometricErrorMetric()
Objects that compute error during cell tessellation.
defines dataset interface
GLsizei const GLfloat * value
double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)
void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void SetRelativeGeometricTolerance(double value, vtkGenericDataSet *ds)
int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)
#define vtkGetMacro(name, type)
double AbsoluteGeometricTolerance
GLclampf GLclampf GLclampf alpha
void SetAbsoluteGeometricTolerance(double value)
double Distance2LinePoint(double x[3], double y[3], double z[3])
GLint GLint GLint GLint GLint GLint y
Objects that compute geometry-based error during cell tessellation.
#define VTKCOMMONDATAMODEL_EXPORT
vtkGeometricErrorMetric()