#include <attraggl.h>
Inheritance diagram for NodePointer:

Public Member Functions | |
| NodePointer (NodeAttribute &AttributeNode, AttributeIdentifier AttrID) | |
| AttributeIdentifier | GetAttrID () const |
| NodeAttribute & | GetNode () const |
Private Member Functions | |
| CC_DECLARE_MEMDUMP (NodePointer) | |
Private Attributes | |
| AttributeIdentifier | m_AttrID |
| NodeAttribute & | m_AttributeNode |
Definition at line 136 of file attraggl.h.
|
||||||||||||
|
Definition at line 141 of file attraggl.h. 00141 : 00142 m_AttrID(AttrID), 00143 m_AttributeNode(AttributeNode) 00144 {}
|
|
|
|
|
|
Definition at line 146 of file attraggl.h. 00146 { return m_AttrID; }
|
|
|
Definition at line 147 of file attraggl.h. 00147 { return m_AttributeNode; }
|
|
|
Definition at line 151 of file attraggl.h. |
|
|
Definition at line 150 of file attraggl.h. |
1.4.4