#include "Carla.h"#include "Carla/Actor/ActorData.h"#include "Carla/Actor/ActorRegistry.h"#include "Carla/Game/Tagger.h"#include "Carla/Traffic/TrafficLightBase.h"#include "Carla/Util/BoundingBoxCalculator.h"#include "Carla/Sensor/Sensor.h"#include <compiler/disable-ue4-macros.h>#include "carla/streaming/Token.h"#include "carla/streaming/detail/Token.h"#include <compiler/enable-ue4-macros.h>
Include dependency graph for ActorRegistry.cpp:Go to the source code of this file.
Functions | |
| FString | CarlaGetRelevantTagAsString (const TSet< crp::CityObjectLabel > &SemanticTags) |
| static FCarlaActor::ActorType | FActorRegistry_GetActorType (const AActor *Actor) |
| FString CarlaGetRelevantTagAsString | ( | const TSet< crp::CityObjectLabel > & | SemanticTags | ) |
Definition at line 59 of file ActorRegistry.cpp.
References ATagger::GetTagAsString(), carla::rpc::None, and carla::rpc::Other.
Referenced by FActorRegistry::MakeCarlaActor(), and UCarlaEpisode::SerializeActor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 26 of file ActorRegistry.cpp.
References FCarlaActor::INVALID, FCarlaActor::Other, FCarlaActor::Sensor, FCarlaActor::TrafficLight, FCarlaActor::TrafficSign, FCarlaActor::Vehicle, and FCarlaActor::Walker.
Referenced by FActorRegistry::MakeCarlaActor().
Here is the caller graph for this function:
1.8.13