|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.rendering.r3d.multiresolution.Node
public class Node
A node of a MultiresolutionMesh
.
Field Summary | |
---|---|
float[][] |
bbox
Bounding box of this node. |
int |
highestOutgoingArc
Highest id of all arcs leaving from this node. |
int |
id
Id of the node. |
int |
lowestIncomingArc
Lowest id of all arcs entering this node. |
int |
lowestOutgoingArc
Lowest id of all arcs leaving from this node. |
static int |
SIZE
Size of binary representation (in bytes) |
Method Summary | |
---|---|
static void |
store(ByteBuffer target,
int lowestOutgoingArc,
int highestOutgoingArc,
int lowestIncomingArc,
float[][] bbox)
Stores the information of a Node in the given ByteBuffer . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SIZE
public final int id
public final int lowestOutgoingArc
public final int highestOutgoingArc
public final int lowestIncomingArc
public final float[][] bbox
Method Detail |
---|
public static void store(ByteBuffer target, int lowestOutgoingArc, int highestOutgoingArc, int lowestIncomingArc, float[][] bbox)
Node
in the given ByteBuffer
.
target
- buffer where the binary representation is written tolowestOutgoingArc
- lowest id of all arcs leaving from this nodehighestOutgoingArc
- highest id of all arcs leaving from this nodelowestIncomingArc
- lowest id of all arcs entering this nodebbox
- bounding box of this node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |