Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
std::string | to_dot_string () const |
UndirectedEdge & | new_edge (NodePort a, NodePort b) |
![]() | |
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 | |
![]() | |
Attributes | attributes |
Definition at line 163 of file BLI_dot_export.hh.
UndirectedEdge & blender::dot::UndirectedGraph::new_edge | ( | NodePort | a, |
NodePort | b | ||
) |
Definition at line 30 of file dot_export.cc.
References Freestyle::a, and usdtokens::b().
std::string blender::dot::UndirectedGraph::to_dot_string | ( | ) | const |
Definition at line 137 of file dot_export.cc.
References blender::dot::Graph::export__declare_nodes_and_clusters().