#include <sparseBigraph.h>
Inheritance diagram for sparseBiGraph:
Public Member Functions | |
sparseBiGraph (TNode _n1=0, TNode _n2=0, goblinController &_CT=goblinDefaultContext) throw () | |
sparseBiGraph (const char *fileName, goblinController &_CT=goblinDefaultContext) throw (ERFile,ERParse) | |
sparseBiGraph (abstractBiGraph &G, TOption options=0) throw () | |
~sparseBiGraph () throw () | |
unsigned long | Size () const throw () |
unsigned long | Allocated () const throw () |
TNode | SwapNode (TNode u) throw (ERRange,ERRejected) |
Protected Attributes | |
sparseRepresentation | X |
|
Default constructor for sparse bigraphs.
|
|
File constructor for sparse bigraphs.
|
|
Copy constructor for sparse bigraphs.
|
|
|
|
Reimplemented from abstractBiGraph. |
|
Implements goblinRootObject. |
|
Move a node from one partition to another.
|
|
|