Go to the documentation of this file.
41 #ifndef vtkGenericInterpolatedVelocityField_h
42 #define vtkGenericInterpolatedVelocityField_h
51 class vtkGenericInterpolatedVelocityFieldDataSetsType;
104 {this->SetVectorsSelection(fieldName);}
125 double LastPCoords[3];
135 vtkGenericInterpolatedVelocityFieldDataSetsType*
DataSets;
~vtkGenericInterpolatedVelocityField()
#define vtkGetObjectMacro(name, type)
Abstract interface for sets of functions.
static const double TOLERANCE_SCALE
virtual void AddDataSet(vtkGenericDataSet *dataset)
int FunctionValues(vtkGenericDataSet *ds, double *x, double *f)
vtkGenericDataSet * LastDataSet
Interface for obtaining interpolated velocity values.
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
iterator used to traverse cells
defines dataset interface
vtkGenericCellIterator * GenCell
virtual void PrintSelf(ostream &os, vtkIndent indent)
int GetLastLocalCoordinates(double pcoords[3])
virtual void CopyParameters(vtkGenericInterpolatedVelocityField *from)
a simple class to control print indentation
#define vtkSetStringMacro(name)
vtkGenericInterpolatedVelocityFieldDataSetsType * DataSets
#define vtkGetMacro(name, type)
vtkGetStringMacro(ExtensionsString)
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
static vtkGenericInterpolatedVelocityField * New()
vtkGenericInterpolatedVelocityField()
#define VTKCOMMONDATAMODEL_EXPORT
vtkGenericAdaptorCell * GetLastCell()
virtual int FunctionValues(double *x, double *f)
void SelectVectors(const char *fieldName)