public final class Streamers extends Object
| Modifier and Type | Method and Description |
|---|---|
static <S extends AnnotatedSpace<A>,A extends TypedAxis> |
axisStream(S space)
Generates a
Stream from the axes in the given space. |
static <S extends AnnotatedSpace<A>,A extends TypedAxis> |
spatialAxisStream(S space)
Generates a
Stream from the spatial axes in the given space. |
public static <S extends AnnotatedSpace<A>,A extends TypedAxis> Stream<A> axisStream(S space)
Stream from the axes in the given space.S - type of the space.A - type of the axes.space - an N-dimensional space.public static <S extends AnnotatedSpace<A>,A extends TypedAxis> Stream<A> spatialAxisStream(S space)
Stream from the spatial axes in the given space.S - type of the space.A - type of the axes.space - an N-dimensional space.Copyright © 2018–2022 BoneJ. All rights reserved.