Next Previous Contents

4.4 Class ARGEdit

Defined in: argedit.h

Extends: ARGLoader

Overview: An ARGEdit is a simple implementation of an ARGLoader which stores the graph in memory allowing the basic graph editing operations. The data structure is not optimized for fast access, except for the sequential kind of access used by the constructor of class Graph.

ARGEdit is provided mainly as a simple way for creating graphs, or as a base class for ARGLoader implementations that need to store in memory the graph.


Next Previous Contents