#include <XnNodeAllocator.h>

Public Member Functions | |
| virtual XnNode * | Allocate () |
| virtual void | Deallocate (XnNode *pNode) |
Definition at line 31 of file XnNodeAllocator.h.
| virtual XnNode* XnNodeAllocator::Allocate | ( | ) | [inline, virtual] |
Allocate a new XnNode
Implements INiNodeAllocator.
Definition at line 39 of file XnNodeAllocator.h.
| virtual void XnNodeAllocator::Deallocate | ( | XnNode * | pNode | ) | [inline, virtual] |
Release an XnNode
| pNode | [in] The node to deallocate |
Implements INiNodeAllocator.
Definition at line 46 of file XnNodeAllocator.h.