|
Blender V5.0
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::dot_export |
| namespace | blender::fn |
| namespace | blender::fn::lazy_function |
Typedefs | |
| using | blender::fn::lazy_function::GraphInputSocket = OutputSocket |
| using | blender::fn::lazy_function::GraphOutputSocket = InputSocket |
This file contains a graph data structure that allows composing multiple lazy-functions into a combined lazy-function.
There are two types of nodes in the graph:
Definition in file FN_lazy_function_graph.hh.