ObjectImport


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)

Function Documentation

void ReadAllData goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read a complete graph object from file.

Parameters:
F An input file stream
This reads anything from the file up to the class name which has been read in advance.

void ReadGeometry goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read all geometry pool data from file.

Parameters:
F An input file stream

void ReadLayoutData goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read all layout pool data from file.

Parameters:
F An input file stream

void ReadNArcs goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read the number of arcs from file.

Parameters:
F An input file stream
This operation must occur prior to all attribute read attempts.

void ReadNNodes goblinImport F  )  throw (ERParse) [protected, virtual, inherited]
 

Read the number of nodes from file.

Parameters:
F An input file stream
This reads the number of graph nodes, the number of layout points and, if the graph is bipartite, the number of left-hand nodes. This operation must occur prior to all attribute read attempts.

Reimplemented in abstractBiGraph, denseBiGraph, denseDiGraph, and denseGraph.

void ReadRegisters goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read all registers from file.

Parameters:
F An input file stream

void ReadRepresentation goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read all representational data from file.

Parameters:
F An input file stream

void ReadSpecial goblinImport F,
attributePool pool,
TPoolEnum  token
throw (ERParse) [virtual, inherited]
 

Reimplemented from goblinRootObject.

void ReadSubgraph goblinImport F  )  throw (ERParse) [protected, inherited]
 

Read the subgraph multiplicities from file.

Parameters:
F An input file stream