30 #ifndef vtkAttributesErrorMetric_h
31 #define vtkAttributesErrorMetric_h
58 vtkGetMacro(AbsoluteAttributeTolerance,
double);
68 void SetAbsoluteAttributeTolerance(
double value);
76 vtkGetMacro(AttributeTolerance,
double);
82 void SetAttributeTolerance(
double value);
113 double GetError(
double *leftPoint,
double *midPoint,
114 double *rightPoint,
double alpha);
123 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)
#define VTKCOMMONDATAMODEL_EXPORT
double AttributeTolerance