67 #ifndef vtkCompositeInterpolatedVelocityField_h
68 #define vtkCompositeInterpolatedVelocityField_h
70 #include "vtkFiltersFlowPathsModule.h"
97 vtkGetMacro( LastDataSetIndex,
int );
An abstract class for obtaining the interpolated velocity values at a point.
An abstract class for obtaining the interpolated velocity values at a point.
virtual void AddDataSet(vtkDataSet *dataset)=0
Add a dataset for implicit velocity function evaluation.
~vtkCompositeInterpolatedVelocityField()
vtkCompositeInterpolatedVelocityField()
vtkCompositeInterpolatedVelocityFieldDataSetsType * DataSets
static const double TOLERANCE_SCALE
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
abstract class to specify dataset behavior
provides thread-safe access to cells
a simple class to control print indentation
represent and manipulate point attribute data
std::vector< vtkDataSet * > DataSetsTypeBase