#include <IXnNodeAllocator.h>

Public Member Functions | |
| virtual XnNode * | Allocate ()=0 |
| virtual void | Deallocate (XnNode *pNode)=0 |
| virtual | ~INiNodeAllocator () |
Node Allocator - general interface for node allocation and deallocation.
Definition at line 36 of file IXnNodeAllocator.h.
| virtual INiNodeAllocator::~INiNodeAllocator | ( | ) | [inline, virtual] |
Definition at line 39 of file IXnNodeAllocator.h.
| virtual XnNode* INiNodeAllocator::Allocate | ( | ) | [pure virtual] |
| virtual void INiNodeAllocator::Deallocate | ( | XnNode * | pNode | ) | [pure virtual] |