#include <sparseGraph.h>
Inheritance diagram for sparseGraph:

Public Member Functions | |
| sparseGraph (TNode _n=0, goblinController &_CT=goblinDefaultContext, bool _mode=false) throw () | |
| sparseGraph (const char *fileName, goblinController &_CT=goblinDefaultContext) throw (ERFile,ERParse) | |
| sparseGraph (abstractMixedGraph &G, TOption options=0) throw () | |
| ~sparseGraph () throw () | |
| unsigned long | Size () const throw () |
| unsigned long | Allocated () const throw () |
Protected Attributes | |
| sparseRepresentation | X |
|
||||||||||||||||
|
Default constructor for sparse undirected graphs.
|
|
||||||||||||
|
File constructor for sparse undirected graphs.
|
|
||||||||||||
|
Copy constructor for sparse undirected graphs.
|
|
|
|
|
|
Reimplemented from abstractGraph. |
|
|
Implements goblinRootObject. |
|
|
|