|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::dot |
| 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.