Skip to content

ScanModule

Overview

A single level of standalone reduction.

@author Jonathan Olson <jonathan.olson@colorado.edu>

Class ScanModule

stageInputSize: number

import { ScanModule } from 'scenerystack/alpenglow';

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

import type { ScanModuleOptions } from 'scenerystack/alpenglow';

PipelineBlueprintOptions

Source Code

See the source for ScanModule.ts in the alpenglow repository.