|
| const FloatMathOperationInfo * | blender::nodes::get_float_math_operation_info (const int operation) |
| |
| const FloatMathOperationInfo * | blender::nodes::get_float3_math_operation_info (const int operation) |
| |
| const FloatMathOperationInfo * | blender::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) |
| |