40 #ifndef vtkGenericCellTessellator_h
41 #define vtkGenericCellTessellator_h
43 #include "vtkCommonDataModelModule.h"
121 virtual void SetErrorMetrics(
vtkCollection *someErrorMetrics);
140 vtkGetMacro(Measurement,
int);
149 void GetMaxErrors(
double *errors);
172 int RequiresEdgeSubdivision(
double *left,
double *mid,
double *right,
189 virtual
void UpdateMaxError(
double *leftPoint,
double *midPoint,
190 double *rightPoint,
double alpha);
196 void ResetMaxErrors();
216 int MaxErrorsCapacity;
abstract base class for most VTK objects
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
helper class to perform cell tessellation
a collection of attributes
dynamic, self-adjusting array of double
iterator used to traverse cells
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
create and manipulate unsorted lists of objects
defines dataset interface