of3d
Class FlowJValue

java.lang.Object
  extended by VolumeJ.VJValue
      extended by of3d.FlowJValue

public class FlowJValue
extends VJValue

FlowJValue extends VJValue. Contains a flow to be rendered. This is a more object oriented way of passing interpolated flow values around. It is necessary for interfacing with the VolumeJ code. Copyright (c) 2001-2002, Michael Abramoff. All rights reserved.


Field Summary
 float[] flow
           
 float random
           
 
Fields inherited from class VolumeJ.VJValue
floatvalue, index, intvalue, k
 
Constructor Summary
FlowJValue()
           
FlowJValue(FlowJValue value)
           
FlowJValue(java.lang.Object fl, float[] flow)
           
FlowJValue(VJValue value, float[] flow)
           
FlowJValue(VJValue value, float fx, float fy, float fz)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class VolumeJ.VJValue
get, getIndex, getIntValue, setIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

flow

public float[] flow

random

public float random
Constructor Detail

FlowJValue

public FlowJValue()

FlowJValue

public FlowJValue(VJValue value,
                  float[] flow)

FlowJValue

public FlowJValue(java.lang.Object fl,
                  float[] flow)

FlowJValue

public FlowJValue(VJValue value,
                  float fx,
                  float fy,
                  float fz)

FlowJValue

public FlowJValue(FlowJValue value)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class VJValue