Go to the documentation of this file.
37 #ifndef vtkGenericSubdivisionErrorMetric_h
38 #define vtkGenericSubdivisionErrorMetric_h
71 double *rightPoint,
double alpha)=0;
84 virtual double GetError(
double *leftPoint,
double *midPoint,
85 double *rightPoint,
double alpha)=0;
#define vtkGetObjectMacro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
void SetGenericCell(vtkGenericAdaptorCell *cell)
vtkGenericDataSet * DataSet
~vtkGenericSubdivisionErrorMetric()
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
Objects that compute error during cell tessellation.
vtkGenericAdaptorCell * GenericCell
vtkGenericSubdivisionErrorMetric()
defines dataset interface
a simple class to control print indentation
virtual int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
void SetDataSet(vtkGenericDataSet *ds)
GLclampf GLclampf GLclampf alpha
virtual double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)=0
a collection of attributes
#define VTKCOMMONDATAMODEL_EXPORT