 |
VTK
9.0.1
|
Go to the documentation of this file.
42 #ifndef vtkGenericInterpolatedVelocityField_h
43 #define vtkGenericInterpolatedVelocityField_h
45 #include "vtkCommonDataModelModule.h"
52 class vtkGenericInterpolatedVelocityFieldDataSetsType;
66 using Superclass::FunctionValues;
98 int GetLastLocalCoordinates(
double pcoords[3]);
113 vtkGetMacro(CacheHit,
int);
114 vtkGetMacro(CacheMiss,
int);
123 vtkGetStringMacro(VectorsSelection);
124 void SelectVectors(
const char* fieldName) { this->SetVectorsSelection(fieldName); }
150 double LastPCoords[3];
157 vtkSetStringMacro(VectorsSelection);
160 vtkGenericInterpolatedVelocityFieldDataSetsType*
DataSets;
Abstract interface for sets of functions.
static const double TOLERANCE_SCALE
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
vtkGenericDataSet * LastDataSet
Interface for obtaining interpolated velocity values.
iterator used to traverse cells
defines dataset interface
vtkGenericCellIterator * GenCell
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
vtkGenericInterpolatedVelocityFieldDataSetsType * DataSets
virtual int FunctionValues(double *x, double *f)
Evaluate functions at x_j.
void SelectVectors(const char *fieldName)