15 #ifndef vtkAMRInterpolatedVelocityField_h
16 #define vtkAMRInterpolatedVelocityField_h
18 #include "vtkFiltersFlowPathsModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
84 bool GetLastDataSetLocation(
unsigned int&
level,
unsigned int&
id);
85 bool SetLastDataSet(
int level,
int id);
114 VTK_ABI_NAMESPACE_END
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.
void SetAMRData(vtkOverlappingAMR *amr)
Specify the AMR dataset to process.
virtual int SelfInitialize()
These methods pertain to initializing the vector field by subclasses (which may have special initiali...
virtual void CopyParameters(vtkAbstractInterpolatedVelocityField *from)
Copy essential parameters between instances of this class.
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 int FunctionValues(double *x, double *f)
Evaluate functions at x_j.
virtual void SetLastCellId(vtkIdType c)
Get/Set the id of the cell cached from last evaluation.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for obtaining type information and printing the object state.
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