Blender V4.3
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 maxlen)
 
static int safe_divide_round_i (const int a, const int b)
 
static const mf::MultiFunctionget_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()

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

◆ node_declare()

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

Definition at line 25 of file node_fn_integer_math.cc.

References b.

Referenced by node_register().

◆ node_eval_elem()

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

◆ node_eval_inverse()

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

◆ node_eval_inverse_elem()

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

◆ node_gather_link_searches()

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

◆ node_label()

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

◆ node_layout()

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

Definition at line 34 of file node_fn_integer_math.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

◆ node_update()

◆ safe_divide_round_i()

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