Blender  V3.3
Namespaces | Typedefs | Functions
depsgraph_registry.cc File Reference
#include "intern/depsgraph_registry.h"
#include "BLI_utildefines.h"
#include "intern/depsgraph.h"

Go to the source code of this file.

Namespaces

 blender
 
 blender::deg
 

Typedefs

using blender::deg::GraphRegistry = Map< Main *, 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)