Public Member Functions | Static Public Member Functions
XnNode Class Reference

#include <XnNode.h>

Inheritance diagram for XnNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Detailed Description

The building block of the data types - XnNode

Definition at line 41 of file XnNode.h.


Constructor & Destructor Documentation

XnNode::XnNode ( ) [inline]

Constructor. Initialize internal representations

Definition at line 50 of file XnNode.h.


Member Function Documentation

static XnNode* XnNode::Allocate ( ) [inline, static]

Definition at line 44 of file XnNode.h.

XnValue& XnNode::Data ( ) [inline]

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

Definition at line 73 of file XnNode.h.

const XnValue& XnNode::Data ( ) const [inline]

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

Definition at line 77 of file XnNode.h.

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

Definition at line 45 of file XnNode.h.

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

Get the next XnNode (non-const version)

Definition at line 55 of file XnNode.h.

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

Get the next XnNode (const version)

Definition at line 59 of file XnNode.h.

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

Get the previous XnNode (non-const version)

Definition at line 64 of file XnNode.h.

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

Get the previous XnNode (non-const version)

Definition at line 68 of file XnNode.h.


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