Go to the documentation of this file.
54 #ifndef vtkInterpolatedVelocityField_h
55 #define vtkInterpolatedVelocityField_h
57 #include "vtkFiltersFlowPathsModule.h"
virtual void SetLastCellId(vtkIdType c)
static vtkInterpolatedVelocityField * New()
Construct a vtkInterpolatedVelocityField without an initial dataset.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FunctionValues(double *x, double *f) override
Evaluate the velocity field f at point (x, y, z).
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...
An abstract class for obtaining the interpolated velocity values at a point.
void AddDataSet(vtkDataSet *dataset) override
Add a dataset used for the implicit function evaluation.
void SetLastCellId(vtkIdType c, int dataindex) override
Set the cell id cached by the last evaluation within a specified dataset.
a simple class to control print indentation
vtkInterpolatedVelocityField()
int FunctionValues(double *x, double *f) override=0
Evaluate the velocity field f at point (x, y, z).
abstract class to specify dataset behavior
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() override
void SetLastCellId(vtkIdType c) override
Set the cell id cached by the last evaluation.