CARLA
载入中...
搜索中...
未找到
Unreal
CarlaUE4
Plugins
Carla
Source
Carla
MapGen
GraphTypes.cpp
浏览该文件的文档.
1
// Copyright (c) 2017 Computer Vision Center (CVC) at the Universitat Autonoma
2
// de Barcelona (UAB).
3
//
4
// This work is licensed under the terms of the MIT license.
5
// For a copy, see <https://opensource.org/licenses/MIT>.
6
7
#include "
Carla.h
"
8
#include "
GraphTypes.h
"
9
10
namespace
MapGen
{
11
12
#ifdef CARLA_ROAD_GENERATOR_EXTRA_LOG
13
14
template
<> uint32 DataIndex<
'n'
>::NEXT_INDEX = 0u;
15
template
<> uint32 DataIndex<
'e'
>::NEXT_INDEX = 0u;
16
template
<> uint32 DataIndex<
'f'
>::NEXT_INDEX = 0u;
17
18
#endif
// CARLA_ROAD_GENERATOR_EXTRA_LOG
19
20
}
// namespace MapGen
Carla.h
GraphTypes.h
MapGen
Definition
CityAreaDescription.h:13
制作者
1.10.0