Go to the documentation of this file.
31 #ifndef vtkAttributesErrorMetric_h
32 #define vtkAttributesErrorMetric_h
34 #include "vtkCommonDataModelModule.h"
66 vtkGetMacro(AbsoluteAttributeTolerance,
double);
79 void SetAbsoluteAttributeTolerance(
double value);
90 vtkGetMacro(AttributeTolerance,
double);
98 void SetAttributeTolerance(
double value);
120 double alpha)
override;
135 double GetError(
double *leftPoint,
double *midPoint,
136 double *rightPoint,
double alpha)
override;
146 void ComputeSquareAbsoluteAttributeTolerance();
double AttributeTolerance
double AbsoluteAttributeTolerance
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
record modification and/or execution time
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Objects that compute error during cell tessellation.
defines dataset interface
a simple class to control print indentation
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 ...
Objects that compute attribute-based error during cell tessellation.
double SquareAbsoluteAttributeTolerance
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
Return the error at the mid-point.
a collection of attributes
vtkGenericAttributeCollection * AttributeCollection
vtkTimeStamp SquareAbsoluteAttributeToleranceComputeTime