|
Blender V5.0
|
#include <NOD_geo_index_switch.hh>
Inherits blender::nodes::socket_items::SocketItemsAccessorDefaults.
Public Types | |
| using | ItemT = IndexSwitchItem |
Static Public Member Functions | |
| static socket_items::SocketItemsRef< IndexSwitchItem > | get_items_from_node (bNode &node) |
| static void | copy_item (const IndexSwitchItem &src, IndexSwitchItem &dst) |
| static void | destruct_item (IndexSwitchItem *) |
| static void | blend_write_item (BlendWriter *writer, const ItemT &item) |
| static void | blend_read_data_item (BlendDataReader *reader, ItemT &item) |
| static void | init (bNode &node, IndexSwitchItem &item) |
| static std::string | socket_identifier_for_item (const IndexSwitchItem &item) |
Static Public Attributes | |
| static StructRNA * | item_srna = &RNA_IndexSwitchItem |
| static int | node_type |
| static constexpr StringRefNull | node_idname = "GeometryNodeIndexSwitch" |
| static constexpr bool | has_type = false |
| static constexpr bool | has_name = false |
| Static Public Attributes inherited from blender::nodes::socket_items::SocketItemsAccessorDefaults | |
| static constexpr bool | has_single_identifier_str = true |
| static constexpr bool | has_name_validation = false |
| static constexpr bool | has_custom_initial_name = false |
| static constexpr bool | has_vector_dimensions = false |
| static constexpr bool | can_have_empty_name = false |
| static constexpr char | unique_name_separator = '.' |
Makes it possible to use various functions (e.g. the ones in NOD_socket_items.hh) for index switch items.
Definition at line 17 of file NOD_geo_index_switch.hh.
Definition at line 18 of file NOD_geo_index_switch.hh.
|
static |
Definition at line 503 of file node_geo_index_switch.cc.
|
static |
Definition at line 499 of file node_geo_index_switch.cc.
|
inlinestatic |
Definition at line 31 of file NOD_geo_index_switch.hh.
|
inlinestatic |
Definition at line 36 of file NOD_geo_index_switch.hh.
|
inlinestatic |
Definition at line 25 of file NOD_geo_index_switch.hh.
References bNode::storage.
|
inlinestatic |
Definition at line 41 of file NOD_geo_index_switch.hh.
References IndexSwitchItem::identifier, and bNode::storage.
|
inlinestatic |
Definition at line 47 of file NOD_geo_index_switch.hh.
References IndexSwitchItem::identifier.
Referenced by blender::nodes::node_geo_index_switch_cc::node_declare().
|
staticconstexpr |
Definition at line 23 of file NOD_geo_index_switch.hh.
|
staticconstexpr |
Definition at line 22 of file NOD_geo_index_switch.hh.
|
static |
Definition at line 19 of file NOD_geo_index_switch.hh.
|
staticconstexpr |
Definition at line 21 of file NOD_geo_index_switch.hh.
|
static |
Definition at line 20 of file NOD_geo_index_switch.hh.