karto::Vertex< T > Class Template Reference
#include <Mapper.h>
List of all members.
Detailed Description
template<typename T>
class karto::Vertex< T >
Represents an object in a graph
Definition at line 176 of file Mapper.h.
Constructor & Destructor Documentation
Constructs a vertex representing the given object
- Parameters:
-
Definition at line 185 of file Mapper.h.
Member Function Documentation
Adds the given edge to this vertex's edge list
- Parameters:
-
Definition at line 247 of file Mapper.h.
Gets a vector of the vertices adjacent to this vertex
- Returns:
- adjacent vertices
Definition at line 219 of file Mapper.h.
Gets edges adjacent to this vertex
- Returns:
- adjacent edges
Definition at line 201 of file Mapper.h.
Gets the object associated with this vertex
- Returns:
- the object
Definition at line 210 of file Mapper.h.
Friends And Related Function Documentation
template<typename T>
friend class Edge< T > [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: