#include <sparseDigraph.h>
Inheritance diagram for sparseDiGraph:
Public Member Functions | |
sparseDiGraph (TNode _n=0, goblinController &_CT=goblinDefaultContext, bool _mode=false) throw () | |
sparseDiGraph (const char *fileName, goblinController &_CT=goblinDefaultContext) throw (ERFile,ERParse) | |
sparseDiGraph (abstractMixedGraph &G, TOption options=0) throw () | |
~sparseDiGraph () throw () | |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
Protected Attributes | |
sparseRepresentation | X |
|
Default constructor for sparse digraphs.
|
|
File constructor for sparse digraphs.
|
|
Copy constructor for sparse digraphs.
|
|
|
|
Reimplemented from abstractDiGraph. |
|
Implements goblinRootObject. |
|
|