FlowChannel Class Reference

#include <FlowChannel.h>

Collaboration diagram for FlowChannel:
[legend]

List of all members.

Public Member Functions

void setValue (int vtxID, float val)
 sets the value of the given vertex
void copyValues (float *rawdata, int vtxSize, int offset)
 takes an array containing all attributes for a vertex and copies the j-th attribute to this channel
float getValue (vector3 pos)
 returns the value at given position
float getValue (int vtxID)
 returns the value of the given vertex
float getValueNormPos (vector3 pos)
 returns the value at given normalized position
float getValueNormPos (float x, float y)
 returns the value at given normalized position
float normalizeValue (float val)
 scales the value according to the channel minimim and maximum, so that it lies inside of <0,1>
float getMin ()
 returns the minimum value found in the channel
float getMax ()
 returns the maximum value found in the channel
float getRange ()
 returns the range = max - min


Detailed Description

FlowChannel
The documentation for this class was generated from the following files:
Generated on Sun Jan 20 12:10:08 2008 for FlowVis by  doxygen 1.5.4