53 #ifndef __vtkInterpolatedVelocityField_h
54 #define __vtkInterpolatedVelocityField_h
56 #include "vtkAbstractInterpolatedVelocityField.h"
59 :
public vtkAbstractInterpolatedVelocityField
63 vtkAbstractInterpolatedVelocityField );
64 void PrintSelf( ostream & os,
vtkIndent indent );
74 virtual void AddDataSet(
vtkDataSet * dataset );
77 virtual int FunctionValues(
double * x,
double * f );
81 virtual void SetLastCellId(
vtkIdType c,
int dataindex );
86 { this->Superclass::SetLastCellId( c ); }
101 {
return this->Superclass::FunctionValues( ds, x, f ); }
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
abstract class to specify dataset behavior
~vtkInterpolatedVelocityField()
a simple class to control print indentation
A concrete class for obtaining the interpolated velocity values at a point.
virtual void SetLastCellId(vtkIdType c)
vtkInterpolatedVelocityField()