28#ifndef vtkAMRInterpolatedVelocityField_h
29#define vtkAMRInterpolatedVelocityField_h
31#include "vtkFiltersFlowPathsModule.h"
59 { this->Superclass::SetLastCellId( c ); }
A concrete class for obtaining the interpolated velocity values at a point in AMR data.
bool SetLastDataSet(int level, int id)
virtual void SetLastCellId(vtkIdType c)
Set the cell id cached by the last evaluation.
~vtkAMRInterpolatedVelocityField()
bool GetLastDataSetLocation(unsigned int &level, unsigned int &id)
virtual void SetLastCellId(vtkIdType c, int dataindex)
Set the id of the most recently visited cell of a dataset.
vtkOverlappingAMR * AmrDataSet
static bool FindGrid(double q[3], vtkOverlappingAMR *amrds, unsigned int &level, unsigned int &gridId)
static vtkAMRInterpolatedVelocityField * New()
virtual int FunctionValues(double *x, double *f)
Evaluate the velocity field f at point p.
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
Evaluate the velocity field f at point (x, y, z) in a specified dataset by invoking vtkDataSet::FindC...
vtkAMRInterpolatedVelocityField()
void SetAMRData(vtkOverlappingAMR *amr)
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
An abstract class for obtaining the interpolated velocity values at a point.
abstract class to specify dataset behavior
virtual int FunctionValues(double *x, double *f)=0
Evaluate functions at x_j.
a simple class to control print indentation
hierarchical dataset of vtkUniformGrids