#include <Mapper.h>
template<typename T>
class karto::Graph< T >
Graph
Definition at line 396 of file Mapper.h.
◆ VertexMap
Maps names to vector of vertices
Definition at line 450 of file Mapper.h.
◆ Graph()
Default constructor
Definition at line 456 of file Mapper.h.
◆ ~Graph()
◆ AddEdge()
Adds an edge to the graph
- Parameters
-
Definition at line 483 of file Mapper.h.
◆ AddVertex()
Adds and indexes the given vertex into the map using the given name
- Parameters
-
Definition at line 474 of file Mapper.h.
◆ Clear()
Deletes the graph data
Definition at line 491 of file Mapper.h.
◆ GetEdges()
Gets the edges of this graph
- Returns
- graph edges
Definition at line 514 of file Mapper.h.
◆ GetVertices()
Gets the vertices of this graph
- Returns
- graph vertices
Definition at line 523 of file Mapper.h.
◆ m_Edges
Edges of this graph
Definition at line 537 of file Mapper.h.
◆ m_Vertices
Map of names to vector of vertices
Definition at line 532 of file Mapper.h.
The documentation for this class was generated from the following file: