32 inline Field<Type>& bufferedAccumulator<Type>::accumulationBuffer()
34 return (*
this)[nBuffers()];
39 inline const Field<Type>& bufferedAccumulator<Type>::accumulationBuffer()
const 41 return (*
this)[nBuffers()];
50 return averagesTaken_;
57 return bufferOffsets_.size();
64 return (*
this)[0].size();
71 return bufferOffsets_;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
label averagesTaken() const
const List< label > & bufferOffsets() const
label bufferLength() const