Blender  V3.3
Classes | Enumerations | Functions
blender::nodes::node_geo_accumulate_field_cc Namespace Reference

Classes

class  AccumulateFieldInput
 
class  TotalFieldInput
 

Enumerations

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

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void node_update (bNodeTree *ntree, bNode *node)
 
static std::optional< eCustomDataTypenode_type_from_other_socket (const bNodeSocket &socket)
 
static void node_gather_link_searches (GatherLinkSearchOpParams &params)
 
template<typename T >
std::string identifier_suffix ()
 
static void node_geo_exec (GeoNodeExecParams params)
 

Enumeration Type Documentation

◆ AccumulationMode

Enumerator
Leading 
Trailing 

Definition at line 124 of file node_geo_accumulate_field.cc.

Function Documentation

◆ identifier_suffix()

template<typename T >
std::string blender::nodes::node_geo_accumulate_field_cc::identifier_suffix ( )

Definition at line 360 of file node_geo_accumulate_field.cc.

◆ node_declare()

static void blender::nodes::node_geo_accumulate_field_cc::node_declare ( NodeDeclarationBuilder b)
static

◆ 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

◆ node_init()

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

Definition at line 79 of file node_geo_accumulate_field.cc.

References ATTR_DOMAIN_POINT, CD_PROP_FLOAT, data, and node.

◆ node_layout()

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

Definition at line 73 of file node_geo_accumulate_field.cc.

References ptr, and uiItemR().

Referenced by register_node_type_geo_accumulate_field().

◆ 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

◆ node_update()

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