27 #ifndef __vtkAMRInterpolatedVelocityField_h
28 #define __vtkAMRInterpolatedVelocityField_h
30 #include "vtkFiltersFlowPathsModule.h"
48 bool GetLastDataSetLocation(
unsigned int& level,
unsigned int&
id);
50 bool SetLastDataSet(
int level,
int id);
57 { this->Superclass::SetLastCellId( c ); }
70 void PrintSelf( ostream & os, vtkIndent indent );
74 static bool FindGrid(
double q[3],
vtkOverlappingAMR *amrds,
unsigned int& level,
unsigned int& gridId);
virtual void SetLastCellId(vtkIdType c)
An abstract class for obtaining the interpolated velocity values at a point.
virtual int FunctionValues(double *x, double *f)=0
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FunctionValues(double *x, double *f)=0
virtual void SetLastCellId(vtkIdType c)
hierarchical dataset of vtkUniformGrids
VTKWRAPPINGJAVA_EXPORT jlong q(JNIEnv *env, jobject obj)
A concrete class for obtaining the interpolated velocity values at a point in AMR data...
vtkOverlappingAMR * AmrDataSet