54 #ifndef vtkInterpolatedVelocityField_h
55 #define vtkInterpolatedVelocityField_h
57 #include "vtkFiltersFlowPathsModule.h"
90 virtual int SnapPointOnCell(
double* pOrigin,
double* pProj);
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
Evaluate the velocity field f at point (x, y, z) in a specified dataset by either involving vtkPointL...
abstract class to specify dataset behavior
~vtkInterpolatedVelocityField()
virtual void AddDataSet(vtkDataSet *dataset)=0
Add a dataset for implicit velocity function evaluation.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
An abstract class for obtaining the interpolated velocity values at a point.
virtual int FunctionValues(double *x, double *f)=0
Evaluate the velocity field f at point (x, y, z).
a simple class to control print indentation
A concrete class for obtaining the interpolated velocity values at a point.
virtual void SetLastCellId(vtkIdType c)
Set the cell id cached by the last evaluation.
virtual void SetLastCellId(vtkIdType c)
Get/Set the id of the cell cached from last evaluation.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkInterpolatedVelocityField()