A FlowChannel encapuslates flow data of a single channel/layer for all known timestemps. More...
#import <FlowChannel.h>
Public Member Functions | |
| (id) | - initWithFlowGeometry: |
| (void) | - normalize |
| (void) | - normalize: |
| (void) | - addTimestep:numChannels:offset: |
| (float) | - getMinimum |
| (float) | - getMaximum |
| (float) | - getRange |
| (int) | - getTimesteps |
| (float *) | - getData: |
| (float) | - getDataAtIndex: |
| (float) | - getInterpolatedDataOfIndices:WithWeights: |
| (void) | - createHistogram |
| (void) | - dealloc [implementation] |
Static Public Member Functions | |
| (FlowChannel *) | + createWithFlowGeometry: |
Protected Attributes | |
| FlowGeometry * | flowGeometryPointer |
| float | minimum |
| float | maximum |
| int | numTimesteps |
| NSMutableArray * | timesteps |
Properties | |
| int | selectedTimestep |
| NSString * | name |
| NSArray * | histogram |
| float | originalMinimum |
| float | originalMaximum |
A FlowChannel encapuslates flow data of a single channel/layer for all known timestemps.
Several methods for normalizing and data peeking are available.
1.6.1