glcanvas.data
Class FlowChannel

java.lang.Object
  extended by glcanvas.data.FlowChannel

public class FlowChannel
extends java.lang.Object


Constructor Summary
FlowChannel()
           
FlowChannel(FlowGeometry geometry)
           
 
Method Summary
 void copyValues(float[] rawData, int vtxSize, int offset)
           
 FlowGeometry getGeometry()
           
 float getInterpolatedValue(Interpolation ipol)
           
 float getMax()
           
 float getMin()
           
 float getNormInterpolatedValue(Interpolation ipol)
           
 float getNormValueAt(int pos)
           
 float getNormValueAt(int x, int y)
           
 float getRange()
           
 float getValueAt(int pos)
           
 float getValueAt(int x, int y)
           
 int getVtxID(int x, int y)
           
 void setValue(int vtxID, float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowChannel

public FlowChannel()

FlowChannel

public FlowChannel(FlowGeometry geometry)
Method Detail

copyValues

public void copyValues(float[] rawData,
                       int vtxSize,
                       int offset)

getGeometry

public FlowGeometry getGeometry()

getInterpolatedValue

public float getInterpolatedValue(Interpolation ipol)

getMax

public float getMax()

getMin

public float getMin()

getNormInterpolatedValue

public float getNormInterpolatedValue(Interpolation ipol)

getNormValueAt

public float getNormValueAt(int pos)

getNormValueAt

public float getNormValueAt(int x,
                            int y)

getRange

public float getRange()

getValueAt

public float getValueAt(int pos)

getValueAt

public float getValueAt(int x,
                        int y)

getVtxID

public int getVtxID(int x,
                    int y)

setValue

public void setValue(int vtxID,
                     float value)