OpenNI 1.3.2
|
#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 | |
![]() | |
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 |