|
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 172 of file vtkCachingInterpolatedVelocityField.h.
| IVFDataSetInfo::IVFDataSetInfo | ( | ) |
| IVFDataSetInfo::IVFDataSetInfo | ( | const IVFDataSetInfo & | ivfci | ) |
| IVFDataSetInfo& IVFDataSetInfo::operator= | ( | const IVFDataSetInfo & | ivfci | ) |
| void IVFDataSetInfo::SetDataSet | ( | vtkDataSet * | data, |
| char * | velocity, | ||
| bool | staticdataset, | ||
| vtkAbstractCellLocator * | locator | ||
| ) |
| vtkSmartPointer<vtkDataSet> IVFDataSetInfo::DataSet |
Definition at line 175 of file vtkCachingInterpolatedVelocityField.h.
| vtkSmartPointer<vtkAbstractCellLocator> IVFDataSetInfo::BSPTree |
Definition at line 176 of file vtkCachingInterpolatedVelocityField.h.
| vtkSmartPointer<vtkGenericCell> IVFDataSetInfo::Cell |
Definition at line 177 of file vtkCachingInterpolatedVelocityField.h.
| double IVFDataSetInfo::PCoords[3] |
Definition at line 178 of file vtkCachingInterpolatedVelocityField.h.
| float* IVFDataSetInfo::VelocityFloat |
Definition at line 179 of file vtkCachingInterpolatedVelocityField.h.
| double* IVFDataSetInfo::VelocityDouble |
Definition at line 180 of file vtkCachingInterpolatedVelocityField.h.
| double IVFDataSetInfo::Tolerance |
Definition at line 181 of file vtkCachingInterpolatedVelocityField.h.
| bool IVFDataSetInfo::StaticDataSet |
Definition at line 182 of file vtkCachingInterpolatedVelocityField.h.
|
static |
Definition at line 188 of file vtkCachingInterpolatedVelocityField.h.
1.8.9.1