58#ifndef vtkInterpolatedVelocityField_h
59#define vtkInterpolatedVelocityField_h
62#include "vtkFiltersFlowPathsModule.h"
90 using Superclass::FunctionValues;
int FunctionValues(double *x, double *f) override=0
Evaluate the velocity field f at point (x, y, z).
virtual void SetLastCellId(vtkIdType c)
Get/Set the id of the cell cached from last evaluation.
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() override=default
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...
int FunctionValues(double *x, double *f) override
Evaluate the velocity field f at point (x, y, z).
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.
vtkInterpolatedVelocityField()=default
void SetLastCellId(vtkIdType c) override
Set the cell id cached by the last evaluation.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
static vtkInterpolatedVelocityField * New()
Construct a vtkInterpolatedVelocityField without an initial dataset.