![]() |
Code Documentation 3.3
Social Network Visualizer
|
Carries the identity and type of a clicked edge. More...
#include <global.h>
Public Attributes | |
| int | v1 = 0 |
| First vertex. | |
| int | v2 = 0 |
| Second vertex. | |
| int | type = 0 |
| Edge type. | |
Carries the identity and type of a clicked edge.
| int ClickedEdge::type = 0 |
Edge type.
| int ClickedEdge::v1 = 0 |
First vertex.
| int ClickedEdge::v2 = 0 |
Second vertex.