Skip to content

ReduceModule

Overview

A full reduction, with the method of reduction chosen based on the type and configuration.

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

Class ReduceModule

inputSize: number

import { ReduceModule } from 'scenerystack/alpenglow';

Constructor

new ReduceModule( providedOptions : ReduceModuleOptions<T> )

Instance Methods

Instance Properties

input : BufferArraySlot<T>

(readonly)

output : BufferArraySlot<T>

(readonly)

slots : BufferArraySlot<T>[]

(readonly)

internalSlots : BufferArraySlot<T>[]

(readonly)

Type ReduceModuleOptions

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

PipelineBlueprintOptions

Source Code

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