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

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