|
Blender V4.3
|
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< eCustomDataType > | node_type_from_other_socket (const bNodeSocket &socket) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| template<typename T > | |
| static T | compute_sum (const Span< T > data) |
| static float | compute_variance (const Span< float > data, const float mean) |
| static float | median_of_sorted_span (const Span< float > data) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 104 of file node_geo_attribute_statistic.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 109 of file node_geo_attribute_statistic.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 124 of file node_geo_attribute_statistic.cc.
Referenced by node_geo_exec().
|
static |
Definition at line 23 of file node_geo_attribute_statistic.cc.
References b, blender::nodes::SocketDeclaration::hide_value, and N_.
Referenced by node_register().
|
static |
Definition at line 73 of file node_geo_attribute_statistic.cc.
References IFACE_, blender::nodes::NodeDeclaration::inputs, node_type_from_other_socket(), params, blender::nodes::search_link_ops_for_declarations(), and SOCK_IN.
Referenced by node_register().
|
static |
Definition at line 139 of file node_geo_attribute_statistic.cc.
References blender::fn::FieldEvaluator::add(), blender::Array< T, InlineBufferCapacity, Allocator >::begin(), CD_PROP_FLOAT, CD_PROP_FLOAT3, compute_sum(), compute_variance(), data, blender::Array< T, InlineBufferCapacity, Allocator >::end(), blender::Array< T, InlineBufferCapacity, Allocator >::first(), blender::array_utils::gather(), blender::bke::GeometrySet::get_components(), blender::Array< T, InlineBufferCapacity, Allocator >::last(), median_of_sorted_span(), min, params, blender::Array< T, InlineBufferCapacity, Allocator >::reinitialize(), blender::index_mask::IndexMask::size(), blender::MutableSpan< T >::slice(), and sum().
Referenced by node_register().
|
static |
Definition at line 51 of file node_geo_attribute_statistic.cc.
References CD_PROP_FLOAT.
Referenced by node_register().
|
static |
Definition at line 45 of file node_geo_attribute_statistic.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 363 of file node_geo_attribute_statistic.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_ATTRIBUTE, node_declare(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 335 of file node_geo_attribute_statistic.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, ELEM, blender::nodes::enum_items_filter(), NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), rna_enum_attribute_domain_items, rna_enum_attribute_type_items, and EnumPropertyItem::value.
Referenced by node_register().
|
static |
Definition at line 57 of file node_geo_attribute_statistic.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_RGBA, SOCK_ROTATION, SOCK_VECTOR, and bNodeSocket::type.
Referenced by node_gather_link_searches().