#include <Mapper.h>
Public Member Functions | |
| std::vector< Vertex< T > * > | GetAdjacentVertices () const |
| const std::vector< Edge< T > * > & | GetEdges () const |
| T * | GetObject () const |
| Vertex (T *pObject) | |
| virtual | ~Vertex () |
Private Member Functions | |
| void | AddEdge (Edge< T > *pEdge) |
Private Attributes | |
| std::vector< Edge< T > * > | m_Edges |
| T * | m_pObject |
Friends | |
| class | Edge< T > |
Represents an object in a graph
|
inline |
|
inlinevirtual |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
private |
|
private |