Blender V4.3
blender::nodes::node_geo_accumulate_field_cc::AccumulationInfo< T > Struct Template Reference

Static Public Member Functions

static T accumulate (const T &a, const T &b)
 

Static Public Attributes

static const T initial_value
 

Detailed Description

template<typename T>
struct blender::nodes::node_geo_accumulate_field_cc::AccumulationInfo< T >

Definition at line 153 of file node_geo_accumulate_field.cc.

Member Function Documentation

◆ accumulate()

template<typename T >
static T blender::nodes::node_geo_accumulate_field_cc::AccumulationInfo< T >::accumulate ( const T & a,
const T & b )
inlinestatic

Definition at line 163 of file node_geo_accumulate_field.cc.

References b.

Member Data Documentation

◆ initial_value

template<typename T >
const T blender::nodes::node_geo_accumulate_field_cc::AccumulationInfo< T >::initial_value
inlinestatic
Initial value:
= []() {
if constexpr (std::is_same_v<T, float4x4>) {
}
else {
return T();
}
}()
#define T

Definition at line 154 of file node_geo_accumulate_field.cc.


The documentation for this struct was generated from the following file: