CARLA
Macros | Functions
Tagger.cpp File Reference
#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"
+ Include dependency graph for Tagger.cpp:

Go to the source code of this file.

Macros

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

Functions

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

Macro Definition Documentation

◆ CARLA_GET_LABEL_STR

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

Referenced by ATagger::GetTagAsString().

Function Documentation

◆ CastEnum()

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

Definition at line 22 of file Tagger.cpp.

Referenced by ATagger::GetActorLabelColor(), and ATagger::SetStencilValue().

+ Here is the caller graph for this function: