Inheritance diagram for GMLEdgeBuilder:
Public Member Functions | |
GMLEdgeBuilder (GMLGraphBuilder *graphBuilder) | |
bool | addInt (const string &st, const int id) |
bool | addDouble (const string &st, const double real) |
bool | addString (const string &st, const string &str) |
bool | addBool (const string &st, const bool boolean) |
void | setEdgeValue (const LineType::RealType &lCoord) |
bool | addStruct (const string &structName, GMLBuilder *&newBuilder) |
bool | close () |
Public Attributes | |
GMLGraphBuilder * | graphBuilder |
int | source |
int | target |
bool | edgeOk |
edge | curEdge |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from GMLTrue. |
|
|
|
|
|
|
|
|
|
|
|
|