Blender
V3.3
|
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 | |
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 53 of file BLI_dot_export_attribute_enums.hh.
|
strong |
Enumerator | |
---|---|
Forward | |
Back | |
Both | |
None |
Definition at line 84 of file BLI_dot_export_attribute_enums.hh.
|
strong |
Enumerator | |
---|---|
LeftToRight | |
TopToBottom |
Definition at line 9 of file BLI_dot_export_attribute_enums.hh.
|
strong |
Enumerator | |
---|---|
Rectangle | |
Ellipse | |
Circle | |
Point | |
Diamond | |
Square |
Definition at line 25 of file BLI_dot_export_attribute_enums.hh.
|
inline |
Definition at line 63 of file BLI_dot_export_attribute_enums.hh.
Referenced by blender::dot::Edge::set_arrowhead(), and blender::dot::Edge::set_arrowtail().
|
inline |
Definition at line 91 of file BLI_dot_export_attribute_enums.hh.
Referenced by blender::dot::Edge::set_dir().
|
inline |
Definition at line 14 of file BLI_dot_export_attribute_enums.hh.
Referenced by blender::dot::Graph::set_rankdir().
|
inline |
Definition at line 34 of file BLI_dot_export_attribute_enums.hh.
References Square.
Referenced by blender::dot::Node::set_shape().