Blender V4.5
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)
 
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 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()

◆ new_node()

◆ set_random_cluster_bgcolors()

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

◆ set_rankdir()

Member Data Documentation

◆ attributes

Attributes blender::dot_export::Graph::attributes

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