Retrieve the definitions of all the sensors registered in the SensorRegistry by calling their static method SensorType::GetSensorDefinition(). 更多...
类 | |
struct | is_spawnable |
struct | is_spawnable< T, typename void_type< typename T::not_spawnable >::type > |
struct | void_type |
静态 Public 成员函数 | |
static auto | GetSensorDefinitions () |
Private 类型 | |
using | Registry = carla::sensor::SensorRegistry |
静态 Private 成员函数 | |
template<typename SensorType > | |
static std::enable_if<!is_spawnable< SensorType >::value, void >::type | AppendDefinitions (TArray< FActorDefinition > &) |
template<typename SensorType > | |
static std::enable_if< is_spawnable< SensorType >::value, void >::type | AppendDefinitions (TArray< FActorDefinition > &Definitions) |
template<size_t Index> | |
static void | AppendDefinitions (TArray< FActorDefinition > &Definitions) |
template<size_t... Is> | |
static void | AppendDefinitions (TArray< FActorDefinition > &Definitions, std::index_sequence< Is... >) |
Retrieve the definitions of all the sensors registered in the SensorRegistry by calling their static method SensorType::GetSensorDefinition().
在文件 SensorFactory.cpp 第 36 行定义.
|
private |
在文件 SensorFactory.cpp 第 38 行定义.
|
inlinestaticprivate |
在文件 SensorFactory.cpp 第 77 行定义.
|
inlinestaticprivate |
|
inlinestaticprivate |
在文件 SensorFactory.cpp 第 80 行定义.
|
inlinestaticprivate |
在文件 SensorFactory.cpp 第 88 行定义.
|
inlinestatic |
在文件 SensorFactory.cpp 第 42 行定义.
引用了 AppendDefinitions() , 以及 carla::sensor::CompileTimeTypeMap< Items... >::size().
被这些函数引用 ASensorFactory::GetDefinitions().