Inheritance diagram for com.mak.vrlj.object.EmbeddedSystem:
Collaboration diagram for com.mak.vrlj.object.EmbeddedSystem:Public Member Functions | |
| EmbeddedSystem (EmbeddedIdentifier id) | |
| abstract String | getClassName () |
| EmbeddedIdentifier | getGlobalObjectDesignator () |
| GlobalObjectDesignator | getHostGlobalIdentifier () |
| short | getEmbeddedId () |
| Vector3f | getRelativePosition () |
| void | setRelativePosition (Vector3f relPos) |
| EntityIdentifier | getHostEntityIdentifier () |
| void | setHostEntityIdentifier (EntityIdentifier hostEntityIdentifier) |
| int | hashCode () |
| boolean | equals (Object obj) |
| String | toString () |
Private Attributes | |
| final EmbeddedIdentifier | myId |
| EntityIdentifier | myHostEntityIdentifier = new EntityIdentifier(0,0,0) |
| Vector3f | myRelativePosition = new Vector3f(Vector3f.zero) |
|
inline |
|
inline |
References com.mak.vrlj.object.EmbeddedSystem.EmbeddedSystem(), com.mak.vrlj.object.GlobalObjectDesignator.equals(), com.mak.vrlj.math.Vector3f.equals(), com.mak.vrlj.object.EmbeddedSystem.myHostEntityIdentifier, com.mak.vrlj.object.EmbeddedSystem.myId, and com.mak.vrlj.object.EmbeddedSystem.myRelativePosition.
|
pure virtual |
|
inline |
|
inline |
|
inline |
References com.mak.vrlj.object.EmbeddedSystem.myHostEntityIdentifier.
Referenced by com.mak.vrlj.object.EmbeddedSystem.EmbeddedSystem().
|
inline |
|
inline |
|
inline |
|
inline |
| hostEntityIdentifier | the myHostEntityIdentifier to set Only used for HLA |
References com.mak.vrlj.object.EmbeddedSystem.myHostEntityIdentifier.
Referenced by com.mak.vrlj.object.EmbeddedSystem.EmbeddedSystem().
|
inline |
|
inline |
|
private |
|
private |
|
private |