#include <jsprivate.h>

Public Member Functions | |
| NodeData (SCENE_ID sid, NODE_ID nid) | |
| NODE_ID | GetNodeID () |
| JSPD_TYPE | GetType () const |
Private Attributes | |
| NODE_ID | nodeID |
Definition at line 51 of file jsprivate.h.
| NODE_ID VRUT::NodeData::GetNodeID | ( | ) | [inline] |
| JSPD_TYPE VRUT::NodeData::GetType | ( | ) | const [inline, virtual] |
Reimplemented from VRUT::SceneData.
Definition at line 59 of file jsprivate.h.
00059 { return JSPD_NODE; }
NODE_ID VRUT::NodeData::nodeID [private] |
Definition at line 54 of file jsprivate.h.
1.5.5