MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / GetGeneralIntCap

Method GetGeneralIntCap

Include/XnCppWrapper.h:2854–2857  ·  view source on GitHub ↗

* @brief Gets an @ref GeneralIntCapability object for accessing the capability * functionality. * * Remarks: * * It is the application responsibility to check first if the capability is supported * by calling @ref IsCapabilitySupported(). * * @param [in] strCapability Name of the capability to get */

Source from the content-addressed store, hash-verified

2852 * @param [in] strCapability Name of the capability to get
2853 */
2854 inline GeneralIntCapability GetGeneralIntCap(const XnChar* strCapability)
2855 {
2856 return GeneralIntCapability(GetHandle(), strCapability);
2857 }
2858 };
2859
2860 /**

Callers 3

GetCapRangeMethod · 0.80
GetCapMethod · 0.80
SetCapMethod · 0.80

Calls 2

GetHandleFunction · 0.85

Tested by

no test coverage detected