ESyS-Particle  2.3.4
Graph::Edge Struct Reference

#include <graph.h>

Public Member Functions

 Edge (int v=-1, int w=-1)
 

Public Attributes

int i
 
int j
 

Constructor & Destructor Documentation

◆ Edge()

Graph::Edge::Edge ( int  v = -1,
int  w = -1 
)
inline

Member Data Documentation

◆ i

int Graph::Edge::i

Referenced by Graph::insert().

◆ j

int Graph::Edge::j

Referenced by Graph::insert().


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