|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.gpuflux.scene.FluxObject de.grogra.gpuflux.scene.volume.FluxVolume
public abstract class FluxVolume
Field Summary | |
---|---|
protected BoundingBox3d |
bbox
|
Constructor Summary | |
---|---|
FluxVolume()
|
Method Summary | |
---|---|
void |
computeExtent(Variables temp)
|
BoundingBox3d |
getBoundingBox()
|
protected abstract void |
getExtent(BoundingBox3d bb,
Variables temp)
|
void |
serialize(ComputeByteBuffer out)
|
Methods inherited from class de.grogra.gpuflux.scene.FluxObject |
---|
getOffset, setOffset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BoundingBox3d bbox
Constructor Detail |
---|
public FluxVolume()
Method Detail |
---|
public void computeExtent(Variables temp)
public BoundingBox3d getBoundingBox()
protected abstract void getExtent(BoundingBox3d bb, Variables temp)
public void serialize(ComputeByteBuffer out) throws java.io.IOException
serialize
in class FluxObject
java.io.IOException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |