|
Blender V5.0
|
Public Member Functions | |
| InstancesKey (Object *object, ID *ob_data, InstancesFlags flags, const blender::bke::GeometrySet *preview_base_geometry, int preview_instance_index) | |
| uint64_t | hash () const |
| bool | operator== (const InstancesKey &k) const |
Public Attributes | |
| uint64_t | hash_value |
| Object * | object |
| ID * | ob_data |
| const blender::bke::GeometrySet * | preview_base_geometry |
| int | preview_instance_index |
| InstancesFlags | flags |
Definition at line 721 of file draw_context.cc.
|
inline |
Definition at line 730 of file draw_context.cc.
References flags, blender::get_default_hash(), hash_value, ob_data, object, preview_base_geometry, and preview_instance_index.
Referenced by operator==().
|
inline |
Definition at line 748 of file draw_context.cc.
References hash_value.
|
inline |
Definition at line 753 of file draw_context.cc.
References flags, hash_value, InstancesKey(), ob_data, object, preview_base_geometry, and preview_instance_index.
| InstancesFlags blender::draw::InstancesKey::flags |
Definition at line 728 of file draw_context.cc.
Referenced by InstancesKey(), and operator==().
| uint64_t blender::draw::InstancesKey::hash_value |
Definition at line 722 of file draw_context.cc.
Referenced by hash(), InstancesKey(), and operator==().
| ID* blender::draw::InstancesKey::ob_data |
Definition at line 725 of file draw_context.cc.
Referenced by InstancesKey(), and operator==().
| Object* blender::draw::InstancesKey::object |
Definition at line 724 of file draw_context.cc.
Referenced by InstancesKey(), and operator==().
| const blender::bke::GeometrySet* blender::draw::InstancesKey::preview_base_geometry |
Definition at line 726 of file draw_context.cc.
Referenced by InstancesKey(), and operator==().
| int blender::draw::InstancesKey::preview_instance_index |
Definition at line 727 of file draw_context.cc.
Referenced by InstancesKey(), and operator==().