15 #ifndef vtkDataSetEdgeSubdivisionCriterion_h 16 #define vtkDataSetEdgeSubdivisionCriterion_h 40 #include "vtkFiltersCoreModule.h" 106 double* EvaluateFields(
double* vertex,
double* weights,
int field_start);
114 void EvaluatePointDataField(
double* result,
double* weights,
int field);
115 void EvaluateCellDataField(
double* result,
double* weights,
int field);
123 vtkSetMacro(ChordError2,
double);
124 vtkGetMacro(ChordError2,
double);
134 virtual void SetFieldError2(
int s,
double err);
135 double GetFieldError2(
int s)
const;
142 virtual void ResetFieldError2();
150 vtkGetMacro(ActiveFieldCriteria,
int);
200 #endif // vtkDataSetEdgeSubdivisionCriterion_h a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
int GetActiveFieldCriteria() const
Return a bitfield specifying which FieldError2 criteria are positive (i.e., actively used to decide e...
abstract class to specify dataset behavior
vtkIdType GetCellId() const
abstract class to specify cell behavior
a simple class to control print indentation
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided ...
vtkCell * CurrentCellData
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
virtual bool EvaluateLocationAndFields(double *p1, int field_start)=0
You must implement this member function in a subclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.