|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
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) |
Constructor Summary | |
---|---|
Node(MultiresolutionMesh mt,
int id,
ByteBuffer buffer,
int baseOffset)
Creates a new Node instance. |
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 int SIZE
public final int id
public final int lowestOutgoingArc
public final int highestOutgoingArc
public final int lowestIncomingArc
public final float[][] bbox
Constructor Detail |
---|
Node(MultiresolutionMesh mt, int id, ByteBuffer buffer, int baseOffset)
Node
instance.
mt
- MultiresolutionMesh
instance that the node is part ofid
- id of the nodebuffer
- buffer that contains the binary representation of the nodebaseOffset
- offset in the bufferMethod 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
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |