Blender V4.3
node_geo_accumulate_field.cc File Reference

Go to the source code of this file.

Classes

struct  blender::nodes::node_geo_accumulate_field_cc::AccumulationInfo< T >
 
class  blender::nodes::node_geo_accumulate_field_cc::AccumulateFieldInput
 
class  blender::nodes::node_geo_accumulate_field_cc::TotalFieldInput
 

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_accumulate_field_cc
 

Enumerations

enum class  blender::nodes::node_geo_accumulate_field_cc::AccumulationMode { blender::nodes::node_geo_accumulate_field_cc::Leading = 0 , blender::nodes::node_geo_accumulate_field_cc::Trailing = 1 }
 

Functions

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