|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   40 #ifndef vtkGenericCellTessellator_h 
   41 #define vtkGenericCellTessellator_h 
   43 #include "vtkCommonDataModelModule.h"  
  111   virtual void SetErrorMetrics(
vtkCollection* someErrorMetrics);
 
  130   vtkGetMacro(Measurement, 
int);
 
  131   vtkSetMacro(Measurement, 
int);
 
  139   void GetMaxErrors(
double* errors);
 
  162   int RequiresEdgeSubdivision(
double* left, 
double* mid, 
double* right, 
double alpha);
 
  177   virtual void UpdateMaxError(
 
  178     double* leftPoint, 
double* midPoint, 
double* rightPoint, 
double alpha);
 
  184   void ResetMaxErrors();
 
  
represent and manipulate point attribute data
abstract base class for most VTK objects
iterator used to traverse cells
defines dataset interface
create and manipulate ordered lists of objects
helper class to perform cell tessellation
vtkGenericDataSet * DataSet
Dataset to be tessellated.
a simple class to control print indentation
object to represent cell connectivity
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkCollection * ErrorMetrics
List of error metrics.
a collection of attributes
dynamic, self-adjusting array of double