#include "Carla.h"#include "Tagger.h"#include "TaggedComponent.h"#include "Vehicle/CarlaWheeledVehicle.h"#include "Components/SkeletalMeshComponent.h"#include "Components/StaticMeshComponent.h"#include "Engine/SkeletalMesh.h"#include "Engine/StaticMesh.h"#include "EngineUtils.h"#include "PhysicsEngine/PhysicsAsset.h"
Tagger.cpp 的引用(Include)关系图:宏定义 | |
| #define | CARLA_GET_LABEL_STR(lbl) case crp::CityObjectLabel:: lbl : return TEXT(#lbl); |
函数 | |
| template<typename T > | |
| static auto | CastEnum (T label) |
| #define CARLA_GET_LABEL_STR | ( | lbl | ) | case crp::CityObjectLabel:: lbl : return TEXT(#lbl); |
|
static |
在文件 Tagger.cpp 第 17 行定义.
被这些函数引用 ATagger::GetActorLabelColor() , 以及 ATagger::SetStencilValue().
这是这个函数的调用关系图: