|
Blender V4.3
|
#include "intern/builder/deg_builder_transitive.h"#include "MEM_guardedalloc.h"#include "intern/node/deg_node.hh"#include "intern/node/deg_node_component.hh"#include "intern/node/deg_node_operation.hh"#include "intern/debug/deg_debug.h"#include "intern/depsgraph.hh"#include "intern/depsgraph_relation.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::deg |
Enumerations | |
| enum | { blender::deg::OP_VISITED = 1 , blender::deg::OP_REACHABLE = 2 } |
Functions | |
| static void | blender::deg::deg_graph_tag_paths_recursive (Node *node) |
| void | blender::deg::deg_graph_transitive_reduction (Depsgraph *graph) |