#include <VisFlowData.h>
Public Member Functions | |
| FlowData (const string &filename, bool bigEndian) | |
| ~FlowData () | |
| FlowGeometry * | getGeom () |
| FlowChannel * | getChannel (int num) |
| FlowVelocity * | getVelocity () |
| int | getNumChannels () |
| Vis::FlowData::FlowData | ( | const string & | filename, | |
| bool | bigEndian | |||
| ) |
ctor. Flow Data, manages the loading of the velocity and all additional channels.
| filename | name of the flow data | |
| bigEndian | true for big endian byte order, false for little endian byte order. |
| Vis::FlowData::~FlowData | ( | ) |
dtor.
| FlowChannel * Vis::FlowData::getChannel | ( | int | num | ) |
Return a pointer to an additional channel.
| number | of the additional channel to return. |
| FlowGeometry * Vis::FlowData::getGeom | ( | ) |
Return a pointer to the flow geometry.
| int Vis::FlowData::getNumChannels | ( | ) |
Returns the number of additional channels.
| FlowVelocity * Vis::FlowData::getVelocity | ( | ) |
Return a pointer to the flow velocity data.
1.5.7.1