Searched defs:DefaultDOTGraphTraits (Results 1 – 2 of 2) sorted by relevance
28 struct DefaultDOTGraphTraits { struct38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument44 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName()50 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()57 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()63 static bool isNodeHidden(const void *) { in isNodeHidden()70 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel()78 static std::string getNodeIdentifierLabel(const void *, const GraphType &) { in getNodeIdentifierLabel()83 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription()90 static std::string getNodeAttributes(const void *, in getNodeAttributes()[all …]
29 struct DefaultDOTGraphTraits { struct39 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} in IsSimple() argument45 static std::string getGraphName(const GraphType &) { return ""; } in getGraphName()51 static std::string getGraphProperties(const GraphType &) { in getGraphProperties()58 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp()64 static bool isNodeHidden(const void *) { in isNodeHidden()71 std::string getNodeLabel(const void *, const GraphType &) { in getNodeLabel()79 static std::string getNodeIdentifierLabel(const void *, const GraphType &) { in getNodeIdentifierLabel()84 static std::string getNodeDescription(const void *, const GraphType &) { in getNodeDescription()91 static std::string getNodeAttributes(const void *, in getNodeAttributes()[all …]