|
OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
Class representing a list of FrameProcessingBlock. More...
#include <Sensor.hpp>
Public Member Functions | |
| OBFilterList (std::unique_ptr< OBFilterListImpl > impl_) | |
| ~OBFilterList () noexcept | |
| uint32_t | count () |
| Get the number of OBDepthWorkMode FrameProcessingBlock in the list. | |
| std::shared_ptr< Filter > | getFilter (uint32_t index) |
| Get the Filter object at the specified index. | |
Class representing a list of FrameProcessingBlock.
Definition at line 125 of file Sensor.hpp.
| ob::OBFilterList::OBFilterList | ( | std::unique_ptr< OBFilterListImpl > | impl_ | ) |
|
noexcept |
| uint32_t ob::OBFilterList::count | ( | ) |
Get the number of OBDepthWorkMode FrameProcessingBlock in the list.
| std::shared_ptr< Filter > ob::OBFilterList::getFilter | ( | uint32_t | index | ) |