|
Blender V5.0
|
#include <DNA_attribute_types.h>
Inherited by blender::bke::AttributeStorage.
Public Attributes | |
| struct Attribute * | dna_attributes |
| int | dna_attributes_num |
| char | _pad [4] |
| AttributeStorageRuntimeHandle * | runtime |
The DNA type for storing attribute values. Logic at runtime is handled by the runtime struct. The DNA data here is created just for file reading and writing.
Definition at line 56 of file DNA_attribute_types.h.
| char AttributeStorage::_pad[4] |
Definition at line 61 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::AttributeStorage().
| struct Attribute* AttributeStorage::dna_attributes |
Definition at line 58 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::blend_read(), blender::bke::AttributeStorage::blend_write(), grease_pencil_blend_write(), and pointcloud_blend_write().
| int AttributeStorage::dna_attributes_num |
Definition at line 59 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::blend_read(), blender::bke::AttributeStorage::blend_write(), grease_pencil_blend_write(), and pointcloud_blend_write().
| AttributeStorageRuntimeHandle* AttributeStorage::runtime |
Definition at line 63 of file DNA_attribute_types.h.
Referenced by blender::bke::AttributeStorage::add(), blender::bke::AttributeStorage::at_index(), blender::bke::AttributeStorage::at_index(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::AttributeStorage(), blender::bke::AttributeStorage::blend_read(), blender::bke::AttributeStorage::count(), blender::bke::AttributeStorage::count_memory(), blender::bke::AttributeStorage::foreach(), blender::bke::AttributeStorage::foreach(), blender::bke::AttributeStorage::foreach_with_stop(), blender::bke::AttributeStorage::foreach_with_stop(), blender::bke::AttributeStorage::foreach_working_space_color(), blender::bke::AttributeStorage::index_of(), blender::bke::AttributeStorage::lookup(), blender::bke::AttributeStorage::lookup(), blender::bke::AttributeStorage::remove(), blender::bke::AttributeStorage::rename(), and blender::bke::AttributeStorage::~AttributeStorage().