Blender V4.3
node_geo_attribute_statistic.cc File Reference
#include <algorithm>
#include <numeric>
#include "NOD_rna_define.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "BLI_array_utils.hh"
#include "NOD_socket_search_link.hh"
#include "RNA_enum_types.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_attribute_statistic_cc
 

Functions

static void blender::nodes::node_geo_attribute_statistic_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_init (bNodeTree *, bNode *node)
 
static std::optional< eCustomDataTypeblender::nodes::node_geo_attribute_statistic_cc::node_type_from_other_socket (const bNodeSocket &socket)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_gather_link_searches (GatherLinkSearchOpParams &params)
 
template<typename T >
static T blender::nodes::node_geo_attribute_statistic_cc::compute_sum (const Span< T > data)
 
static float blender::nodes::node_geo_attribute_statistic_cc::compute_variance (const Span< float > data, const float mean)
 
static float blender::nodes::node_geo_attribute_statistic_cc::median_of_sorted_span (const Span< float > data)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_attribute_statistic_cc::node_register ()