|
OrbbecSDK 2.5.5
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
#include <Device.hpp>
Public Member Functions | |
| OBDepthWorkModeList (ob_depth_work_mode_list_t *impl) | |
| ~OBDepthWorkModeList () | |
| uint32_t | getCount () |
| Get the number of OBDepthWorkMode objects in the list. | |
| OBDepthWorkMode | getOBDepthWorkMode (uint32_t index) |
| Get the OBDepthWorkMode object at the specified index. | |
| OBDepthWorkMode | operator[] (uint32_t index) |
| Get the OBDepthWorkMode object at the specified index. | |
| uint32_t | count () |
Definition at line 1403 of file Device.hpp.
|
inlineexplicit |
Definition at line 1408 of file Device.hpp.
|
inline |
Definition at line 1409 of file Device.hpp.
|
inline |
Get the number of OBDepthWorkMode objects in the list.
Definition at line 1420 of file Device.hpp.
Referenced by count().
|
inline |
Get the OBDepthWorkMode object at the specified index.
| index | the index of the target OBDepthWorkMode object |
Definition at line 1433 of file Device.hpp.
Referenced by operator[]().
|
inline |
Get the OBDepthWorkMode object at the specified index.
| index | the index of the target OBDepthWorkMode object |
Definition at line 1446 of file Device.hpp.
|
inline |
Definition at line 1452 of file Device.hpp.
Referenced by getCount().