Module modifiers

Module modifiers 

Source
Expand description

Contains various modifiers and filters that can be applied to generators.

Modules§

generators
Generators returned by modifiers

Structs§

FillCorners
Guarantee that the first amt(count, len)[0] samples and the last amt(count, len)[1] samples are taken.
FillCornersTrace
The trace information for FillCorners
Iterate
Generate many schedules each using different iteration parameters and choose the one that minimizes the value returned by scorer.
IterateTrace
Debug information for Iterate
PSFPolisher
Swap sample points to smooth away point-spread function artifacts.
PSFPolisherTrace
Trace information for PointSpreadFilter
TMFilter
Filter the schedule to reduce patterns by swapping samples to make the schedule “look like” the Thue-Morse sequence.
TMFilterTrace
The trace for TMFilter

Traits§

FillCornersBuilder
Builder trait for the FillCorners modifier.
Filter
Post-process an existing schedule without requiring access to the generator.
IterateBuilder
Builder trait for the Iterate modifier.
Modifier
Post-processes existing generators.
PSFPolisherBuilder
Builder trait for the PSFPolisher modifier.
TMFilterBuilder
Builder trait for the TMFilter modifier.