|
Blender V5.0
|
#include <BLI_dot_export.hh>
Inherits blender::dot_export::Graph.
Public Member Functions | |
| std::string | to_dot_string () const |
| UndirectedEdge & | new_edge (NodePort a, NodePort b) |
| Public Member Functions inherited from blender::dot_export::Graph | |
| Node & | new_node (StringRef label) |
| Cluster & | new_cluster (StringRef label="") |
| void | export__declare_nodes_and_clusters (std::stringstream &ss) const |
| void | set_rankdir (Attr_rankdir rankdir) |
| void | set_random_cluster_bgcolors () |
Additional Inherited Members | |
| Public Attributes inherited from blender::dot_export::Graph | |
| Attributes | attributes |
Definition at line 160 of file BLI_dot_export.hh.
| UndirectedEdge & blender::dot_export::UndirectedGraph::new_edge | ( | NodePort | a, |
| NodePort | b ) |
Definition at line 38 of file dot_export.cc.
References b.
| std::string blender::dot_export::UndirectedGraph::to_dot_string | ( | ) | const |
Definition at line 145 of file dot_export.cc.
References blender::dot_export::Graph::export__declare_nodes_and_clusters().