28 #ifndef vtkAMRInterpolatedVelocityField_h 29 #define vtkAMRInterpolatedVelocityField_h 31 #include "vtkFiltersFlowPathsModule.h" 49 bool GetLastDataSetLocation(
unsigned int&
level,
unsigned int&
id);
51 bool SetLastDataSet(
int level,
int id);
59 { this->Superclass::SetLastCellId( c ); }
abstract class to specify dataset behavior
int FunctionValues(vtkDataSet *ds, double *x, double *f) override
Evaluate the velocity field f at point (x, y, z) in a specified dataset by invoking vtkDataSet::FindC...
An abstract class for obtaining the interpolated velocity values at a point.
virtual int FunctionValues(double *x, double *f)=0
Evaluate functions at x_j.
a simple class to control print indentation
int FunctionValues(double *x, double *f) override=0
Evaluate the velocity field f at point (x, y, z).
void SetLastCellId(vtkIdType c) override
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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
hierarchical dataset of vtkUniformGrids
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A concrete class for obtaining the interpolated velocity values at a point in AMR data...
vtkOverlappingAMR * AmrDataSet