30 #ifndef __vtkAttributesErrorMetric_h
31 #define __vtkAttributesErrorMetric_h
57 vtkGetMacro(AbsoluteAttributeTolerance,
double);
67 void SetAbsoluteAttributeTolerance(
double value);
75 vtkGetMacro(AttributeTolerance,
double);
81 void SetAttributeTolerance(
double value);
112 double GetError(
double *leftPoint,
double *midPoint,
113 double *rightPoint,
double alpha);
122 void ComputeSquareAbsoluteAttributeTolerance();
double AbsoluteAttributeTolerance
vtkGenericAttributeCollection * AttributeCollection
a collection of attributes
record modification and/or execution time
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Objects that compute attribute-based error during cell tessellation.
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
vtkTimeStamp SquareAbsoluteAttributeToleranceComputeTime
defines dataset interface
double SquareAbsoluteAttributeTolerance
void PrintSelf(ostream &os, vtkIndent indent)
double AttributeTolerance