Blender V5.0
blender::nodes::node_geo_field_variance_cc Namespace Reference

Classes

class  FieldVarianceInput

Enumerations

enum class  Operation { StdDev = 0 , Variance = 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

◆ Operation

Enumerator
StdDev 
Variance 

Definition at line 64 of file node_geo_field_variance.cc.

Function Documentation

◆ node_declare()

void blender::nodes::node_geo_field_variance_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_gather_link_searches()

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

◆ node_geo_exec()

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

Definition at line 275 of file node_geo_field_variance.cc.

References node_geo_exec(), params, StdDev, and Variance.

Referenced by node_geo_exec(), and node_register().

◆ node_init()

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

Definition at line 58 of file node_geo_field_variance.cc.

References CD_PROP_FLOAT, bNode::custom1, and bNode::custom2.

Referenced by node_register().

◆ node_layout()

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

Definition at line 52 of file node_geo_field_variance.cc.

References uiLayout::prop(), ptr, and UI_ITEM_NONE.

Referenced by node_register().

◆ node_register()

◆ node_rna()

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

◆ node_type_from_other_socket()

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