Blender V4.5
FN_multi_function_params.hh File Reference

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
 

Detailed Description

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.