|
Blender V4.3
|
#include <functional>#include <mutex>#include <stdlib.h>#include "MEM_guardedalloc.h"#include "DNA_ID.h"#include "BLI_threads.h"#include "DEG_depsgraph.hh"#include "DEG_depsgraph_physics.hh"#include "intern/debug/deg_debug.h"#include "intern/depsgraph_light_linking.hh"#include "intern/depsgraph_type.hh"Go to the source code of this file.
Classes | |
| struct | blender::deg::Depsgraph |
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Data-types for internal use in the Depsgraph
All of these data-types are only really used within the "core" depsgraph. In particular, node types declared here form the structure of operations in the graph.
Definition in file depsgraph.hh.