30 #ifndef vtkAttributesErrorMetric_h 31 #define vtkAttributesErrorMetric_h 68 void SetAbsoluteAttributeTolerance(
double value);
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
#define vtkGetMacro(name, type)
record modification and/or execution time
#define vtkTypeMacro(thisClass, superclass)
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