Method TransformBioBlocks
TransformBioBlocks(Queue<BioBlock>, IBioBlockTransform)
Applies a transformation to a sequence of BioBlocks.
Declaration
public static Queue<BioBlock> TransformBioBlocks(Queue<BioBlock> bioBlocks, IBioBlockTransform transform)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Queue<BioBlock> | bioBlocks | The blocks to transform. |
| IBioBlockTransform | transform | The transformation to apply. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.Queue<BioBlock> | A sequence of transformed blocks. |