#include <TimeChannel.h>
Public Member Functions | |
TimeChannel (FlowGeometry *g) | |
int | createChannel () |
void | deleteChannel (int i) |
int | createChannelGeometry (int dimension) |
int | createChannelVectorLength (FlowChannel *chX, FlowChannel *chY, FlowChannel *chZ=0) |
int | createChannelVectorLength (int chX, int chY, int chZ) |
FlowChannel * | getChannel (int i) |
returns a pointer to the instance of channel at given adress. This is the only way to access the channels storage (at line 28) | |
Friends | |
class | FlowData |