Blender V4.3
depsgraph_registry.cc File Reference
#include <memory>
#include <mutex>
#include "intern/depsgraph_registry.hh"
#include "BLI_utildefines.h"
#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 GraphRegistryblender::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)