CARLA
Namespaces | Functions
OpenDriveMap.cpp File Reference
#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>
+ Include dependency graph for OpenDriveMap.cpp:

Go to the source code of this file.

Namespaces

 UOpenDriveMap_Private
 

Functions

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 , typename FuncT >
static TArray< T > UOpenDriveMap_Private::TransformToTArray (RangeT &&Range, FuncT &&TransformFunction)
 
template<typename T , typename RangeT >
static TArray< T > UOpenDriveMap_Private::TransformToTArray (RangeT &&Range)