38 #ifndef vtkGenericSubdivisionErrorMetric_h
39 #define vtkGenericSubdivisionErrorMetric_h
41 #include "vtkCommonDataModelModule.h"
77 virtual int RequiresEdgeSubdivision(
78 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha) = 0;
93 virtual double GetError(
94 double* leftPoint,
double* midPoint,
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
std::map< std::string, DataArray > DataSet
key: variable name, value: DataArray
Objects that compute error during cell tessellation.
defines dataset interface
vtkGenericDataSet * DataSet