Functions | |
void | abstractMixedGraph::ReadSpecial (goblinImport &F, attributePool &pool, TPoolEnum token) throw (ERParse) |
void | abstractMixedGraph::ReadAllData (goblinImport &F) throw (ERParse) |
virtual void | abstractMixedGraph::ReadNNodes (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadNArcs (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadRepresentation (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadGeometry (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadRegisters (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadSubgraph (goblinImport &F) throw (ERParse) |
void | abstractMixedGraph::ReadLayoutData (goblinImport &F) throw (ERParse) |
|
Read a complete graph object from file.
|
|
Read all geometry pool data from file.
|
|
Read all layout pool data from file.
|
|
Read the number of arcs from file.
|
|
Read the number of nodes from file.
Reimplemented in abstractBiGraph, denseBiGraph, denseDiGraph, and denseGraph. |
|
Read all registers from file.
|
|
Read all representational data from file.
|
|
Reimplemented from goblinRootObject. |
|
Read the subgraph multiplicities from file.
|