Go to the documentation of this file.
48 #ifndef vtkCellLocatorInterpolatedVelocityField_h
49 #define vtkCellLocatorInterpolatedVelocityField_h
55 class vtkCellLocatorInterpolatedVelocityFieldCellLocatorsType;
117 double *
x,
double *
f );
132 vtkCellLocatorInterpolatedVelocityFieldCellLocatorsType * CellLocators;
virtual void SetLastCellId(vtkIdType c)
#define vtkGetObjectMacro(name, type)
virtual int FunctionValues(double *x, double *f)=0
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkTypeMacro(thisClass, superclass)
#define VTKFILTERSFLOWPATHS_EXPORT
GLint GLint GLint GLint GLint x
~vtkCellLocatorInterpolatedVelocityField()
virtual void SetLastCellId(vtkIdType c)
An abstract class for obtaining the interpolated velocity values at a point.
int FunctionValues(vtkDataSet *ds, vtkAbstractCellLocator *loc, double *x, double *f)
vtkCellLocatorInterpolatedVelocityField()
virtual void CopyParameters(vtkAbstractInterpolatedVelocityField *from)
A concrete class for obtaining the interpolated velocity values at a point.
a simple class to control print indentation
virtual int FunctionValues(double *x, double *f)
an abstract base class for locators which find cells
abstract class to specify dataset behavior
An abstract class for obtaining the interpolated velocity values at a point.
virtual void AddDataSet(vtkDataSet *dataset)
virtual void SetLastCellId(vtkIdType c, int dataindex)
void SetCellLocatorPrototype(vtkAbstractCellLocator *prototype)
virtual int FunctionValues(vtkDataSet *ds, double *x, double *f)
static vtkCellLocatorInterpolatedVelocityField * New()