48 #ifndef __vtkCellLocatorInterpolatedVelocityField_h
49 #define __vtkCellLocatorInterpolatedVelocityField_h
54 class vtkCellLocatorInterpolatedVelocityFieldCellLocatorsType;
103 { this->Superclass::SetLastCellId( c ); }
117 double * x,
double * f );
132 vtkCellLocatorInterpolatedVelocityFieldCellLocatorsType * CellLocators;
virtual void SetLastCellId(vtkIdType c)
abstract class to specify dataset behavior
an abstract base class for locators which find cells
An abstract class for obtaining the interpolated velocity values at a point.
virtual int FunctionValues(double *x, double *f)=0
virtual void CopyParameters(vtkAbstractInterpolatedVelocityField *from)
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 AddDataSet(vtkDataSet *dataset)=0
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)