A FlowTimestep encapuslates flow data of a single channel/layer and a single timestemps. More...
#import <FlowTimestep.h>
Public Member Functions | |
(id) | - initWithDataset:flowGeometry:numChannels:offset: |
(void) | - normalize:max: |
(void) | - normalize: |
(float) | - getMinimum |
(float) | - getMaximum |
(float) | - getRange |
(float *) | - getData |
(void) | - dealloc [implementation] |
Static Public Member Functions | |
(FlowTimestep *) | + createWithDataset:flowGeometry:numChannels:offset: |
Protected Attributes | |
FlowGeometry * | flowGeometryPointer |
float | minimum |
float | maximum |
float * | data |
A FlowTimestep encapuslates flow data of a single channel/layer and a single timestemps.
Several methods for normalizing and data peeking are available.