Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::dot::Graph Class Reference

#include <BLI_dot_export.hh>

Inheritance diagram for blender::dot::Graph:
blender::dot::DirectedGraph 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 51 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()

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

◆ new_node()

Node & blender::dot::Graph::new_node ( StringRef  label)

◆ set_random_cluster_bgcolors()

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

Definition at line 87 of file dot_export.cc.

◆ 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: