Blender V4.3
blender::dot::UndirectedEdge Class Reference

#include <BLI_dot_export.hh>

Inherits blender::dot::Edge.

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 237 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ UndirectedEdge()

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

Definition at line 239 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: