Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Sampling
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Sampling/SampleSetStatistics.h |
| Include | #include "Sampling/SampleSetStatistics.h" |
Syntax
template<typename RealType>
struct TSampleSetStatisticBuilder
Remarks
Helper class for reducing the amount of boilerplace code when building a set of TSampleSetStatistics values.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< typename TSampleSetStatistics< RealType >::FFixedCountData > | FixedCountBuildData | ||
| int32 | NumStatistics | ||
| TArray< TSampleSetStatistics< RealType > > | Statistics |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TSampleSetStatisticBuilder
(
int32 NumStatisticsIn |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AccumulateValue_FixedCount
(
int32 StatisticIndex, |
||
| void | Begin_FixedCount
(
int64 Count |
||
| void | |||
| void | ComputeMultiPass
(
int64 Count, |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const TSampleSetStatistics< RealType > & | operator[]
(
int32 Index |