Projet tutoré 3 - Graphes
|
Aller à la documentation de ce fichier.
18 #define CSOMMET_Lecture_Impossible 20
19 #define CSOMMET_Alloc_Echouee 21
int SOMChercherArcArrivant(unsigned int uSOMIdDestination)
CSommet & operator=(const CSommet &SOMParam)
bool SOMLies(CSommet &SOMParam)
void SOMAjouterArcArrivant(unsigned int uDestination)
int SOMChercherArcSortant(unsigned int uSOMIdDestination)
Fichier contenant la déclaration de la classe CArc.
void SOMRetirerArcArrivant(unsigned int uDestination)
Fichier contenant la déclaration de la classe CException.
void SOMAjouterArcSortant(unsigned int uDestination)
Classe des arcs d'un sommet.
unsigned int SOMGetTailleA()
CArc * SOMLireListeA(unsigned int uPos)
unsigned int uSOMTailleListeA
unsigned int SOMGetTailleS()
CArc ** pARCSOMListeArcsArrivants
unsigned int uSOMTailleListeS
CArc ** pARCSOMListeArcsSortants
Classe des sommets d'un graphe.
void SOMRetirerArcSortant(unsigned int uDestination)
CArc * SOMLireListeS(unsigned int uPos)