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

#include <BLI_dot_export.hh>

Inheritance diagram for blender::dot::DirectedGraph:
blender::dot::Graph

Public Member Functions

std::string to_dot_string () const
 
DirectedEdgenew_edge (NodePort from, NodePort to)
 
- Public Member Functions inherited from blender::dot::Graph
Nodenew_node (StringRef label)
 
Clusternew_cluster (StringRef label="")
 
void export__declare_nodes_and_clusters (std::stringstream &ss) const
 
void set_rankdir (Attr_rankdir rankdir)
 
void set_random_cluster_bgcolors ()
 

Additional Inherited Members

- Public Attributes inherited from blender::dot::Graph
Attributes attributes
 

Detailed Description

Definition at line 173 of file BLI_dot_export.hh.

Member Function Documentation

◆ new_edge()

DirectedEdge & blender::dot::DirectedGraph::new_edge ( NodePort  from,
NodePort  to 
)

◆ to_dot_string()

std::string blender::dot::DirectedGraph::to_dot_string ( ) const

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