41 #ifndef vtkGenericInterpolatedVelocityField_h 
   42 #define vtkGenericInterpolatedVelocityField_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);
 
  102   vtkGetStringMacro(VectorsSelection);
 
  104     {this->SetVectorsSelection(fieldName);}
 
  125   double LastPCoords[3]; 
 
  132   vtkSetStringMacro(VectorsSelection);
 
  135   vtkGenericInterpolatedVelocityFieldDataSetsType* 
DataSets;
 
static const double TOLERANCE_SCALE
void SelectVectors(const char *fieldName)
vtkGenericCellIterator * GenCell
virtual int FunctionValues(double *x, double *f)=0
vtkGenericDataSet * LastDataSet
iterator used to traverse cells 
vtkGenericInterpolatedVelocityFieldDataSetsType * DataSets
a simple class to control print indentation 
Abstract interface for sets of functions. 
virtual void PrintSelf(ostream &os, vtkIndent indent)
defines dataset interface 
#define VTKCOMMONDATAMODEL_EXPORT
Interface for obtaining interpolated velocity values.