#include "LargeMapManager.h"#include "Engine/WorldComposition.h"#include "Engine/ObjectLibrary.h"#include "Game/CarlaStatics.h"#include "Actor/ActorRegistry.h"#include "Game/CarlaEpisode.h"#include "Engine/EngineTypes.h"#include "Components/PrimitiveComponent.h"#include "Landscape.h"#include "LandscapeHeightfieldCollisionComponent.h"#include "LandscapeComponent.h"#include "UncenteredPivotPointMesh.h"#include "Walker/WalkerBase.h"#include "Carla/Game/Tagger.h"#include "Carla/Vehicle/CustomTerrainPhysicsComponent.h"#include "FileHelper.h"#include "Paths.h"
LargeMapManager.cpp 的引用(Include)关系图:宏定义 | |
| #define | LARGEMAP_LOGS 1 |
| #define | LM_LOG(...) |
变量 | |
| uint64_t | num_ticks = 0 |
| float | tick_execution_time = 0 |
| #define LARGEMAP_LOGS 1 |
在文件 LargeMapManager.cpp 第 27 行定义.
| #define LM_LOG | ( | ... | ) |
在文件 LargeMapManager.cpp 第 32 行定义.
| uint64_t num_ticks = 0 |
在文件 LargeMapManager.cpp 第 343 行定义.
| float tick_execution_time = 0 |
在文件 LargeMapManager.cpp 第 342 行定义.