41 #ifndef __vtkGenericInterpolatedVelocityField_h
42 #define __vtkGenericInterpolatedVelocityField_h
44 #include "vtkCommonDataModelModule.h"
51 class vtkGenericInterpolatedVelocityFieldDataSetsType;
83 int GetLastLocalCoordinates(
double pcoords[3]);
87 vtkGetMacro(Caching,
int);
88 vtkSetMacro(Caching,
int);
89 vtkBooleanMacro(Caching,
int);
94 vtkGetMacro(CacheHit,
int);
95 vtkGetMacro(CacheMiss,
int);
103 void SelectVectors(
const char *fieldName)
104 {this->SetVectorsSelection(fieldName);}
125 double LastPCoords[3];
132 vtkSetStringMacro(VectorsSelection);
135 vtkGenericInterpolatedVelocityFieldDataSetsType*
DataSets;