39 #ifndef __vtkGenericCellTessellator_h
40 #define __vtkGenericCellTessellator_h
110 virtual void SetErrorMetrics(
vtkCollection *someErrorMetrics);
123 vtkGetMacro(Measurement,
int);
124 vtkSetMacro(Measurement,
int);
130 void GetMaxErrors(
double *errors);
149 int RequiresEdgeSubdivision(
double *left,
double *mid,
double *right,
164 virtual void UpdateMaxError(
double *leftPoint,
double *midPoint,
165 double *rightPoint,
double alpha);
170 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