VisLU Flow 0.1
|
class managing the data sets and related stuff like data loading, channels creation etc. More...
#include <FlowData.h>
Public Member Functions | |
Timestep * | getTimestep (int step) |
FlowData () | |
initializes the channel storage | |
~FlowData () | |
destoys all created channels | |
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. | |
FlowGeometry & | getGeometry () |
int | getDimX () |
int | getDimY () |
Public Attributes | |
int | channels |
int | timesteps |
Number of timesteps. |
class managing the data sets and related stuff like data loading, channels creation etc.