Blender V5.0
node_fn_integer_math.cc File Reference
#include <numeric>
#include "BLI_math_base.h"
#include "BLI_string.h"
#include "RNA_enum_types.hh"
#include "UI_interface_layout.hh"
#include "UI_resources.hh"
#include "NOD_inverse_eval_params.hh"
#include "NOD_rna_define.hh"
#include "NOD_socket_search_link.hh"
#include "NOD_value_elem_eval.hh"
#include "node_function_util.hh"

Go to the source code of this file.

Classes

class  blender::nodes::node_fn_integer_math_cc::SocketSearchOp

Namespaces

namespace  blender
namespace  blender::nodes
namespace  blender::nodes::node_fn_integer_math_cc

Functions

static void blender::nodes::node_fn_integer_math_cc::node_declare (NodeDeclarationBuilder &b)
static void blender::nodes::node_fn_integer_math_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
static void blender::nodes::node_fn_integer_math_cc::node_update (bNodeTree *ntree, bNode *node)
static void blender::nodes::node_fn_integer_math_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
static void blender::nodes::node_fn_integer_math_cc::node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
static int blender::nodes::node_fn_integer_math_cc::safe_divide_round_i (const int a, const int b)
static const mf::MultiFunction * blender::nodes::node_fn_integer_math_cc::get_multi_function (const bNode &bnode)
static void blender::nodes::node_fn_integer_math_cc::node_build_multi_function (NodeMultiFunctionBuilder &builder)
static void blender::nodes::node_fn_integer_math_cc::node_eval_elem (value_elem::ElemEvalParams &params)
static void blender::nodes::node_fn_integer_math_cc::node_eval_inverse_elem (value_elem::InverseElemEvalParams &params)
static void blender::nodes::node_fn_integer_math_cc::node_eval_inverse (inverse_eval::InverseEvalParams &params)
static void blender::nodes::node_fn_integer_math_cc::node_rna (StructRNA *srna)
static void blender::nodes::node_fn_integer_math_cc::node_register ()