Blender
V5.0
source
blender
depsgraph
intern
depsgraph_registry.hh
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2019 Blender Authors
2
*
3
* SPDX-License-Identifier: GPL-2.0-or-later */
4
8
9
#pragma once
10
11
#include "
BLI_span.hh
"
12
13
struct
Main
;
14
15
namespace
blender::deg
{
16
17
struct
Depsgraph
;
18
19
void
register_graph
(
Depsgraph
*
depsgraph
);
20
void
unregister_graph
(
Depsgraph
*
depsgraph
);
21
Span<Depsgraph *>
get_all_registered_graphs
(Main *bmain);
22
23
}
// namespace blender::deg
BLI_span.hh
depsgraph
BPy_StructRNA * depsgraph
Definition
bpy_driver.cc:173
blender::deg
Definition
DEG_depsgraph_light_linking.hh:14
blender::deg::get_all_registered_graphs
Span< Depsgraph * > get_all_registered_graphs(Main *bmain)
Definition
depsgraph_registry.cc:64
blender::deg::unregister_graph
void unregister_graph(Depsgraph *depsgraph)
Definition
depsgraph_registry.cc:49
blender::deg::register_graph
void register_graph(Depsgraph *depsgraph)
Definition
depsgraph_registry.cc:38
Main
Definition
BKE_main.hh:160
blender::deg::Depsgraph
Definition
depsgraph.hh:48
Generated on
for Blender by
doxygen
1.16.1