Blender V4.3
NOD_math_functions.hh File Reference

Go to the source code of this file.

Classes

struct  blender::nodes::FloatMathOperationInfo
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 

Functions

const FloatMathOperationInfoblender::nodes::get_float_math_operation_info (const int operation)
 
const FloatMathOperationInfoblender::nodes::get_float3_math_operation_info (const int operation)
 
const FloatMathOperationInfoblender::nodes::get_float_compare_operation_info (const int operation)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl_to_fl (const int operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl_fl_to_fl (const int operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl_fl_fl_to_fl (const int operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_fl3_to_fl3 (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_fl3_to_fl (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_fl3_fl3_to_fl3 (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_fl3_fl_to_fl3 (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_to_fl (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_fl_to_fl3 (const NodeVectorMathOperation operation, Callback &&callback)
 
template<typename Callback >
bool blender::nodes::try_dispatch_float_math_fl3_to_fl3 (const NodeVectorMathOperation operation, Callback &&callback)