|
OrbbecSDK 2.8.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
#include <Filter.hpp>
Public Member Functions | |
| OBFilterList (ob_filter_list_t *impl) | |
| ~OBFilterList () noexcept | |
| uint32_t | getCount () const |
| Get the number of filters. | |
| std::shared_ptr< Filter > | getFilter (uint32_t index) |
| Get the Filter object at the specified index. | |
| uint32_t | count () const |
Definition at line 1942 of file Filter.hpp.
|
inlineexplicit |
Definition at line 1947 of file Filter.hpp.
|
inlinenoexcept |
Definition at line 1949 of file Filter.hpp.
|
inline |
Get the number of filters.
Definition at line 1960 of file Filter.hpp.
Referenced by count().
|
inline |
Get the Filter object at the specified index.
| [in] | index | The filter index. The range is [0, count-1]. If the index exceeds the range, an exception will be thrown. |
Definition at line 1974 of file Filter.hpp.
|
inline |
Definition at line 1983 of file Filter.hpp.
Referenced by getCount().