|
Blender V5.0
|
#include <NOD_geometry_nodes_list.hh>
Static Public Member Functions | |
| static SingleData | ForValue (const GPointer &value) |
| static SingleData | ForDefaultValue (const CPPType &type) |
Public Attributes | |
| void * | value |
| ImplicitSharingPtr | sharing_info |
Definition at line 28 of file NOD_geometry_nodes_list.hh.
|
static |
Definition at line 117 of file geometry_nodes_list.cc.
References blender::CPPType::default_value(), and ForValue().
|
static |
Definition at line 107 of file geometry_nodes_list.cc.
References blender::CPPType::alignment, blender::CPPType::copy_construct(), blender::nodes::List::data(), MEM_mallocN_aligned(), blender::nodes::sharing_ptr_for_value(), blender::CPPType::size, and value.
Referenced by ForDefaultValue().
| ImplicitSharingPtr blender::nodes::List::SingleData::sharing_info |
Definition at line 31 of file NOD_geometry_nodes_list.hh.
| void* blender::nodes::List::SingleData::value |
Definition at line 30 of file NOD_geometry_nodes_list.hh.
Referenced by ForValue().