|
Blender V5.0
|
Classes | |
| class | Attributes |
| class | Graph |
| class | Cluster |
| class | Node |
| class | UndirectedGraph |
| class | DirectedGraph |
| class | NodePort |
| class | Edge |
| class | DirectedEdge |
| class | UndirectedEdge |
| struct | NodeWithSockets |
| class | NodeWithSocketsRef |
Enumerations | |
| enum class | Attr_rankdir { LeftToRight , TopToBottom } |
| enum class | Attr_shape { Rectangle , Ellipse , Circle , Point , Diamond , Square } |
| enum class | Attr_arrowType { Normal , Inv , Dot , None , Empty , Box , Vee } |
| enum class | Attr_dirType { Forward , Back , Both , None } |
Functions | |
| std::string | color_attr_from_hsv (float h, float s, float v) |
| StringRef | rankdir_to_string (Attr_rankdir value) |
| StringRef | shape_to_string (Attr_shape value) |
| StringRef | arrowType_to_string (Attr_arrowType value) |
| StringRef | dirType_to_string (Attr_dirType value) |
|
strong |
| Enumerator | |
|---|---|
| Normal | |
| Inv | |
| Dot | |
| None | |
| Empty | |
| Box | |
| Vee | |
Definition at line 59 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| Forward | |
| Back | |
| Both | |
| None | |
Definition at line 90 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| LeftToRight | |
| TopToBottom | |
Definition at line 15 of file BLI_dot_export_attribute_enums.hh.
|
strong |
| Enumerator | |
|---|---|
| Rectangle | |
| Ellipse | |
| Circle | |
| Point | |
| Diamond | |
| Square | |
Definition at line 31 of file BLI_dot_export_attribute_enums.hh.
|
inline |
Definition at line 69 of file BLI_dot_export_attribute_enums.hh.
References Box, Dot, Empty, Inv, None, Normal, and Vee.
Referenced by blender::dot_export::Edge::set_arrowhead(), and blender::dot_export::Edge::set_arrowtail().
Definition at line 260 of file dot_export.cc.
References v.
Referenced by blender::dot_export::Cluster::set_random_cluster_bgcolors().
|
inline |
Definition at line 97 of file BLI_dot_export_attribute_enums.hh.
References Back, Both, Forward, and None.
Referenced by blender::dot_export::Edge::set_dir().
|
inline |
Definition at line 20 of file BLI_dot_export_attribute_enums.hh.
References LeftToRight, and TopToBottom.
Referenced by blender::dot_export::Graph::set_rankdir().
|
inline |
Definition at line 40 of file BLI_dot_export_attribute_enums.hh.
References Circle, Diamond, Ellipse, Point, Rectangle, and Square.
Referenced by blender::dot_export::Node::set_shape().