Blender V5.0
blender::dot_export::DirectedEdge Class Reference

#include <BLI_dot_export.hh>

Inherits blender::dot_export::Edge.

Public Member Functions

 DirectedEdge (NodePort from, NodePort to)
void export__as_edge_statement (std::stringstream &ss) const
Public Member Functions inherited from blender::dot_export::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_export::Edge
Attributes attributes
Protected Attributes inherited from blender::dot_export::Edge
NodePort a_
NodePort b_

Detailed Description

Definition at line 228 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ DirectedEdge()

blender::dot_export::DirectedEdge::DirectedEdge ( NodePort from,
NodePort to )
inline

Definition at line 230 of file BLI_dot_export.hh.

References blender::dot_export::Edge::Edge().

Member Function Documentation

◆ export__as_edge_statement()

void blender::dot_export::DirectedEdge::export__as_edge_statement ( std::stringstream & ss) const

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