CARLA
 
载入中...
搜索中...
未找到
宏定义 | 函数
Tagger.cpp 文件参考
#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)
 

宏定义说明

◆ CARLA_GET_LABEL_STR

#define CARLA_GET_LABEL_STR ( lbl)    case crp::CityObjectLabel:: lbl : return TEXT(#lbl);

函数说明

◆ CastEnum()

template<typename T >
static auto CastEnum ( T label)
static

在文件 Tagger.cpp17 行定义.

被这些函数引用 ATagger::GetActorLabelColor() , 以及 ATagger::SetStencilValue().

+ 这是这个函数的调用关系图: