VTK
|
#include <vtkCachingInterpolatedVelocityField.h>
Public Member Functions | |
IVFDataSetInfo () | |
IVFDataSetInfo (const IVFDataSetInfo &ivfci) | |
IVFDataSetInfo & | operator= (const IVFDataSetInfo &ivfci) |
void | SetDataSet (vtkDataSet *data, char *velocity, bool staticdataset, vtkAbstractCellLocator *locator) |
Public Attributes | |
vtkSmartPointer< vtkDataSet > | DataSet |
vtkSmartPointer < vtkAbstractCellLocator > | BSPTree |
vtkSmartPointer< vtkGenericCell > | Cell |
double | PCoords [3] |
float * | VelocityFloat |
double * | VelocityDouble |
double | Tolerance |
bool | StaticDataSet |
Static Public Attributes | |
static const double | TOLERANCE_SCALE |
Definition at line 167 of file vtkCachingInterpolatedVelocityField.h.
IVFDataSetInfo::IVFDataSetInfo | ( | const IVFDataSetInfo & | ivfci | ) |
IVFDataSetInfo& IVFDataSetInfo::operator= | ( | const IVFDataSetInfo & | ivfci | ) |
void IVFDataSetInfo::SetDataSet | ( | vtkDataSet * | data, |
char * | velocity, | ||
bool | staticdataset, | ||
vtkAbstractCellLocator * | locator | ||
) |
Definition at line 170 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 171 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 172 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 173 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 174 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 175 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 176 of file vtkCachingInterpolatedVelocityField.h.
Definition at line 177 of file vtkCachingInterpolatedVelocityField.h.
const double IVFDataSetInfo::TOLERANCE_SCALE [static] |
Definition at line 183 of file vtkCachingInterpolatedVelocityField.h.