Blender V4.3
blender::nodes::node_fn_float_to_int_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
 
static const mf::MultiFunctionget_multi_function (const bNode &bnode)
 
static void node_build_multi_function (NodeMultiFunctionBuilder &builder)
 
static void node_register ()
 

Function Documentation

◆ get_multi_function()

static const mf::MultiFunction * blender::nodes::node_fn_float_to_int_cc::get_multi_function ( const bNode & bnode)
static

◆ node_build_multi_function()

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

◆ node_declare()

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

Definition at line 20 of file node_fn_float_to_int.cc.

References b.

Referenced by node_register().

◆ node_label()

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

◆ node_layout()

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

Definition at line 27 of file node_fn_float_to_int.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()