XnNode Class Reference

#include <XnNode.h>

Inheritance diagram for XnNode:
[legend]

List of all members.

Public Member Functions

 XnNode ()
XnNode *& Next ()
const XnNode *const Next () const
XnNode *& Previous ()
const XnNode *const Previous () const
XnValueData ()
const XnValueData () const

Static Public Member Functions

static XnNodeAllocate ()
static void Deallocate (XnNode *pNode)

Detailed Description

The building block of the data types - XnNode


Constructor & Destructor Documentation

XnNode::XnNode (  )  [inline]

Constructor. Initialize internal representations


Member Function Documentation

static XnNode* XnNode::Allocate (  )  [inline, static]
const XnValue& XnNode::Data (  )  const [inline]

Get the value in the node (non-const version)

XnValue& XnNode::Data (  )  [inline]

Get the value in the node (non-const version)

static void XnNode::Deallocate ( XnNode pNode  )  [inline, static]
const XnNode* const XnNode::Next (  )  const [inline]

Get the next XnNode (const version)

XnNode*& XnNode::Next (  )  [inline]

Get the next XnNode (non-const version)

const XnNode* const XnNode::Previous (  )  const [inline]

Get the previous XnNode (non-const version)

XnNode*& XnNode::Previous (  )  [inline]

Get the previous XnNode (non-const version)


The documentation for this class was generated from the following file:
Generated on Fri Nov 9 22:59:09 2012 for OpenNI 1.3.2 by  doxygen 1.6.3