Template Class DOTRepresentation#
Defined in File DOTRepresentation.h
Inheritance Relationships#
Derived Types#
public DOTSubgraphRepresentation< std::string >(Template Class DOTSubgraphRepresentation)public DOTSubgraphRepresentation< NodeType >(Template Class DOTSubgraphRepresentation)
Class Documentation#
-
template<class NodeType>
class DOTRepresentation# Subclassed by DOTSubgraphRepresentation< std::string >, DOTSubgraphRepresentation< NodeType >
Public Functions
-
void writeToFileAsGraph(std::string filename)#
-
void writeToFile(std::string filename)#
-
DOTRepresentation()#
-
~DOTRepresentation()#
-
void clear()#
-
void addEdge(NodeType node1, TraceType downtrace, TraceType uptrace, std::string edgelabel, NodeType node2, std::string option = "")#
-
void addEdge(NodeType node1, TraceType downtrace, std::string edgelabel, NodeType node2, std::string option = "")#
-
void addNullValue(NodeType node, std::string nodelabel, std::string edgelabel, std::string option = "")#
-
void addEmptyContainer(NodeType node, TraceType trace, std::string varname, std::string option = "")#
-
std::string containerEdgeLabel(std::string containerVarName, ContainerIndexType count)#
Protected Attributes
-
std::ostringstream *dotout#
-
void writeToFileAsGraph(std::string filename)#