VRUT::NodeData Struct Reference

Node data class. More...

#include <jsprivate.h>

Inheritance diagram for VRUT::NodeData:

VRUT::SceneData VRUT::PrivateData

List of all members.

Public Member Functions

 NodeData (SCENE_ID sid, NODE_ID nid)
NODE_ID GetNodeID ()
JSPD_TYPE GetType () const

Private Attributes

NODE_ID nodeID


Detailed Description

Node data class.

Definition at line 51 of file jsprivate.h.


Constructor & Destructor Documentation

VRUT::NodeData::NodeData ( SCENE_ID  sid,
NODE_ID  nid 
) [inline]

Definition at line 57 of file jsprivate.h.

00057 : SceneData(sid), nodeID(nid) {}


Member Function Documentation

NODE_ID VRUT::NodeData::GetNodeID (  )  [inline]

Definition at line 58 of file jsprivate.h.

00058 { return nodeID; }

JSPD_TYPE VRUT::NodeData::GetType (  )  const [inline, virtual]

Reimplemented from VRUT::SceneData.

Definition at line 59 of file jsprivate.h.

00059 { return JSPD_NODE; }


Member Data Documentation

Definition at line 54 of file jsprivate.h.


The documentation for this struct was generated from the following file:

Generated on Tue Mar 10 14:41:49 2009 for VRUT by  doxygen 1.5.5