![]() |
OrbbecSDK
1.5.7
OrbbecSDK: Software-Development-Kit for Orbbec 3D-Sensor devices
|
#include <StreamProfile.hpp>
Public 成员函数 | |
StreamProfile (std::unique_ptr< StreamProfileImpl > impl) | |
StreamProfile (StreamProfile &streamProfile) | |
~StreamProfile () noexcept | |
OBFormat | format () const |
获取流的格式 更多... | |
OBStreamType | type () const |
获取流的类型 更多... | |
template<typename T > | |
bool | is () |
检查帧对象的运行时类型是否与给定类型兼容 更多... | |
template<typename T > | |
std::shared_ptr< T > | as () |
对象类型转换 更多... | |
Protected 属性 | |
std::unique_ptr< StreamProfileImpl > | impl_ |
友元 | |
class | Sensor |
class | Config |
class | Pipeline |
在文件 StreamProfile.hpp 第 27 行定义.
ob::StreamProfile::StreamProfile | ( | std::unique_ptr< StreamProfileImpl > | impl | ) |
ob::StreamProfile::StreamProfile | ( | StreamProfile & | streamProfile | ) |
|
noexcept |
OBFormat ob::StreamProfile::format | ( | ) | const |
获取流的格式
OBStreamType ob::StreamProfile::type | ( | ) | const |
获取流的类型
bool ob::StreamProfile::is | ( | ) |
|
inline |
|
friend |
在文件 StreamProfile.hpp 第 96 行定义.
|
friend |
在文件 StreamProfile.hpp 第 97 行定义.
|
friend |
在文件 StreamProfile.hpp 第 98 行定义.
|
protected |
在文件 StreamProfile.hpp 第 29 行定义.