Public Member Functions | Protected Attributes | Friends
xn::NodeWrapper Class Reference

#include <XnCppWrapper.h>

Inheritance diagram for xn::NodeWrapper:
Inheritance graph
[legend]

List of all members.

Public Member Functions

const XnCharGetName () const
XnBool IsValid () const
 TRUE if the object points to an actual node, FALSE otherwise.
 NodeWrapper (XnNodeHandle hNode)
 operator XnNodeHandle () const
 Gets the underlying C handle.
XnBool operator!= (const NodeWrapper &other)
XnBool operator== (const NodeWrapper &other)
virtual void SetHandle (XnNodeHandle hNode)
 Replaces the object being pointed.

Protected Attributes

XnNodeHandle m_hNode

Friends

class Context

Detailed Description

Base class for all node wrappers

Definition at line 952 of file XnCppWrapper.h.


Constructor & Destructor Documentation

Ctor

Parameters:
hNode[in] A node handle.

Definition at line 962 of file XnCppWrapper.h.


Member Function Documentation

const XnChar* xn::NodeWrapper::GetName ( ) const [inline]

Gets the instance name of a node by its handle.

For full details and usage, see xnGetNodeName()

Definition at line 996 of file XnCppWrapper.h.

XnBool xn::NodeWrapper::IsValid ( ) const [inline]

TRUE if the object points to an actual node, FALSE otherwise.

Definition at line 991 of file XnCppWrapper.h.

xn::NodeWrapper::operator XnNodeHandle ( ) const [inline]

Gets the underlying C handle.

Definition at line 968 of file XnCppWrapper.h.

XnBool xn::NodeWrapper::operator!= ( const NodeWrapper other) [inline]

Checks if two node wrappers point to different objects.

Parameters:
other[in] Another object

Definition at line 985 of file XnCppWrapper.h.

XnBool xn::NodeWrapper::operator== ( const NodeWrapper other) [inline]

Checks if two node wrappers point to the same object.

Parameters:
other[in] Another object

Definition at line 975 of file XnCppWrapper.h.

virtual void xn::NodeWrapper::SetHandle ( XnNodeHandle  hNode) [inline, virtual]

Replaces the object being pointed.

Definition at line 999 of file XnCppWrapper.h.


Friends And Related Function Documentation

friend class Context [friend]

Definition at line 955 of file XnCppWrapper.h.


Member Data Documentation

Definition at line 1002 of file XnCppWrapper.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