#include <qrh_Kante.hpp>
Zusammengehörigkeiten von Kante:
Öffentliche Methoden | |
void | setDicke (int dicke) |
void | setKante (Knoten *Knoten1, Knoten *Knoten2) |
int | getDicke (void) |
Knoten | getKnoten1 (void) |
Knoten | getKnoten2 (void) |
Kante (Knoten *Knoten1, Knoten *Knoten2) | |
Kante (Knoten *Knoten1, Knoten *Knoten2, int dicke) | |
virtual | ~Kante () |
Private Attribute | |
Knoten * | Knoten1 |
Knoten * | Knoten2 |
int | dicke |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|