| AbstractCursor<T> |
Abstract implementation of Cursor.
|
| AbstractCursorInt<T> |
Abstract implementation of Cursor.
|
| AbstractEuclideanSpace |
Superclass of abstract EuclideanSpace implementations (accessors, containers,
etc).
|
| AbstractInterval |
Implementation of the Interval interface.
|
| AbstractLocalizable |
An abstract class that implements the Localizable interface using a
long[] array to maintain position.
|
| AbstractLocalizableInt |
An abstract class that implements the Localizable interface using an
int[] array to maintain position.
|
| AbstractLocalizingCursor<T> |
Abstract base class for localizing Cursors.
|
| AbstractLocalizingCursorInt<T> |
Abstract base class for localizing Cursors.
|
| AbstractRealInterval |
|
| AbstractRealLocalizable |
An abstract class that implements the RealLocalizable interface using
an array of doubles to maintain position
|
| AbstractWrappedInterval<I extends Interval> |
|
| AbstractWrappedLocalizable<L extends Localizable> |
Convenient base class for accessors etc, that source all
Localizable calls to a Localizable source.
|
| AbstractWrappedPositionableLocalizable<P extends Positionable & Localizable> |
Convenient base class for accessors etc, that source all Localizable
and Positionable calls to a Localizable & Positionable
source.
|
| AbstractWrappedRealInterval<I extends RealInterval> |
|
| FinalDimensions |
An implementation of dimensionality that can wrap a long[] array.
|
| FinalInterval |
Implementation of the Interval interface.
|
| FinalRealInterval |
|
| FlatIterationOrder |
|
| KDTree<T> |
KDTree to access values at RealLocalizable positions.
|
| KDTree.DimComparator<L extends RealLocalizable> |
Compare RealLocalizables by comparing their coordinates in dimension d.
|
| KDTree.SamplerNode<T> |
A KDTreeNode that stores its value as a Sampler.
|
| KDTree.ValueNode<T> |
A KDTreeNode that stores its value as a reference.
|
| KDTreeNode<T> |
Abstract base class for nodes in a KDTree.
|
| Point |
A Point is a position in Euclidean space specified in integer coordinates.
|
| PointSample<T> |
A simple default implementation of RandomAccess that can be used to
combine a real location and a sample instance, e.g.
|
| PointSampleList<T> |
|
| RealPoint |
A point is a location in EuclideanSpace.
|
| RealPointSample<T> |
A simple default implementation of RealRandomAccess that can be used
to combine a real location and a sample value, e.g.
|
| RealPointSampleList<T> |
|
| Volatile<T> |
Something volatile that has a value and is either VALID or INVALID.
|