Code Documentation 3.3
Social Network Visualizer
Loading...
Searching...
No Matches
ClickedEdge Struct Reference

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.

Detailed Description

Carries the identity and type of a clicked edge.

Member Data Documentation

◆ type

int ClickedEdge::type = 0

Edge type.

◆ v1

int ClickedEdge::v1 = 0

First vertex.

◆ v2

int ClickedEdge::v2 = 0

Second vertex.


The documentation for this struct was generated from the following file: