CARLA
 
载入中...
搜索中...
未找到
命名空间 | 函数
OpenDriveMap.cpp 文件参考
#include "Carla.h"
#include "Carla/OpenDrive/OpenDriveMap.h"
#include <compiler/disable-ue4-macros.h>
#include <carla/opendrive/OpenDriveParser.h>
#include <carla/rpc/String.h>
#include <compiler/enable-ue4-macros.h>
+ OpenDriveMap.cpp 的引用(Include)关系图:

浏览源代码.

命名空间

namespace  UOpenDriveMap_Private
 

函数

template<typename RangeT >
static auto UOpenDriveMap_Private::GetSize (const RangeT &Range)
 
template<typename T >
static auto UOpenDriveMap_Private::GetSize (const TArray< T > &Array)
 
template<typename T , typename RangeT >
static TArray< T > UOpenDriveMap_Private::TransformToTArray (RangeT &&Range)
 
template<typename T , typename RangeT , typename FuncT >
static TArray< T > UOpenDriveMap_Private::TransformToTArray (RangeT &&Range, FuncT &&TransformFunction)