CARLA
 
载入中...
搜索中...
未找到
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
10namespace 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