Blender V4.3
blender::dot::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::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 237 of file dot_export.cc.

References export__as_id().

◆ export__as_id()

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

Definition at line 232 of file dot_export.cc.

Referenced by export__as_declaration(), and blender::dot::NodePort::to_dot_string().

◆ parent_cluster()

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

Definition at line 139 of file BLI_dot_export.hh.

◆ set_background_color()

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

◆ set_parent_cluster() [1/2]

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

Definition at line 134 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: