Public Member Functions
INiNodeAllocator Class Reference

#include <IXnNodeAllocator.h>

Inheritance diagram for INiNodeAllocator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual XnNodeAllocate ()=0
virtual void Deallocate (XnNode *pNode)=0
virtual ~INiNodeAllocator ()

Detailed Description

Node Allocator - general interface for node allocation and deallocation.

Definition at line 36 of file IXnNodeAllocator.h.


Constructor & Destructor Documentation

virtual INiNodeAllocator::~INiNodeAllocator ( ) [inline, virtual]

Definition at line 39 of file IXnNodeAllocator.h.


Member Function Documentation

virtual XnNode* INiNodeAllocator::Allocate ( ) [pure virtual]

Allocate a new XnNode

Returns:
NULL if allocating a new node failed

Implemented in XnNodeAllocator.

virtual void INiNodeAllocator::Deallocate ( XnNode pNode) [pure virtual]

Release an XnNode

Parameters:
pNode[in] The node to deallocate

Implemented in XnNodeAllocator.


The documentation for this class was generated from the following file:


nao_openni
Author(s): Bener SUAY
autogenerated on Mon Jan 6 2014 11:27:52