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 );
107 void EvaluatePointDataField(
double* result,
double* weights,
int field );
108 void EvaluateCellDataField(
double* result,
double* weights,
int field );
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.
int GetActiveFieldCriteria() const
abstract class to specify dataset behavior
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
#define vtkTypeMacro(thisClass, superclass)
vtkIdType GetCellId() const
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
#define vtkSetMacro(name, type)