OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ob::OBFilterList Class Reference

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< FiltergetFilter (uint32_t index)
 Get the Filter object at the specified index.
 

Detailed Description

Class representing a list of FrameProcessingBlock.

Definition at line 125 of file Sensor.hpp.

Constructor & Destructor Documentation

◆ OBFilterList()

ob::OBFilterList::OBFilterList ( std::unique_ptr< OBFilterListImpl >  impl_)

◆ ~OBFilterList()

ob::OBFilterList::~OBFilterList ( )
noexcept

Member Function Documentation

◆ count()

uint32_t ob::OBFilterList::count ( )

Get the number of OBDepthWorkMode FrameProcessingBlock in the list.

Returns
uint32_t the number of FrameProcessingBlock objects in the list

◆ getFilter()

std::shared_ptr< Filter > ob::OBFilterList::getFilter ( uint32_t  index)

Get the Filter object at the specified index.

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

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