37 #ifndef __vtkGenericSubdivisionErrorMetric_h
38 #define __vtkGenericSubdivisionErrorMetric_h
42 class vtkGenericAttributeCollection;
44 class vtkGenericDataSet;
69 virtual int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
70 double *rightPoint,
double alpha)=0;
83 virtual double GetError(
double *leftPoint,
double *midPoint,
84 double *rightPoint,
double alpha)=0;
95 void SetDataSet(vtkGenericDataSet *ds);
96 vtkGetObjectMacro(DataSet,vtkGenericDataSet);
abstract base class for most VTK objects
vtkGenericAdaptorCell * GenericCell
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Objects that compute error during cell tessellation.
vtkGenericDataSet * DataSet