|
| DOTGraphOutput (std::ostream &stream) |
|
virtual | ~DOTGraphOutput () |
|
virtual NodeInterface & | addNode (std::string const &label, std::string const &fullPath, std::string const &type) |
|
virtual NodeInterface & | getNode (std::string const &fullPath) |
|
virtual void | addEdge (NodeInterface &tail, NodeInterface &head, std::string const &type, std::string const &data=std::string()) |
|
void | addEdge (DOTNode &tail, DOTNode &head, std::string const &attributes=std::string()) |
|
virtual void | enableTreeOrganization () |
| Sets a flag indicating that we should try to organize nodes in the path tree structure. More...
|
|
§ ~DOTGraphOutput()
DOTGraphOutput::~DOTGraphOutput |
( |
| ) |
|
|
virtual |
Output only the referenced nodes
Specify the nodes that should be on the same "rank" for the tree structure.
This node wasn't referenced.
§ addEdge()
void DOTGraphOutput::addEdge |
( |
NodeInterface & |
tail, |
|
|
NodeInterface & |
head, |
|
|
std::string const & |
type, |
|
|
std::string const & |
data = std::string() |
|
) |
| |
|
virtual |
§ enableTreeOrganization()
void DOTGraphOutput::enableTreeOrganization |
( |
| ) |
|
|
virtual |
Sets a flag indicating that we should try to organize nodes in the path tree structure.
Implements GraphOutputInterface.
The documentation for this class was generated from the following files: