|
Public Member Functions |
| DOT_YY () |
node | bindNode (const std::string &inId, bool &inCreated) |
EdgeA | bindEdge (const std::string &inOp, const NodeA &inA, const NodeA &inB) |
EdgeA | bindEdge (const std::string &inOp, const NodeA &inA, const node &inB) |
EdgeA | bindEdge (const std::string &inOp, const node &inA, const NodeA &inB) |
EdgeA | bindEdge (const std::string &inOp, const node &inA, const node &inB) |
void | SetupNode (const NodeA &inA, const DOT_ATTR &inAttr) |
void | SetupEdge (const EdgeA &inA, const DOT_ATTR &inAttr) |
Public Attributes |
Graph * sg |
NodeMap nodeMap |
bool isDirected |
bool isStrict |
DOT_ATTR nodeAttr |
DOT_ATTR edgeAttr |
DOT_ATTR subgAttr |
Graph * | sg |