Blender
V3.3
source
blender
depsgraph
intern
depsgraph_registry.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2019 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
#include "
intern/depsgraph_type.h
"
11
12
struct
Main
;
13
14
namespace
blender::deg
{
15
16
struct
Depsgraph
;
17
18
void
register_graph
(
Depsgraph
*
depsgraph
);
19
void
unregister_graph
(
Depsgraph
*
depsgraph
);
20
Span<Depsgraph *>
get_all_registered_graphs
(
Main
*bmain);
21
22
}
// namespace blender::deg
Depsgraph
struct Depsgraph Depsgraph
Definition:
DEG_depsgraph.h:35
depsgraph
const Depsgraph * depsgraph
Definition:
deg_eval_copy_on_write.cc:499
depsgraph_type.h
blender::deg
Definition:
deg_builder.cc:40
blender::deg::get_all_registered_graphs
Span< Depsgraph * > get_all_registered_graphs(Main *bmain)
Definition:
depsgraph_registry.cc:42
blender::deg::unregister_graph
void unregister_graph(Depsgraph *depsgraph)
Definition:
depsgraph_registry.cc:29
blender::deg::register_graph
void register_graph(Depsgraph *depsgraph)
Definition:
depsgraph_registry.cc:23
Main
Definition:
BKE_main.h:121
Generated on Tue Oct 22 2024 13:18:25 for Blender by
doxygen
1.9.1