#include <Graph.h>
Graphe d'héritage de la classe Edge
Membres publics | |
Edge (Vertex *aVertex, Vertex *anotherVertex) | |
~Edge () | |
Connection * | getConnection (unsigned int index) |
int | getConnectionIndex (Connection *aConnection) const |
unsigned int | getConnectionCount () const |
void | addConnection (Connection *aConnection) |
void | removeConnection (Connection *Connection) |
void | print () const |
void | swap () |
Graph * | getGraph () const |
Vertex * | getVertex1 () const |
Vertex * | getVertex2 () const |
Attributs Publics | |
Vertex * | vertex1 |
Vertex * | vertex2 |
Graph * | graph |
std::vector< Connection * > | connections |
Membres protégés | |
void | setGraph (Graph *aGraph) |
|
|
|
|
|
|
|
Redéfinie à partir de Connection. |
|
Redéfinie à partir de Connection. |
|
Redéfinie à partir de Connection. |
|
|
|
|
|
|
|
Redéfinie à partir de Connection. |
|
|
|
|
|
Implémente Connection. |
|
|
|
Redéfinie à partir de Connection. |
|
|
|
Redéfinie à partir de Connection. |
|
Redéfinie à partir de Connection. |
|
Redéfinie à partir de Connection. |