58 #ifndef vtkInterpolatedVelocityField_h
59 #define vtkInterpolatedVelocityField_h
62 #include "vtkFiltersFlowPathsModule.h"
int FunctionValues(double *x, double *f) override=0
Evaluate the velocity field f at point (x, y, z).
virtual void SetLastCellId(vtkIdType c)
An abstract class for obtaining the interpolated velocity values at a point.
abstract class to specify dataset behavior
a simple class to control print indentation
A concrete class for obtaining the interpolated velocity values at a point.
virtual int SnapPointOnCell(double *pOrigin, double *pProj)
Project the provided point on current cell, current dataset.
vtkInterpolatedVelocityField()
int FunctionValues(vtkDataSet *ds, double *x, double *f) override
Evaluate the velocity field f at point (x, y, z) in a specified dataset by either involving vtkPointL...
static vtkInterpolatedVelocityField * New()
Construct a vtkInterpolatedVelocityField without an initial dataset.
int FunctionValues(double *x, double *f) override
Evaluate the velocity field f at point (x, y, z).
~vtkInterpolatedVelocityField() override
void SetLastCellId(vtkIdType c, int dataindex) override
Set the cell id cached by the last evaluation within a specified dataset.
void AddDataSet(vtkDataSet *dataset) override
Add a dataset used for the implicit function evaluation.
void SetLastCellId(vtkIdType c) override
Set the cell id cached by the last evaluation.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.