CARLA
 
载入中...
搜索中...
未找到
宏定义 | 函数
RoadMap.cpp 文件参考
#include "Carla.h"
#include "Carla/MapGen/RoadMap.h"
#include "Carla/Sensor/PixelReader.h"
#include "FileHelper.h"
#include "HighResScreenshot.h"
#include <type_traits>
+ RoadMap.cpp 的引用(Include)关系图:

浏览源代码.

宏定义

#define LOCTEXT_NAMESPACE   "CarlaRoadMap"
 

函数

static uint32 ClampFloatToUInt (const float Value, int32 Min, int32 Max)
 
static float GetRotatedAzimuthAngle (const FVector &Direction)
 

宏定义说明

◆ LOCTEXT_NAMESPACE

#define LOCTEXT_NAMESPACE   "CarlaRoadMap"

在文件 RoadMap.cpp21 行定义.

函数说明

◆ ClampFloatToUInt()

static uint32 ClampFloatToUInt ( const float Value,
int32 Min,
int32 Max )
static

在文件 RoadMap.cpp27 行定义.

被这些函数引用 URoadMap::GetDataAt().

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

◆ GetRotatedAzimuthAngle()

static float GetRotatedAzimuthAngle ( const FVector & Direction)
static

在文件 RoadMap.cpp34 行定义.

被这些函数引用 FRoadMapPixelData::Encode().

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