OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
ob::OBDepthWorkModeList Class Reference

#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 ()
 

Detailed Description

Definition at line 1202 of file Device.hpp.

Constructor & Destructor Documentation

◆ OBDepthWorkModeList()

ob::OBDepthWorkModeList::OBDepthWorkModeList ( ob_depth_work_mode_list_t * impl)
inlineexplicit

Definition at line 1207 of file Device.hpp.

◆ ~OBDepthWorkModeList()

ob::OBDepthWorkModeList::~OBDepthWorkModeList ( )
inline

Definition at line 1208 of file Device.hpp.

Member Function Documentation

◆ getCount()

uint32_t ob::OBDepthWorkModeList::getCount ( )
inline

Get the number of OBDepthWorkMode objects in the list.

Returns
uint32_t the number of OBDepthWorkMode objects in the list

Definition at line 1219 of file Device.hpp.

Referenced by count().

◆ getOBDepthWorkMode()

OBDepthWorkMode ob::OBDepthWorkModeList::getOBDepthWorkMode ( uint32_t index)
inline

Get the OBDepthWorkMode object at the specified index.

Parameters
indexthe index of the target OBDepthWorkMode object
Returns
OBDepthWorkMode the OBDepthWorkMode object at the specified index

Definition at line 1232 of file Device.hpp.

Referenced by operator[]().

◆ operator[]()

OBDepthWorkMode ob::OBDepthWorkModeList::operator[] ( uint32_t index)
inline

Get the OBDepthWorkMode object at the specified index.

Parameters
indexthe index of the target OBDepthWorkMode object
Returns
OBDepthWorkMode the OBDepthWorkMode object at the specified index

Definition at line 1245 of file Device.hpp.

◆ count()

uint32_t ob::OBDepthWorkModeList::count ( )
inline

Definition at line 1251 of file Device.hpp.

Referenced by getCount().


The documentation for this class was generated from the following file: