Vis::FlowData Class Reference

#include <VisFlowData.h>

Collaboration diagram for Vis::FlowData:
[legend]

List of all members.

Public Member Functions

 FlowData (const string &filename, bool bigEndian)
 ~FlowData ()
FlowGeometrygetGeom ()
FlowChannelgetChannel (int num)
FlowVelocitygetVelocity ()
int getNumChannels ()


Detailed Description

Flow data class.

Constructor & Destructor Documentation

Vis::FlowData::FlowData ( const string &  filename,
bool  bigEndian 
)

ctor. Flow Data, manages the loading of the velocity and all additional channels.

Parameters:
filename name of the flow data
bigEndian true for big endian byte order, false for little endian byte order.

Vis::FlowData::~FlowData (  ) 

dtor.


Member Function Documentation

FlowChannel * Vis::FlowData::getChannel ( int  num  ) 

Return a pointer to an additional channel.

Parameters:
number of the additional channel to return.
Returns:
pointer to an additional channel.

FlowGeometry * Vis::FlowData::getGeom (  ) 

Return a pointer to the flow geometry.

Returns:
pointer to the flow geometry.

int Vis::FlowData::getNumChannels (  ) 

Returns the number of additional channels.

Returns:
number of addtional channels.

FlowVelocity * Vis::FlowData::getVelocity (  ) 

Return a pointer to the flow velocity data.

Returns:
pointer to flow velocity.


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

Generated on Mon Jan 26 15:00:41 2009 for FlowVis by  doxygen 1.5.7.1