Blender V4.3
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 218 of file DEG_depsgraph_query.hh.

Member Function Documentation

◆ operator=()

Member Data Documentation

◆ dupli_list

ListBase* DEGObjectIterData::dupli_list

Definition at line 237 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ dupli_object_current

DupliObject* DEGObjectIterData::dupli_object_current

Definition at line 242 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ dupli_object_next

DupliObject* DEGObjectIterData::dupli_object_next

Definition at line 239 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ dupli_parent

Object* DEGObjectIterData::dupli_parent

Definition at line 235 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ eval_mode

eEvaluationMode DEGObjectIterData::eval_mode

Definition at line 225 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ flag

int DEGObjectIterData::flag

Definition at line 221 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ graph

Depsgraph* DEGObjectIterData::graph

Definition at line 220 of file DEG_depsgraph_query.hh.

◆ id_node_index

size_t DEGObjectIterData::id_node_index

Definition at line 249 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ next_object

Object* DEGObjectIterData::next_object

Definition at line 230 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ num_id_nodes

size_t DEGObjectIterData::num_id_nodes

Definition at line 250 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 228 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ scene

Scene* DEGObjectIterData::scene

Definition at line 223 of file DEG_depsgraph_query.hh.

◆ settings

DEGObjectIterSettings* DEGObjectIterData::settings

Definition at line 219 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ temp_dupli_object

Object DEGObjectIterData::temp_dupli_object

Definition at line 245 of file DEG_depsgraph_query.hh.

Referenced by operator=().

◆ temp_dupli_object_runtime

blender::bke::ObjectRuntime DEGObjectIterData::temp_dupli_object_runtime

Definition at line 246 of file DEG_depsgraph_query.hh.

Referenced by operator=().


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