Blender
V3.3
|
This is the complete list of members for blender::bke::DataTypeConversions, including all inherited members.
add(fn::MFDataType from_type, fn::MFDataType to_type, const fn::MultiFunction &fn, void(*convert_single_to_initialized)(const void *src, void *dst), void(*convert_single_to_uninitialized)(const void *src, void *dst)) | blender::bke::DataTypeConversions | inline |
convert_to_initialized_n(GSpan from_span, GMutableSpan to_span) const | blender::bke::DataTypeConversions | |
convert_to_uninitialized(const CPPType &from_type, const CPPType &to_type, const void *from_value, void *to_value) const | blender::bke::DataTypeConversions | |
get_conversion_functions(fn::MFDataType from, fn::MFDataType to) const | blender::bke::DataTypeConversions | inline |
get_conversion_functions(const CPPType &from, const CPPType &to) const | blender::bke::DataTypeConversions | inline |
get_conversion_multi_function(fn::MFDataType from, fn::MFDataType to) const | blender::bke::DataTypeConversions | inline |
is_convertible(const CPPType &from_type, const CPPType &to_type) const | blender::bke::DataTypeConversions | inline |
try_convert(GVArray varray, const CPPType &to_type) const | blender::bke::DataTypeConversions | |
try_convert(GVMutableArray varray, const CPPType &to_type) const | blender::bke::DataTypeConversions | |
try_convert(fn::GField field, const CPPType &to_type) const | blender::bke::DataTypeConversions |