|
Blender V5.0
|
#include <node_graph.h>
Public Member Functions | |
| uint64_t | hash () const |
| bool | operator== (const NodeKey &other) const |
Public Attributes | |
| const bNode * | node |
| std::string | socket_name |
| NodeItem::Type | to_type |
| MaterialX::GraphElement * | graph_element |
Definition at line 52 of file node_graph.h.
| uint64_t blender::nodes::materialx::NodeGraph::NodeKey::hash | ( | ) | const |
Definition at line 39 of file node_graph.cc.
References blender::get_default_hash(), graph_element, node, socket_name, and to_type.
| bool blender::nodes::materialx::NodeGraph::NodeKey::operator== | ( | const NodeKey & | other | ) | const |
Definition at line 44 of file node_graph.cc.
References graph_element, node, socket_name, and to_type.
| MaterialX::GraphElement* blender::nodes::materialx::NodeGraph::NodeKey::graph_element |
Definition at line 56 of file node_graph.h.
Referenced by hash(), and operator==().
| const bNode* blender::nodes::materialx::NodeGraph::NodeKey::node |
Definition at line 53 of file node_graph.h.
Referenced by hash(), and operator==().
| std::string blender::nodes::materialx::NodeGraph::NodeKey::socket_name |
Definition at line 54 of file node_graph.h.
Referenced by hash(), and operator==().
| NodeItem::Type blender::nodes::materialx::NodeGraph::NodeKey::to_type |
Definition at line 55 of file node_graph.h.
Referenced by hash(), and operator==().