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

#include <BLI_dot_export.hh>

Public Member Functions

 Node (Graph &graph)
void set_parent_cluster (Cluster *cluster)
void set_parent_cluster (Cluster &cluster)
Clusterparent_cluster ()
void set_shape (Attr_shape shape)
void set_background_color (StringRef name)
void export__as_id (std::stringstream &ss) const
void export__as_declaration (std::stringstream &ss) const

Public Attributes

Attributes attributes

Detailed Description

Definition at line 120 of file BLI_dot_export.hh.

Constructor & Destructor Documentation

◆ Node()

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

Definition at line 130 of file BLI_dot_export.hh.

Member Function Documentation

◆ export__as_declaration()

void Node::export__as_declaration ( std::stringstream & ss) const

Definition at line 241 of file dot_export.cc.

References attributes, and export__as_id().

◆ export__as_id()

void Node::export__as_id ( std::stringstream & ss) const

Definition at line 236 of file dot_export.cc.

Referenced by export__as_declaration().

◆ parent_cluster()

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

Definition at line 138 of file BLI_dot_export.hh.

Referenced by blender::dot_export::Cluster::contains().

◆ set_background_color()

void blender::dot_export::Node::set_background_color ( StringRef name)
inline

◆ set_parent_cluster() [1/2]

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

Definition at line 133 of file BLI_dot_export.hh.

References set_parent_cluster().

◆ set_parent_cluster() [2/2]

◆ set_shape()

Member Data Documentation

◆ attributes


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