#include <SceneCaptureSensor.h>
FCameraGBufferUint8 的协作图:Public 类型 | |
| using | not_spawnable = void |
| Prevent this sensor to be spawned by users. 更多... | |
Public 成员函数 | |
| FTransform | GetActorTransform () const |
| Dummy. Required for compatibility with other sensors only. 更多... | |
| template<typename SensorT > | |
| FAsyncDataStream | GetDataStream (const SensorT &Self) |
| Return the FDataStream associated with this sensor. 更多... | |
| auto | GetToken () const |
| Return the token that allows subscribing to this sensor's stream. 更多... | |
| void | SetDataStream (FDataStream InStream) |
| void | SetStream (FDataMultiStream InStream) |
| Replace the Stream associated with this sensor. 更多... | |
Public 属性 | |
| bool | bIsUsed = false |
| FDataStream | Stream |
在文件 SceneCaptureSensor.h 第 29 行定义.
| using FCameraGBufferUint8::not_spawnable = void |
Prevent this sensor to be spawned by users.
在文件 SceneCaptureSensor.h 第 32 行定义.
|
inline |
Dummy. Required for compatibility with other sensors only.
在文件 SceneCaptureSensor.h 第 52 行定义.
|
inline |
Return the FDataStream associated with this sensor.
You need to provide a reference to self, this is necessary for template deduction.
在文件 SceneCaptureSensor.h 第 61 行定义.
引用了 FDataStreamTmpl< T >::MakeAsyncDataStream() , 以及 Stream.
函数调用图:
|
inline |
Return the token that allows subscribing to this sensor's stream.
在文件 SceneCaptureSensor.h 第 45 行定义.
引用了 bIsUsed, FDataStreamTmpl< T >::GetToken() , 以及 Stream.
被这些函数引用 FCarlaServer::FPimpl::BindActions().
函数调用图:
这是这个函数的调用关系图:
|
inline |
在文件 SceneCaptureSensor.h 第 34 行定义.
引用了 Stream.
|
inline |
|
mutable |
在文件 SceneCaptureSensor.h 第 66 行定义.
被这些函数引用 GetToken().
| FDataStream FCameraGBufferUint8::Stream |
在文件 SceneCaptureSensor.h 第 67 行定义.
被这些函数引用 GetDataStream(), GetToken(), SetDataStream() , 以及 SetStream().