|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   25 #ifndef vtkAMRInterpolatedVelocityField_h 
   26 #define vtkAMRInterpolatedVelocityField_h 
   28 #include "vtkFiltersFlowPathsModule.h"  
   45   bool GetLastDataSetLocation(
unsigned int& 
level, 
unsigned int& 
id);
 
   47   bool SetLastDataSet(
int level, 
int id);
 
  
virtual void SetLastCellId(vtkIdType c)
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkOverlappingAMR * AmrDataSet
A concrete class for obtaining the interpolated velocity values at a point in AMR data.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetLastCellId(vtkIdType c) override
Set the cell id cached by the last evaluation.
a simple class to control print indentation
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...
virtual int FunctionValues(double *x, double *f)
Evaluate functions at x_j.
int FunctionValues(double *x, double *f) override=0
Evaluate the velocity field f at point (x, y, z).
hierarchical dataset of vtkUniformGrids
abstract class to specify dataset behavior
An abstract class for obtaining the interpolated velocity values at a point.