A FlowData encapuslates flow data of all known channels/layers. More...
#import <FlowData.h>
Public Member Functions | |
| (id) | - initDatasetFromPath:NotifyAboutProgres: |
| (int) | - getChannelCount |
| (int) | - getTimesteps |
| (FlowChannel *) | - getFlowChannel: |
| (FlowGeometry *) | - getGeometry |
| (void) | - dealloc [implementation] |
Static Public Member Functions | |
| (FlowData *) | + createDatasetFromPath:NotifyAboutProgres: |
Protected Attributes | |
| NSString * | _dataset |
| FlowGeometry * | flowGeometry |
| int | numChannels |
| NSMutableArray * | channels |
| int | timesteps |
Properties | |
| int | selectedTimestep |
A FlowData encapuslates flow data of all known channels/layers.
1.6.1