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

#include <BLI_dot_export.hh>

Public Member Functions

 Cluster (Graph &graph)
void export__declare_nodes_and_clusters (std::stringstream &ss) const
std::string name () const
void set_parent_cluster (Cluster *new_parent)
void set_parent_cluster (Cluster &cluster)
Clusterparent_cluster ()
void set_random_cluster_bgcolors ()
bool contains (Node &node) const

Public Attributes

Attributes attributes

Detailed Description

Definition at line 82 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ Cluster()

blender::dot_export::Cluster::Cluster ( Graph & graph)
inline

Member Function Documentation

◆ contains()

bool blender::dot_export::Cluster::contains ( Node & node) const

◆ export__declare_nodes_and_clusters()

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

Definition at line 176 of file dot_export.cc.

References attributes, Cluster(), and name().

◆ name()

std::string blender::dot_export::Cluster::name ( ) const
inline

◆ parent_cluster()

Cluster * blender::dot_export::Cluster::parent_cluster ( )
inline

Definition at line 110 of file BLI_dot_export.hh.

References Cluster().

◆ set_parent_cluster() [1/2]

void blender::dot_export::Cluster::set_parent_cluster ( Cluster & cluster)
inline

Definition at line 105 of file BLI_dot_export.hh.

References Cluster(), and set_parent_cluster().

◆ set_parent_cluster() [2/2]

void blender::dot_export::Cluster::set_parent_cluster ( Cluster * new_parent)

◆ set_random_cluster_bgcolors()

void blender::dot_export::Cluster::set_random_cluster_bgcolors ( )

Member Data Documentation

◆ attributes


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