![]() |
OpenNI 1.5.7
|
#include <XnNode.h>

Public Member Functions | |
| XnNode () | |
| XnNode *& | Next () |
| const XnNode *const | Next () const |
| XnNode *& | Previous () |
| const XnNode *const | Previous () const |
| XnValue & | Data () |
| const XnValue & | Data () const |
Static Public Member Functions | |
| static XnNode * | Allocate () |
| static void | Deallocate (XnNode *pNode) |
Additional Inherited Members | |
Protected Attributes inherited from XnBaseNode | |
| XnBaseNode * | m_pNext |
| XnBaseNode * | m_pPrevious |
| XnValue | m_Data |
The building block of the data types - XnNode
|
inline |
Constructor. Initialize internal representations
|
inlinestatic |
|
inline |
Get the value in the node (non-const version)
|
inline |
Get the value in the node (non-const version)
|
inlinestatic |
1.8.14