19 #ifndef vtkAttributesErrorMetric_h
20 #define vtkAttributesErrorMetric_h
22 #include "vtkCommonDataModelModule.h"
25 VTK_ABI_NAMESPACE_BEGIN
55 vtkGetMacro(AbsoluteAttributeTolerance,
double);
68 void SetAbsoluteAttributeTolerance(
double value);
79 vtkGetMacro(AttributeTolerance,
double);
87 void SetAttributeTolerance(
double value);
109 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
124 double GetError(
double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha)
override;
134 void ComputeSquareAbsoluteAttributeTolerance();
155 VTK_ABI_NAMESPACE_END
double AbsoluteAttributeTolerance
vtkGenericAttributeCollection * AttributeCollection
a collection of attributes
record modification and/or execution time
void PrintSelf(ostream &os, vtkIndent indent) override
Standard VTK type and error macros.
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.
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
Return the error at the mid-point.
vtkTimeStamp SquareAbsoluteAttributeToleranceComputeTime
defines dataset interface
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
double SquareAbsoluteAttributeTolerance
double AttributeTolerance