glcanvas
Class ChannelVisualisation

java.lang.Object
  extended by glcanvas.ChannelVisualisation

public class ChannelVisualisation
extends java.lang.Object


Field Summary
static int POINT_TEX
           
 
Constructor Summary
ChannelVisualisation(FlowChannel[] channels)
           
 
Method Summary
 void drawChannelData(javax.media.opengl.GL gl)
           
 void setTransferFunction(int index, Vec4[] array)
           
 void updateRenderChannel(int index, boolean visible)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POINT_TEX

public static final int POINT_TEX
See Also:
Constant Field Values
Constructor Detail

ChannelVisualisation

public ChannelVisualisation(FlowChannel[] channels)
Method Detail

drawChannelData

public void drawChannelData(javax.media.opengl.GL gl)

setTransferFunction

public void setTransferFunction(int index,
                                Vec4[] array)

updateRenderChannel

public void updateRenderChannel(int index,
                                boolean visible)