ScanModule¶
Overview¶
A single level of standalone reduction.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class ScanModule¶
stageInputSize: number
Constructor¶
new ScanModule( providedOptions : ScanModuleOptions<T> )¶
Instance Methods¶
Instance Properties¶
input : BufferArraySlot<T>¶
(readonly)
output : BufferArraySlot<T>¶
(readonly)
slots : BufferArraySlot<T>[]¶
(readonly)
internalSlots : BufferArraySlot<T>[]¶
(readonly)
Type ScanModuleOptions¶
Source Code¶
See the source for ScanModule.ts in the alpenglow repository.