CARLA
Namespaces | Macros | Functions
GraphTypes.h File Reference
#include "Carla/MapGen/CityMapDefinitions.h"
#include "Carla/Util/NonCopyable.h"
#include <vector>
+ Include dependency graph for GraphTypes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 MapGen
 

Macros

#define INHERIT_GRAPH_TYPE_BASE_CLASS(c)   : private NonCopyable
 

Functions

struct GraphNode MapGen::INHERIT_GRAPH_TYPE_BASE_CLASS ('n')
 
struct GraphFace MapGen::INHERIT_GRAPH_TYPE_BASE_CLASS ('f')
 
struct GraphHalfEdge MapGen::INHERIT_GRAPH_TYPE_BASE_CLASS ('e')
 

Macro Definition Documentation

◆ INHERIT_GRAPH_TYPE_BASE_CLASS

#define INHERIT_GRAPH_TYPE_BASE_CLASS (   c)    : private NonCopyable

Definition at line 44 of file GraphTypes.h.