#include <graph.h>
Inheritance diagram for edge:


Public Member Functions | |
| edge (unsigned int, unsigned int, double) | |
| graph_object * | clone () const |
| void | setLabelF (unsigned int index, double val) |
| void | setLabelL (unsigned int index, long val) |
| double | getLabelF (unsigned int index) const |
| long | getLabelL (unsigned int index) const |
| double | getWeight () |
| void | setWeight (double val) |
| double | getWidth () |
| void | setWidth (double val) |
| unsigned int | getFrom () |
| unsigned int | getTo () |
| void | setMarked (bool marked) |
| bool | getMarked () |
| int | getEdgeNum () const |
| void | Print (std::ostream &) const |
Private Attributes | |
| bool | mark |
| unsigned int | from |
| unsigned int | to |
| unsigned int | edgeNum |
| std::vector< labelValue > | label |
Friends | |
| class | graph |
|
||||||||||||||||
|
|
|
|
Implements graph_object. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from graph_object. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4