53 #ifndef __vtkInterpolatedVelocityField_h
54 #define __vtkInterpolatedVelocityField_h
86 { this->Superclass::SetLastCellId( c ); }
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
abstract class to specify dataset behavior
~vtkInterpolatedVelocityField()
An abstract class for obtaining the interpolated velocity values at a point.
virtual int FunctionValues(double *x, double *f)=0
void PrintSelf(ostream &os, vtkIndent indent)
virtual int FunctionValues(double *x, double *f)=0
a simple class to control print indentation
A concrete class for obtaining the interpolated velocity values at a point.
virtual void SetLastCellId(vtkIdType c)
virtual void SetLastCellId(vtkIdType c)
virtual void AddDataSet(vtkDataSet *dataset)=0
vtkInterpolatedVelocityField()