|
Blender V5.0
|
#include "BLI_map.hh"#include "BLI_mutex.hh"#include "BLI_vector_set.hh"#include "intern/depsgraph_registry.hh"#include "intern/depsgraph.hh"Go to the source code of this file.
Classes | |
| struct | blender::deg::GraphRegistry |
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Typedefs | |
| using | blender::deg::GraphSetPtr = std::unique_ptr<VectorSet<Depsgraph *>> |
Functions | |
| static GraphRegistry & | blender::deg::get_graph_registry () |
| void | blender::deg::register_graph (Depsgraph *depsgraph) |
| void | blender::deg::unregister_graph (Depsgraph *depsgraph) |
| Span< Depsgraph * > | blender::deg::get_all_registered_graphs (Main *bmain) |