Blender  V3.3
Classes | Namespaces | Functions
FN_multi_function_data_type.hh File Reference
#include "BLI_cpp_type.hh"

Go to the source code of this file.

Classes

class  blender::fn::MFDataType
 

Namespaces

 blender
 
 blender::fn
 

Functions

bool blender::fn::operator== (const MFDataType &a, const MFDataType &b)
 
bool blender::fn::operator!= (const MFDataType &a, const MFDataType &b)
 

Detailed Description

A MFDataType describes what type of data a multi-function gets as input, outputs or mutates. Currently, only individual elements or vectors of elements are supported. Adding more data types is possible when necessary.

Definition in file FN_multi_function_data_type.hh.