|
Blender
V2.93
|
#include <NOD_derived_node_tree.hh>
Public Member Functions | |
| DNode ()=default | |
| DNode (const DTreeContext *context, const NodeRef *node) | |
| const DTreeContext * | context () const |
| const NodeRef * | node_ref () const |
| const NodeRef * | operator-> () const |
| operator bool () const | |
| uint64_t | hash () const |
Friends | |
| bool | operator== (const DNode &a, const DNode &b) |
| bool | operator!= (const DNode &a, const DNode &b) |
Definition at line 77 of file NOD_derived_node_tree.hh.
|
default |
|
inline |
Definition at line 237 of file NOD_derived_node_tree.hh.
References BLI_assert, context(), node_ref(), blender::nodes::DTreeContext::tree(), and blender::nodes::NodeRef::tree().
|
inline |
Definition at line 243 of file NOD_derived_node_tree.hh.
Referenced by blender::nodes::MFNetworkTreeMap::add_try_match(), blender::nodes::create_function_for_node_that_expands_into_multiple(), DNode(), blender::nodes::foreach_node_to_insert(), blender::nodes::get_node_expand_type(), blender::nodes::insert_dummy_node(), and sh_node_math_expand_in_mf_network().
|
inline |
Definition at line 273 of file NOD_derived_node_tree.hh.
References blender::get_default_hash_2().
|
inline |
Definition at line 248 of file NOD_derived_node_tree.hh.
Referenced by DNode().
|
inline |
Definition at line 263 of file NOD_derived_node_tree.hh.
|
inline |
Definition at line 268 of file NOD_derived_node_tree.hh.
Definition at line 258 of file NOD_derived_node_tree.hh.
Definition at line 253 of file NOD_derived_node_tree.hh.