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

#include <BLI_dot_export.hh>

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

Public Member Functions

Nodenew_node (StringRef label)
Cluster & new_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 55 of file BLI_dot_export.hh.

Member Function Documentation

◆ export__declare_nodes_and_clusters()

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

◆ new_cluster()

Cluster & blender::dot_export::Graph::new_cluster ( StringRef label = "")

◆ new_node()

◆ set_random_cluster_bgcolors()

void blender::dot_export::Graph::set_random_cluster_bgcolors ( )

Definition at line 95 of file dot_export.cc.

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

◆ set_rankdir()

Member Data Documentation

◆ attributes

Attributes blender::dot_export::Graph::attributes

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