|
Blender V4.3
|
#include <mutex>#include <variant>#include "BLI_generic_pointer.hh"#include "BLI_generic_vector_array.hh"#include "BLI_generic_virtual_vector_array.hh"#include "BLI_resource_scope.hh"#include "FN_multi_function_signature.hh"Go to the source code of this file.
Classes | |
| class | blender::fn::multi_function::ParamsBuilder |
| class | blender::fn::multi_function::Params |
Namespaces | |
| namespace | blender |
| namespace | blender::fn |
| namespace | blender::fn::multi_function |
This file provides an Params and ParamsBuilder structure.
ParamsBuilder is used by a function caller to be prepare all parameters that are passed into the function. Params is then used inside the called function to access the parameters.
Definition in file FN_multi_function_params.hh.