#include <Mapper.h>
template<typename T>
class karto::Graph< T >
Graph
Definition at line 395 of file Mapper.h.
◆ VertexMap
Maps names to vector of vertices
Definition at line 449 of file Mapper.h.
◆ Graph()
Default constructor
Definition at line 455 of file Mapper.h.
◆ ~Graph()
◆ AddEdge()
Adds an edge to the graph
- Parameters
-
Definition at line 482 of file Mapper.h.
◆ AddVertex()
Adds and indexes the given vertex into the map using the given name
- Parameters
-
Definition at line 473 of file Mapper.h.
◆ Clear()
Deletes the graph data
Definition at line 490 of file Mapper.h.
◆ GetEdges()
Gets the edges of this graph
- Returns
- graph edges
Definition at line 513 of file Mapper.h.
◆ GetVertices()
Gets the vertices of this graph
- Returns
- graph vertices
Definition at line 522 of file Mapper.h.
◆ m_Edges
Edges of this graph
Definition at line 536 of file Mapper.h.
◆ m_Vertices
Map of names to vector of vertices
Definition at line 531 of file Mapper.h.
The documentation for this class was generated from the following file: