Blender
V4.3
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
9
#pragma once
10
11
#include "
intern/depsgraph_type.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
depsgraph
const Depsgraph * depsgraph
Definition
deg_eval_copy_on_write.cc:494
depsgraph_type.hh
blender::deg
Definition
DEG_depsgraph_light_linking.hh:18
blender::deg::get_all_registered_graphs
Span< Depsgraph * > get_all_registered_graphs(Main *bmain)
Definition
depsgraph_registry.cc:65
blender::deg::unregister_graph
void unregister_graph(Depsgraph *depsgraph)
Definition
depsgraph_registry.cc:50
blender::deg::register_graph
void register_graph(Depsgraph *depsgraph)
Definition
depsgraph_registry.cc:39
Main
Definition
BKE_main.hh:122
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0