33#ifndef vtkCompositeInterpolatedVelocityField_h
34#define vtkCompositeInterpolatedVelocityField_h
37#include "vtkFiltersFlowPathsModule.h"
70 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.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void AddDataSet(vtkDataSet *dataset)=0
Add a dataset for implicit velocity function evaluation.
vtkCompositeInterpolatedVelocityField()
vtkCompositeInterpolatedVelocityFieldDataSetsType * DataSets
~vtkCompositeInterpolatedVelocityField() override
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