Blender
V3.3
source
blender
depsgraph
intern
builder
deg_builder_transitive.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later
2
* Copyright 2015 Blender Foundation. All rights reserved. */
3
8
#pragma once
9
10
namespace
blender::deg
{
11
12
struct
Depsgraph
;
13
14
/* Performs a transitive reduction to remove redundant relations. */
15
void
deg_graph_transitive_reduction
(
Depsgraph
*
graph
);
16
17
}
// namespace blender::deg
Depsgraph
struct Depsgraph Depsgraph
Definition:
DEG_depsgraph.h:35
graph
Depsgraph * graph
Definition:
deg_builder_cycle.cc:56
blender::deg
Definition:
deg_builder.cc:40
blender::deg::deg_graph_transitive_reduction
void deg_graph_transitive_reduction(Depsgraph *graph)
Definition:
deg_builder_transitive.cc:56
Generated on Sat Jul 27 2024 14:57:55 for Blender by
doxygen
1.9.1