OpenNI 1.0.0
|
#include <XnCppWrapper.h>
Public Member Functions | |
Capability (XnNodeHandle hNode) | |
void | SetUnderlyingHandle (XnNodeHandle hNode) |
Protected Attributes | |
XnNodeHandle | m_hNode |
Base class for all capabilities.
xn::Capability::Capability | ( | XnNodeHandle | hNode | ) | [inline] |
Ctor
hNode | [in] The node handle |
void xn::Capability::SetUnderlyingHandle | ( | XnNodeHandle | hNode | ) | [inline] |
Replaces the node handle
hNode | [in] Underlying node handle |
XnNodeHandle xn::Capability::m_hNode [protected] |