![]() |
OpenNI 1.5.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) |
The building block of the data types - XnNode
| XnNode::XnNode | ( | ) | [inline] |
Constructor. Initialize internal representations
| static XnNode* XnNode::Allocate | ( | ) | [inline, static] |
| XnValue& XnNode::Data | ( | ) | [inline] |
Get the value in the node (non-const version)
| const XnValue& XnNode::Data | ( | ) | const [inline] |
Get the value in the node (non-const version)
| static void XnNode::Deallocate | ( | XnNode * | pNode | ) | [inline, static] |
| XnNode*& XnNode::Next | ( | ) | [inline] |
Get the next XnNode (non-const version)
| const XnNode* const XnNode::Next | ( | ) | const [inline] |
Get the next XnNode (const version)
| XnNode*& XnNode::Previous | ( | ) | [inline] |
Get the previous XnNode (non-const version)
| const XnNode* const XnNode::Previous | ( | ) | const [inline] |
Get the previous XnNode (non-const version)
1.7.6.1