38 #ifndef vtkGenericSubdivisionErrorMetric_h 39 #define vtkGenericSubdivisionErrorMetric_h 41 #include "vtkCommonDataModelModule.h" 77 virtual int RequiresEdgeSubdivision(
double *leftPoint,
double *midPoint,
78 double *rightPoint,
double alpha)=0;
93 virtual double GetError(
double *leftPoint,
double *midPoint,
94 double *rightPoint,
double alpha)=0;
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a collection of attributes
vtkGenericAdaptorCell * GenericCell
a simple class to control print indentation
Objects that compute error during cell tessellation.
defines dataset interface
vtkGenericDataSet * DataSet