| Class | Description |
|---|---|
| AbstractFunctionEuclideanSpace<P,T> |
Abstract base class for functions that generate values through a
BiConsumer. |
| FunctionRandomAccessible<T> |
A
RandomAccessible that generates a function value for each
position in discrete coordinate space by side-effect using a
BiConsumer. |
| FunctionRealRandomAccessible<T> |
A
RealRandomAccessible that generates a function value for each
position in real coordinate space by side-effect using a BiConsumer. |
| PositionRandomAccessible |
A
RandomAccessible over the d-th position of discrete
coordinate space. |
| RealPositionRealRandomAccessible |
A
RealRandomAccessible over the d-th position of real
coordinate space. |
Copyright © 2015–2022 ImgLib2. All rights reserved.