Blender  V3.3
Classes | Namespaces | Enumerations | Functions
node_geo_accumulate_field.cc File Reference
#include "BKE_attribute_math.hh"
#include "NOD_socket_search_link.hh"
#include "node_geometry_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"

Go to the source code of this file.

Classes

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

Namespaces

 blender
 
 blender::nodes
 
 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 *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_accumulate_field_cc::node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_geo_accumulate_field_cc::node_update (bNodeTree *ntree, 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)
 
template<typename T >
std::string blender::nodes::node_geo_accumulate_field_cc::identifier_suffix ()
 
static void blender::nodes::node_geo_accumulate_field_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_accumulate_field ()
 

Function Documentation

◆ register_node_type_geo_accumulate_field()

void register_node_type_geo_accumulate_field ( void  )