Blender  V3.3
Public Member Functions | List of all members
blender::dot::UndirectedEdge Class Reference

#include <BLI_dot_export.hh>

Inheritance diagram for blender::dot::UndirectedEdge:
blender::dot::Edge blender::NonCopyable blender::NonMovable

Public Member Functions

 UndirectedEdge (NodePort a, NodePort b)
 
void export__as_edge_statement (std::stringstream &ss) const
 
- Public Member Functions inherited from blender::dot::Edge
 Edge (NodePort a, NodePort b)
 
void set_arrowhead (Attr_arrowType type)
 
void set_arrowtail (Attr_arrowType type)
 
void set_dir (Attr_dirType type)
 
void set_label (StringRef label)
 

Additional Inherited Members

- Public Attributes inherited from blender::dot::Edge
Attributes attributes
 
- Protected Attributes inherited from blender::dot::Edge
NodePort a_
 
NodePort b_
 

Detailed Description

Definition at line 240 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ UndirectedEdge()

blender::dot::UndirectedEdge::UndirectedEdge ( NodePort  a,
NodePort  b 
)
inline

Definition at line 242 of file BLI_dot_export.hh.

Member Function Documentation

◆ export__as_edge_statement()

void blender::dot::UndirectedEdge::export__as_edge_statement ( std::stringstream &  ss) const

The documentation for this class was generated from the following files: