Blender
V3.3
|
#include <mutex>
#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::MFParamsBuilder |
class | blender::fn::MFParams |
Namespaces | |
blender | |
blender::fn | |
This file provides an MFParams and MFParamsBuilder structure.
MFParamsBuilder
is used by a function caller to be prepare all parameters that are passed into the function. MFParams
is then used inside the called function to access the parameters.
Definition in file FN_multi_function_params.hh.