26 #ifndef vtkGenericSubdivisionErrorMetric_h
27 #define vtkGenericSubdivisionErrorMetric_h
29 #include "vtkCommonDataModelModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
66 virtual int RequiresEdgeSubdivision(
67 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha) = 0;
82 virtual double GetError(
83 double* leftPoint,
double* midPoint,
double* rightPoint,
double alpha) = 0;
113 VTK_ABI_NAMESPACE_END
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