Blender  V3.3
Classes | Namespaces | Functions
NOD_math_functions.hh File Reference
#include "DNA_node_types.h"
#include "BLI_math_base_safe.h"
#include "BLI_math_rotation.h"
#include "BLI_math_vector.hh"
#include "BLI_string_ref.hh"
#include "FN_multi_function_builder.hh"

Go to the source code of this file.

Classes

struct  blender::nodes::FloatMathOperationInfo
 

Namespaces

 blender
 
 blender::nodes
 

Functions

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)