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

#include <BLI_dot_export.hh>

Inherited by blender::dot::DirectedGraph, and blender::dot::UndirectedGraph.

Public Member Functions

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 ()

Public Attributes

Attributes attributes

Detailed Description

Definition at line 53 of file BLI_dot_export.hh.

Member Function Documentation

◆ export__declare_nodes_and_clusters()

void blender::dot::Graph::export__declare_nodes_and_clusters ( std::stringstream & ss) const

◆ new_cluster()

◆ new_node()

◆ set_random_cluster_bgcolors()

void blender::dot::Graph::set_random_cluster_bgcolors ( )

Definition at line 91 of file dot_export.cc.

Referenced by blender::nodes::DerivedNodeTree::to_dot().

◆ set_rankdir()

void blender::dot::Graph::set_rankdir ( Attr_rankdir rankdir)
inline

Member Data Documentation

◆ attributes

Attributes blender::dot::Graph::attributes

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