* @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 */
| 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 | /** |
no test coverage detected