drawings_of_cliques
|
Class to store vertex, containing information about edge to_
going into it
More...
#include <functions.hpp>
Public Member Functions | |
Vertex () | |
Vertex (Edge *to) | |
Public Attributes | |
Edge * | to_ |
int | index_ |
Class to store vertex, containing information about edge to_
going into it
|
inline |
|
inline |
int Vertex::index_ |
Edge* Vertex::to_ |