VTK
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
IVFDataSetInfo Class Reference

#include <vtkCachingInterpolatedVelocityField.h>

Collaboration diagram for IVFDataSetInfo:
[legend]

Public Member Functions

 IVFDataSetInfo ()
 
 IVFDataSetInfo (const IVFDataSetInfo &ivfci)
 
IVFDataSetInfooperator= (const IVFDataSetInfo &ivfci)
 
void SetDataSet (vtkDataSet *data, char *velocity, bool staticdataset, vtkAbstractCellLocator *locator)
 

Public Attributes

vtkSmartPointer< vtkDataSetDataSet
 
vtkSmartPointer< vtkAbstractCellLocatorBSPTree
 
vtkSmartPointer< vtkGenericCellCell
 
double PCoords [3]
 
floatVelocityFloat
 
doubleVelocityDouble
 
double Tolerance
 
bool StaticDataSet
 

Static Public Attributes

static const double TOLERANCE_SCALE
 

Detailed Description

Definition at line 187 of file vtkCachingInterpolatedVelocityField.h.

Constructor & Destructor Documentation

IVFDataSetInfo::IVFDataSetInfo ( )
IVFDataSetInfo::IVFDataSetInfo ( const IVFDataSetInfo ivfci)

Member Function Documentation

IVFDataSetInfo& IVFDataSetInfo::operator= ( const IVFDataSetInfo ivfci)
void IVFDataSetInfo::SetDataSet ( vtkDataSet data,
char *  velocity,
bool  staticdataset,
vtkAbstractCellLocator locator 
)

Member Data Documentation

vtkSmartPointer<vtkDataSet> IVFDataSetInfo::DataSet

Definition at line 190 of file vtkCachingInterpolatedVelocityField.h.

vtkSmartPointer<vtkAbstractCellLocator> IVFDataSetInfo::BSPTree

Definition at line 191 of file vtkCachingInterpolatedVelocityField.h.

vtkSmartPointer<vtkGenericCell> IVFDataSetInfo::Cell

Definition at line 192 of file vtkCachingInterpolatedVelocityField.h.

double IVFDataSetInfo::PCoords[3]

Definition at line 193 of file vtkCachingInterpolatedVelocityField.h.

float* IVFDataSetInfo::VelocityFloat

Definition at line 194 of file vtkCachingInterpolatedVelocityField.h.

double* IVFDataSetInfo::VelocityDouble

Definition at line 195 of file vtkCachingInterpolatedVelocityField.h.

double IVFDataSetInfo::Tolerance

Definition at line 196 of file vtkCachingInterpolatedVelocityField.h.

bool IVFDataSetInfo::StaticDataSet

Definition at line 197 of file vtkCachingInterpolatedVelocityField.h.

const double IVFDataSetInfo::TOLERANCE_SCALE
static

Definition at line 203 of file vtkCachingInterpolatedVelocityField.h.


The documentation for this class was generated from the following file: