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

Method GetSupportedMapOutputModesCount

Include/XnCppWrapper.h:4286–4289  ·  view source on GitHub ↗

* @brief Gets the number of output modes that the generator node supports. * * Remarks * * This is useful for allocating an array that will be passed to GetSupportedMapOutputModes(). */

Source from the content-addressed store, hash-verified

4284 * This is useful for allocating an array that will be passed to GetSupportedMapOutputModes().
4285 */
4286 inline XnUInt32 GetSupportedMapOutputModesCount() const
4287 {
4288 return xnGetSupportedMapOutputModesCount(GetHandle());
4289 }
4290
4291 /**
4292 * @brief Gets a list of all the output modes that the generator node supports.

Calls 2

GetHandleFunction · 0.85

Tested by

no test coverage detected