Blender V5.0
blender::nodes::node_fn_integer_math_cc Namespace Reference

Classes

class  SocketSearchOp

Functions

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

Function Documentation

◆ get_multi_function()

◆ node_build_multi_function()

void blender::nodes::node_fn_integer_math_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

void blender::nodes::node_fn_integer_math_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 24 of file node_fn_integer_math.cc.

References b.

Referenced by node_register().

◆ node_eval_elem()

void blender::nodes::node_fn_integer_math_cc::node_eval_elem ( value_elem::ElemEvalParams & params)
static

◆ node_eval_inverse()

void blender::nodes::node_fn_integer_math_cc::node_eval_inverse ( inverse_eval::InverseEvalParams & params)
static

◆ node_eval_inverse_elem()

void blender::nodes::node_fn_integer_math_cc::node_eval_inverse_elem ( value_elem::InverseElemEvalParams & params)
static

◆ node_gather_link_searches()

void blender::nodes::node_fn_integer_math_cc::node_gather_link_searches ( GatherLinkSearchOpParams & params)
static

◆ node_label()

void blender::nodes::node_fn_integer_math_cc::node_label ( const bNodeTree * ,
const bNode * node,
char * label,
int label_maxncpy )
static

◆ node_layout()

void blender::nodes::node_fn_integer_math_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 33 of file node_fn_integer_math.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

◆ node_update()

◆ safe_divide_round_i()

int blender::nodes::node_fn_integer_math_cc::safe_divide_round_i ( const int a,
const int b )
static