drawings_of_cliques
Vertex Struct Reference

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

Edgeto_
 
int index_
 

Detailed Description

Class to store vertex, containing information about edge to_ going into it

Constructor & Destructor Documentation

◆ Vertex() [1/2]

Vertex::Vertex ( )
inline

◆ Vertex() [2/2]

Vertex::Vertex ( Edge to)
inline

Member Data Documentation

◆ index_

int Vertex::index_

◆ to_

Edge* Vertex::to_

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