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
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
n
protected final int nthe number of dimensions.
-
-
Constructor Details
-
AbstractEuclideanSpace
public AbstractEuclideanSpace(int n) - Parameters:
n- number of dimensions.
-
-
Method Details
-
numDimensions
public int numDimensions()Description copied from interface:EuclideanSpaceGets the space's number of dimensions.- Specified by:
numDimensionsin interfaceEuclideanSpace
-