Blender
V3.3
|
#include "FN_multi_function_data_type.hh"
Go to the source code of this file.
Classes | |
struct | blender::fn::MFParamTag< Category, T > |
class | blender::fn::MFParamType |
Namespaces | |
blender | |
blender::fn | |
Functions | |
bool | blender::fn::operator== (const MFParamType &a, const MFParamType &b) |
bool | blender::fn::operator!= (const MFParamType &a, const MFParamType &b) |
A multi-function has an arbitrary amount of parameters. Every parameter belongs to one of three interface types:
Furthermore, every parameter has a MFDataType that describes what kind of data is being passed around.
Definition in file FN_multi_function_param_type.hh.