Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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

◆ export__as_id()

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

Definition at line 228 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 141 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 136 of file BLI_dot_export.hh.

References set_parent_cluster().

◆ set_parent_cluster() [2/2]

void Node::set_parent_cluster ( Cluster cluster)

◆ set_shape()

void blender::dot::Node::set_shape ( Attr_shape  shape)
inline

Member Data Documentation

◆ attributes

Attributes blender::dot::Node::attributes

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