15 #ifndef __vtkDataSetEdgeSubdivisionCriterion_h
16 #define __vtkDataSetEdgeSubdivisionCriterion_h
70 virtual bool EvaluateEdge(
const double* p0,
double* midpt,
const double* p1,
int field_start );
101 double* EvaluateFields(
double* vertex,
double*
weights,
int field_start );
123 virtual void SetFieldError2(
int s,
double err );
124 double GetFieldError2(
int s )
const;
130 virtual void ResetFieldError2();
173 #endif // __vtkDataSetEdgeSubdivisionCriterion_h
a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
abstract class to specify dataset behavior
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
int GetActiveFieldCriteria() const
#define vtkTypeMacro(thisClass, superclass)
abstract class to specify cell behavior
a simple class to control print indentation
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual bool EvaluateEdge(const double *p0, double *p1, const double *p2, int field_start)=0
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided ...
vtkCell * CurrentCellData
vtkIdType GetCellId() const
#define vtkSetMacro(name, type)