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) |
Allows access to general integer capabilities functions. see General Int Capability for additional details.
xn::GeneralIntCapability::GeneralIntCapability | ( | XnNodeHandle | hNode, |
const XnChar * | strCap | ||
) | [inline] |
Ctor
hNode | [in] Node handle |
strCap | [in] Name of the capability |
xn::GeneralIntCapability::GeneralIntCapability | ( | const NodeWrapper & | node | ) | [inline] |
XnInt32 xn::GeneralIntCapability::Get | ( | ) | [inline] |
Gets the current value of this capability.
For full details and usage, see xnGetGeneralIntValuevoid xn::GeneralIntCapability::GetRange | ( | XnInt32 & | nMin, |
XnInt32 & | nMax, | ||
XnInt32 & | nStep, | ||
XnInt32 & | nDefault, | ||
XnBool & | bIsAutoSupported | ||
) | const [inline] |
Gets the range of this capability values.
For full details and usage, see xnGetGeneralIntRangeXnStatus xn::GeneralIntCapability::RegisterToValueChange | ( | StateChangedHandler | handler, |
void * | pCookie, | ||
XnCallbackHandle & | hCallback | ||
) | [inline] |
Registers a callback function to values changes.
For full details and usage, see xnRegisterToGeneralIntValueChangeXnStatus xn::GeneralIntCapability::Set | ( | XnInt32 | nValue | ) | [inline] |
Sets the current value of this capability.
For full details and usage, see xnSetGeneralIntValuevoid xn::GeneralIntCapability::UnregisterFromValueChange | ( | XnCallbackHandle | hCallback | ) | [inline] |
Unregisters a callback function which was registered using xnRegisterToGeneralIntValueChange().
For full details and usage, see xnUnregisterFromGeneralIntValueChange