39 #ifndef vtkGenericCellTessellator_h
40 #define vtkGenericCellTessellator_h
111 virtual void SetErrorMetrics(
vtkCollection *someErrorMetrics);
124 vtkGetMacro(Measurement,
int);
125 vtkSetMacro(Measurement,
int);
131 void GetMaxErrors(
double *errors);
150 int RequiresEdgeSubdivision(
double *left,
double *mid,
double *right,
165 virtual void UpdateMaxError(
double *leftPoint,
double *midPoint,
166 double *rightPoint,
double alpha);
171 void ResetMaxErrors();
abstract base class for most VTK objects
represent and manipulate point attribute data
helper class to perform cell tessellation
a collection of attributes
dynamic, self-adjusting array of double
iterator used to traverse cells
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
vtkCollection * ErrorMetrics
object to represent cell connectivity
create and manipulate unsorted lists of objects
vtkGenericDataSet * DataSet
defines dataset interface
#define VTKCOMMONDATAMODEL_EXPORT