Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

NodeInfo Class Reference

#include <ctkutils.h>

Collaboration diagram for NodeInfo:

Collaboration graph
[legend]
List of all members.

Public Methods

 NodeInfo ()
 NodeInfo (StringC strNewName, long nNewId)

Public Attributes

StringC strName
long nId

Constructor & Destructor Documentation

NodeInfo::NodeInfo   [inline]
 

Definition at line 47 of file ctkutils.h.

00047 {}

NodeInfo::NodeInfo StringC    strNewName,
long    nNewId
[inline]
 

Definition at line 48 of file ctkutils.h.

References nId, and strName.

00048 : strName(strNewName), nId(nNewId) {}


Member Data Documentation

long NodeInfo::nId
 

Definition at line 51 of file ctkutils.h.

Referenced by NodeInfo().

StringC NodeInfo::strName
 

Definition at line 50 of file ctkutils.h.

Referenced by NodeInfo().


The documentation for this class was generated from the following file:
Generated on Tue Jul 29 14:30:58 2003 for Open ActiveWrl by doxygen1.3-rc2