|
Blender V5.0
|
#include <deque>#include "DEG_depsgraph.hh"#include "DEG_depsgraph_query.hh"#include "intern/depsgraph.hh"#include "intern/depsgraph_relation.hh"#include "intern/node/deg_node.hh"#include "intern/node/deg_node_component.hh"#include "intern/node/deg_node_id.hh"#include "intern/node/deg_node_operation.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Functions | |
| void | DEG_foreach_dependent_ID (const Depsgraph *depsgraph, const ID *id, DEGForeachIDCallback callback) |
| void | DEG_foreach_dependent_ID_component (const Depsgraph *depsgraph, const ID *id, eDepsObjectComponentType source_component_type, int flags, DEGForeachIDComponentCallback callback) |
| void | DEG_foreach_ancestor_ID (const Depsgraph *depsgraph, const ID *id, DEGForeachIDCallback callback) |
| void | DEG_foreach_ID (const Depsgraph *depsgraph, DEGForeachIDCallback callback) |
Implementation of Querying and Filtering API's
Definition in file depsgraph_query_foreach.cc.
| void DEG_foreach_ancestor_ID | ( | const Depsgraph * | depsgraph, |
| const ID * | id, | ||
| DEGForeachIDCallback | callback ) |
Definition at line 261 of file depsgraph_query_foreach.cc.
References depsgraph.
| void DEG_foreach_dependent_ID | ( | const Depsgraph * | depsgraph, |
| const ID * | id, | ||
| DEGForeachIDCallback | callback ) |
Definition at line 244 of file depsgraph_query_foreach.cc.
References depsgraph.
| void DEG_foreach_dependent_ID_component | ( | const Depsgraph * | depsgraph, |
| const ID * | id, | ||
| eDepsObjectComponentType | source_component_type, | ||
| int | flags, | ||
| DEGForeachIDComponentCallback | callback ) |
Definition at line 251 of file depsgraph_query_foreach.cc.
References depsgraph.
Referenced by blender::ed::transform::flush_trans_object_base_deps_flag().
| void DEG_foreach_ID | ( | const Depsgraph * | depsgraph, |
| DEGForeachIDCallback | callback ) |
Definition at line 268 of file depsgraph_query_foreach.cc.
References depsgraph.