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

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_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
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_boolean_math_cc::node_build_multi_function ( NodeMultiFunctionBuilder & builder)
static

◆ node_declare()

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

Definition at line 24 of file node_fn_boolean_math.cc.

References b.

Referenced by node_register().

◆ node_eval_elem()

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

Definition at line 133 of file node_fn_boolean_math.cc.

References NODE_BOOLEAN_MATH_NOT, and params.

Referenced by node_register().

◆ node_eval_inverse()

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

Definition at line 163 of file node_fn_boolean_math.cc.

References NODE_BOOLEAN_MATH_NOT, and params.

Referenced by node_register().

◆ node_eval_inverse_elem()

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

Definition at line 148 of file node_fn_boolean_math.cc.

References NODE_BOOLEAN_MATH_NOT, and params.

Referenced by node_register().

◆ node_gather_link_searches()

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

◆ node_label()

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

◆ node_layout()

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

Definition at line 32 of file node_fn_boolean_math.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

static void blender::nodes::node_fn_boolean_math_cc::node_rna ( StructRNA * srna)
static

◆ node_update()

static void blender::nodes::node_fn_boolean_math_cc::node_update ( bNodeTree * ntree,
bNode * node )
static