Go to the documentation of this file.
42 #ifndef vtkGenericInterpolatedVelocityField_h
43 #define vtkGenericInterpolatedVelocityField_h
45 #include "vtkCommonDataModelModule.h"
52 class vtkGenericInterpolatedVelocityFieldDataSetsType;
97 int GetLastLocalCoordinates(
double pcoords[3]);
103 vtkGetMacro(Caching,
int);
112 vtkGetMacro(CacheHit,
int);
113 vtkGetMacro(CacheMiss,
int);
124 {this->SetVectorsSelection(fieldName);}
150 double LastPCoords[3];
157 vtkSetStringMacro(VectorsSelection);
158 char *VectorsSelection;
160 vtkGenericInterpolatedVelocityFieldDataSetsType* DataSets;
164 static const
double TOLERANCE_SCALE;
Abstract interface for sets of functions.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual int FunctionValues(double *x, double *f)=0
Evaluate functions at x_j.
Interface for obtaining interpolated velocity values.
iterator used to traverse cells
defines dataset interface
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
void SelectVectors(const char *fieldName)