Diplo
 All Classes Namespaces Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
Diplo.GraphObjects.Graph Class Reference

HlavnĂ˝ objekt grafu More...

Public Member Functions

 Graph (int nodesNum, int edgesNum)
 
void addVertex (Vertex vrchol)
 
Vertex getVerticeByIndex (int index)
 
List< VertexgetVertices ()
 
void removeVertex (int index)
 
void addEdge (int index1, int index2)
 
List< EdgegetEdges ()
 

Public Attributes

List< Vertexvertices = new List<Vertex>()
 
List< Edgeedges = new List<Edge>()
 

Detailed Description

HlavnĂ˝ objekt grafu


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