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

Classes

class  AccumulateFieldInput
 
struct  AccumulationInfo
 
class  TotalFieldInput
 

Enumerations

enum class  AccumulationMode { Leading = 0 , Trailing = 1 }
 

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void node_init (bNodeTree *, bNode *node)
 
static std::optional< eCustomDataTypenode_type_from_other_socket (const bNodeSocket &socket)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Enumeration Type Documentation

◆ AccumulationMode

Enumerator
Leading 
Trailing 

Definition at line 85 of file node_geo_accumulate_field.cc.

Function Documentation

◆ node_declare()

◆ node_gather_link_searches()

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

◆ node_geo_exec()

static void blender::nodes::node_geo_accumulate_field_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 371 of file node_geo_accumulate_field.cc.

References NodeAccumulateField::domain, node_geo_exec(), and params.

Referenced by node_geo_exec(), and node_register().

◆ node_init()

static void blender::nodes::node_geo_accumulate_field_cc::node_init ( bNodeTree * ,
bNode * node )
static

Definition at line 77 of file node_geo_accumulate_field.cc.

References CD_PROP_FLOAT, and data.

Referenced by node_register().

◆ node_layout()

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

Definition at line 71 of file node_geo_accumulate_field.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

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

◆ node_type_from_other_socket()

static std::optional< eCustomDataType > blender::nodes::node_geo_accumulate_field_cc::node_type_from_other_socket ( const bNodeSocket & socket)
static