Package net.imglib2

Class AbstractEuclideanSpace

java.lang.Object
net.imglib2.AbstractEuclideanSpace
All Implemented Interfaces:
EuclideanSpace
Direct Known Subclasses:
AbstractCursor, AbstractCursorInt, AbstractInterval, AbstractLocalizable, AbstractLocalizableInt, AbstractPositionableTransform, AbstractRealInterval, AbstractRealLocalizable, FullSourceMapMixedRandomAccess, FullSourceMapSlicingRandomAccess, RandomAccessibleOnRealRandomAccessible, RealOutOfBoundsRealRandomAccess, SlicingCursor, TranslationRandomAccess

public abstract class AbstractEuclideanSpace extends Object implements EuclideanSpace
Superclass of abstract EuclideanSpace implementations (accessors, containers, etc). Does nothing but store the number of dimensions of the underlying function. Stephan Saalfeld
Author:
Tobias Pietzsch, Stephan Preibisch
  • Field Details

    • n

      protected final int n
      the number of dimensions.
  • Constructor Details

    • AbstractEuclideanSpace

      public AbstractEuclideanSpace(int n)
      Parameters:
      n - number of dimensions.
  • Method Details