|
Blender V5.0
|
#include <NOD_derived_node_tree.hh>
Public Member Functions | |
#DTreeContext Inline Methods | |
| const bNodeTree & | btree () const |
| const DTreeContext * | parent_context () const |
| const bNode * | parent_node () const |
| bNodeInstanceKey | instance_key () const |
| const DTreeContext * | child_context (const bNode &node) const |
| const DerivedNodeTree & | derived_tree () const |
| bool | is_root () const |
The context attached to every node or socket in a derived node tree. It can be used to determine the place of a node in a hierarchy of node groups.
Contexts are organized in a tree data structure to avoid having to store the entire path to the root node group for every node/socket.
Definition at line 39 of file NOD_derived_node_tree.hh.
|
inline |
Definition at line 241 of file NOD_derived_node_tree.hh.
Referenced by blender::compositor::add_file_output_nodes(), blender::compositor::add_output_nodes(), blender::compositor::find_viewer_node_in_context(), blender::nodes::DOutputSocket::get_active_corresponding_group_output_socket(), and blender::nodes::DInputSocket::get_corresponding_group_input_sockets().
|
inline |
Definition at line 261 of file NOD_derived_node_tree.hh.
Referenced by blender::compositor::add_file_output_nodes().
|
inline |
Definition at line 266 of file NOD_derived_node_tree.hh.
|
inline |
Definition at line 256 of file NOD_derived_node_tree.hh.
|
inline |
Definition at line 271 of file NOD_derived_node_tree.hh.
Referenced by blender::compositor::is_tree_context_muted(), and blender::nodes::DerivedNodeTree::to_dot().
|
inline |
Definition at line 246 of file NOD_derived_node_tree.hh.
Referenced by blender::compositor::is_tree_context_muted().
|
inline |
Definition at line 251 of file NOD_derived_node_tree.hh.
Referenced by blender::compositor::is_tree_context_muted().