OpenNI 1.3.2
|
#include <XnCppWrapper.h>
Public Member Functions | |
GeneralIntCapability (XnNodeHandle hNode, const XnChar *strCap) | |
GeneralIntCapability (const NodeWrapper &node) | |
void | GetRange (XnInt32 &nMin, XnInt32 &nMax, XnInt32 &nStep, XnInt32 &nDefault, XnBool &bIsAutoSupported) const |
XnInt32 | Get () |
XnStatus | Set (XnInt32 nValue) |
XnStatus | RegisterToValueChange (StateChangedHandler handler, void *pCookie, XnCallbackHandle &hCallback) |
void | UnregisterFromValueChange (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 general integer capabilities functions. see General Int Capability for additional details.
|
inline |
Ctor
hNode | [in] Node handle |
strCap | [in] Name of the capability |
|
inline |
|
inline |
Gets the current value of this capability.
|
inline |
Gets the range of this capability values.
|
inline |
Registers a callback function to values changes.
|
inline |
Sets the current value of this capability.
|
inline |
Unregisters a callback function which was registered using xnRegisterToGeneralIntValueChange().