|
Blender
V2.93
|
Namespaces | |
| cpp_type_util | |
| mf_network_optimization | |
| multi_function_types | |
| tests | |
Enumerations | |
Value Types | |
| enum class | ValueType { InputSingle , InputVector , OutputSingle , OutputVector , OwnSingle , OwnVector } |
Functions | |
| template<typename T > | |
| std::unique_ptr< const CPPType > | create_cpp_type (StringRef name, const T &default_value) |
| bool | operator== (const MFDataType &a, const MFDataType &b) |
| bool | operator!= (const MFDataType &a, const MFDataType &b) |
| bool | operator== (const MFParamType &a, const MFParamType &b) |
| bool | operator!= (const MFParamType &a, const MFParamType &b) |
| static std::string | gspan_to_string (GSpan array) |
Variables | |
| const MultiFunction & | dummy_multi_function = dummy_multi_function_ |
| static DummyMultiFunction | dummy_multi_function_ |
|
strong |
| Enumerator | |
|---|---|
| InputSingle | |
| InputVector | |
| OutputSingle | |
| OutputVector | |
| OwnSingle | |
| OwnVector | |
Definition at line 425 of file multi_function_network_evaluation.cc.
|
inline |
Definition at line 231 of file FN_cpp_type_make.hh.
|
static |
Definition at line 59 of file multi_function_builder.cc.
References min, and array< T, alignment >::size().
Referenced by blender::fn::CustomMF_GenericConstantArray::CustomMF_GenericConstantArray().
|
inline |
Definition at line 122 of file FN_multi_function_data_type.hh.
|
inline |
Definition at line 160 of file FN_multi_function_param_type.hh.
|
inline |
Definition at line 117 of file FN_multi_function_data_type.hh.
|
inline |
Definition at line 155 of file FN_multi_function_param_type.hh.
| const MultiFunction & blender::fn::dummy_multi_function = dummy_multi_function_ |
Definition at line 43 of file multi_function.cc.
Referenced by get_multi_function().
|
static |
Definition at line 42 of file multi_function.cc.