Blender
V3.3
|
#include <BLI_dot_export.hh>
Public Member Functions | |
void | export__as_bracket_list (std::stringstream &ss) const |
void | set (StringRef key, StringRef value) |
void | set (StringRef key, float value) |
Definition at line 33 of file BLI_dot_export.hh.
void blender::dot::Attributes::export__as_bracket_list | ( | std::stringstream & | ss | ) | const |
Definition at line 205 of file dot_export.cc.
References Freestyle::c, and blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::foreach_item().
Referenced by blender::dot::Node::export__as_declaration(), blender::dot::DirectedEdge::export__as_edge_statement(), blender::dot::UndirectedEdge::export__as_edge_statement(), blender::dot::Graph::export__declare_nodes_and_clusters(), and blender::dot::Cluster::export__declare_nodes_and_clusters().
Definition at line 45 of file BLI_dot_export.hh.
References blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::add_overwrite(), and std::to_string().
Definition at line 40 of file BLI_dot_export.hh.
Referenced by blender::deg::deg_debug_graphviz_legend(), blender::deg::deg_debug_graphviz_node_cluster_create(), blender::deg::deg_debug_graphviz_node_color(), blender::deg::deg_debug_graphviz_node_fillcolor(), blender::deg::deg_debug_graphviz_node_penwidth(), blender::deg::deg_debug_graphviz_node_single(), blender::deg::deg_debug_graphviz_node_style(), DEG_debug_relations_graphviz(), blender::dot::Graph::new_cluster(), blender::dot::NodeWithSocketsRef::NodeWithSocketsRef(), blender::dot::Edge::set_arrowhead(), blender::dot::Edge::set_arrowtail(), blender::dot::Node::set_background_color(), blender::dot::Edge::set_dir(), blender::dot::Edge::set_label(), blender::dot::Cluster::set_random_cluster_bgcolors(), blender::dot::Graph::set_rankdir(), and blender::dot::Node::set_shape().