OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
ErrorStateCapability (XnNodeHandle hNode) | |
ErrorStateCapability (const NodeWrapper &node) | |
XnStatus | GetErrorState () const |
XnStatus | RegisterToErrorStateChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
void | UnregisterFromErrorStateChange (XnCallbackHandle hCallback) |
![]() | |
Capability (XnNodeHandle hNode) | |
Capability (const NodeWrapper &node) | |
![]() | |
NodeWrapper (XnNodeHandle hNode) | |
NodeWrapper (const NodeWrapper &other) | |
NodeWrapper & | operator= (const NodeWrapper &other) |
~NodeWrapper () | |
operator XnNodeHandle () const | |
XnNodeHandle | GetHandle () const |
XnBool | operator== (const NodeWrapper &other) |
XnBool | operator!= (const NodeWrapper &other) |
XnBool | IsValid () const |
const XnChar * | GetName () const |
XnStatus | AddRef () |
void | Release () |
XnStatus | Ref () |
void | Unref () |
void | SetHandle (XnNodeHandle hNode) |
void | TakeOwnership (XnNodeHandle hNode) |
Allows access to Error State capability functions. see Error State Capability for additional details.
|
inline |
Ctor
hNode | [in] Node handle |
|
inline |
|
inline |
Gets current error state of this node.
For full details and usage, see xnGetNodeErrorState
|
inline |
Registers a callback function to error state changes.
For full details and usage, see xnRegisterToNodeErrorStateChange
|
inline |
Unregisters a callback function which was registered using xnRegisterToNodeErrorStateChange().
For full details and usage, see xnUnregisterFromNodeErrorStateChange