public interface AnnotatedSpace<A extends Axis> extends EuclideanSpace
Axis
interface provides no additional information about a
dimensional axis, but it can be extended to do so.
One potential use of the Axis
objects is to store calibration and
unit information (see the net.imagej.units
package), but any desired
information about the space's dimensions could conceivably be attached.
Modifier and Type | Method and Description |
---|---|
void |
axes(A[] axes)
Copies the space's axes into the given array.
|
A |
axis(int d)
Gets the axis associated with the given dimension of the space.
|
void |
setAxis(A axis,
int d)
Sets the dimensional axis associated with the given dimension.
|
numDimensions
Copyright © 2014–2022 ImageJ. All rights reserved.