#include <XnDataTypes.h>Go to the source code of this file.
Classes | |
| struct | XnBaseNode |
Typedefs | |
| typedef struct XnBaseNode | XnBaseNode |
Functions | |
| XN_C_API XnBaseNode * | xnAllocateBaseNode () |
| XN_C_API void | xnDeallocateBaseNode (XnBaseNode *pNode) |
| typedef struct XnBaseNode XnBaseNode |
The base of the building block of the data types - XnBaseNode
| XN_C_API XnBaseNode* xnAllocateBaseNode | ( | ) |
Provide an available xnBaseNode from the node pool.
| XN_C_API void xnDeallocateBaseNode | ( | XnBaseNode * | pNode | ) |
Release an xnBaseNode to the node pool.
| pNode | [in] The base node to return to the pool. |
1.6.3