dot_yy(3)
NAME
DOT_YY
SYNOPSIS
#include <dotImportParser.h> 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
Constructor & Destructor Documentation
DOT_YY::DOT_YY () [inline]
Member Function Documentation
- EdgeA DOT_YY::bindEdge (const std::string & inOp, const node & inA, const
- node & inB) [inline]
- EdgeA DOT_YY::bindEdge (const std::string & inOp, const node & inA, const
- NodeA & inB) [inline]
- EdgeA DOT_YY::bindEdge (const std::string & inOp, const NodeA & inA, const
- node & inB) [inline]
- EdgeA DOT_YY::bindEdge (const std::string & inOp, const NodeA & inA, const
- NodeA & inB) [inline]
- node DOT_YY::bindNode (const std::string & inId, bool & inCreated) [inline] void DOT_YY::SetupEdge (const EdgeA & inA, const DOT_ATTR & inAttr)
- [inline]
- void DOT_YY::SetupNode (const NodeA & inA, const DOT_ATTR & inAttr)
- [inline]
Member Data Documentation
DOT_ATTR DOT_YY::edgeAttr
bool DOT_YY::isDirected
bool DOT_YY::isStrict
DOT_ATTR DOT_YY::nodeAttr
NodeMap DOT_YY::nodeMap
Graph* DOT_YY::sg
DOT_ATTR DOT_YY::subgAttr
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.