37 #ifndef __vtkGenericSubdivisionErrorMetric_h
38 #define __vtkGenericSubdivisionErrorMetric_h
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;
abstract base class for most VTK objects
a collection of attributes
vtkGenericAdaptorCell * GenericCell
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
Objects that compute error during cell tessellation.
defines dataset interface
vtkGenericDataSet * DataSet