|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   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 
  
virtual bool EvaluateLocationAndFields(double *p1, int field_start)=0
You must implement this member function in a subclass.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkCell * CurrentCellData
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
how to decide whether a linear approximation to nonlinear geometry or field should be subdivided
abstract class to specify cell behavior
a simple class to control print indentation
int GetActiveFieldCriteria() const
a subclass of vtkEdgeSubdivisionCriterion for vtkDataSet objects.
abstract class to specify dataset behavior
vtkIdType GetCellId() const