Blender  V3.3
Enumerations | Functions
blender ::dot Namespace Reference

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)
 

Enumeration Type Documentation

◆ Attr_arrowType

enum blender ::dot::Attr_arrowType
strong
Enumerator
Normal 
Inv 
Dot 
None 
Empty 
Box 
Vee 

Definition at line 53 of file BLI_dot_export_attribute_enums.hh.

◆ Attr_dirType

enum blender ::dot::Attr_dirType
strong
Enumerator
Forward 
Back 
Both 
None 

Definition at line 84 of file BLI_dot_export_attribute_enums.hh.

◆ Attr_rankdir

enum blender ::dot::Attr_rankdir
strong
Enumerator
LeftToRight 
TopToBottom 

Definition at line 9 of file BLI_dot_export_attribute_enums.hh.

◆ Attr_shape

enum blender ::dot::Attr_shape
strong
Enumerator
Rectangle 
Ellipse 
Circle 
Point 
Diamond 
Square 

Definition at line 25 of file BLI_dot_export_attribute_enums.hh.

Function Documentation

◆ arrowType_to_string()

StringRef blender ::dot::arrowType_to_string ( Attr_arrowType  value)
inline

◆ dirType_to_string()

StringRef blender ::dot::dirType_to_string ( Attr_dirType  value)
inline

Definition at line 91 of file BLI_dot_export_attribute_enums.hh.

Referenced by blender::dot::Edge::set_dir().

◆ rankdir_to_string()

StringRef blender ::dot::rankdir_to_string ( Attr_rankdir  value)
inline

Definition at line 14 of file BLI_dot_export_attribute_enums.hh.

Referenced by blender::dot::Graph::set_rankdir().

◆ shape_to_string()

StringRef blender ::dot::shape_to_string ( Attr_shape  value)
inline

Definition at line 34 of file BLI_dot_export_attribute_enums.hh.

References Square.

Referenced by blender::dot::Node::set_shape().