Interface | Description |
---|---|
AnnotatedSpace<A extends Axis> |
A Euclidean space with associated metadata about each dimension of the space.
|
CalibratedSpace<A extends CalibratedAxis> |
A Euclidean space whose dimensions have units and calibrations.
|
LinearSpace<A extends LinearAxis> |
A
CalibratedSpace whose axes are of type LinearAxis . |
TypedSpace<A extends TypedAxis> |
A Euclidean space with typed dimensional axes.
|
Class | Description |
---|---|
AbstractAnnotatedSpace<A extends Axis> |
Abstract base class for
AnnotatedSpace implementations. |
AbstractCalibratedSpace<A extends CalibratedAxis> |
Abstract base class for
CalibratedSpace . |
AbstractLinearSpace<A extends LinearAxis> |
Abstract base class for
LinearSpace . |
AbstractTypedSpace<A extends TypedAxis> |
Abstract base class for
TypedSpace . |
CombinedSpace<A extends TypedAxis,S extends TypedSpace<A>> |
A
CombinedSpace is a EuclideanSpace (specifically a
TypedSpace ) which is a union of other TypedSpace s. |
DefaultCalibratedSpace |
Default implementation of
CalibratedSpace . |
DefaultLinearSpace |
Default implementation of
LinearSpace . |
DefaultTypedSpace |
Default implementation of
TypedSpace . |
SpaceUtils |
Utility methods for working with
EuclideanSpace , particularly
TypedSpace . |
Copyright © 2014–2022 ImageJ. All rights reserved.