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