#include <FlowData.h>
Public Member Functions | |
FlowData () | |
initializes the channel storage | |
~FlowData () | |
destoys all created channels | |
FlowGeometry & | getGeometry () |
int | getChannelsNum () |
returns the number of channels in this Dataset (by thj) | |
int | getDimX () |
returns dimension of geometry in x-achsis (by thj) | |
int | getDimY () |
returns dimension of geometry in y-achsis (by thj) | |
bool | loadDataset (string filename, bool bigEndian) |
Loads a dataset, returns true if everything successful. You have to specify the byte order used in the data. | |
int | getNumTimesteps () |
Returns the number of timesteps. | |
TimeChannel * | getTimeChannel (int i) |