Blender V4.5
DEGObjectIterData Struct Reference

#include <DEG_depsgraph_query.hh>

Public Member Functions

DEGObjectIterDataoperator= (const DEGObjectIterData &other)

Public Attributes

DEGObjectIterSettingssettings
Depsgraph * graph
int flag
Scenescene
eEvaluationMode eval_mode
Objectobject_orig_with_preview
Objectnext_object
Objectdupli_parent
ListBasedupli_list
DupliObjectdupli_object_next
DupliObjectdupli_object_current
Object temp_dupli_object
blender::bke::ObjectRuntime temp_dupli_object_runtime
size_t id_node_index
size_t num_id_nodes

Detailed Description

Definition at line 249 of file DEG_depsgraph_query.hh.

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ dupli_list

ListBase* DEGObjectIterData::dupli_list

Definition at line 268 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ dupli_object_current

DupliObject* DEGObjectIterData::dupli_object_current

Definition at line 273 of file DEG_depsgraph_query.hh.

Referenced by blender::draw::ObjectRef::ObjectRef(), and operator=().

◆ dupli_object_next

DupliObject* DEGObjectIterData::dupli_object_next

Definition at line 270 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ dupli_parent

Object* DEGObjectIterData::dupli_parent

Definition at line 266 of file DEG_depsgraph_query.hh.

Referenced by blender::draw::ObjectRef::ObjectRef(), and operator=().

◆ eval_mode

eEvaluationMode DEGObjectIterData::eval_mode

Definition at line 256 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ flag

int DEGObjectIterData::flag

Definition at line 252 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ graph

Depsgraph* DEGObjectIterData::graph

Definition at line 251 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ id_node_index

size_t DEGObjectIterData::id_node_index

Definition at line 280 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ next_object

Object* DEGObjectIterData::next_object

Definition at line 261 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ num_id_nodes

size_t DEGObjectIterData::num_id_nodes

Definition at line 281 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ object_orig_with_preview

Object* DEGObjectIterData::object_orig_with_preview

Object whose preview instead of evaluated geometry should be part of the iterator.

Definition at line 259 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ scene

Scene* DEGObjectIterData::scene

Definition at line 254 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ settings

DEGObjectIterSettings* DEGObjectIterData::settings

Definition at line 250 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ temp_dupli_object

Object DEGObjectIterData::temp_dupli_object

Definition at line 276 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ temp_dupli_object_runtime

blender::bke::ObjectRuntime DEGObjectIterData::temp_dupli_object_runtime

Definition at line 277 of file DEG_depsgraph_query.hh.

Referenced by operator=().


The documentation for this struct was generated from the following files: