Class Localizables.RealLocationRealRandomAccessible
java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.util.Localizables.RealLocationRealRandomAccessible
- All Implemented Interfaces:
EuclideanSpace, RealRandomAccessible<RealLocalizable>, Typed<RealLocalizable>
- Enclosing class:
Localizables
private static class Localizables.RealLocationRealRandomAccessible
extends AbstractEuclideanSpace
implements RealRandomAccessible<RealLocalizable>
-
Field Summary
Fields inherited from class AbstractEuclideanSpace
n -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()Get an instance ofT.Create a random access sampler for real coordinates.realRandomAccess(RealInterval interval) Methods inherited from class AbstractEuclideanSpace
numDimensionsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface EuclideanSpace
numDimensionsMethods inherited from interface RealRandomAccessible
getAt, getAt, getAt
-
Constructor Details
-
RealLocationRealRandomAccessible
public RealLocationRealRandomAccessible(int n)
-
-
Method Details
-
realRandomAccess
Description copied from interface:RealRandomAccessibleCreate a random access sampler for real coordinates.- Specified by:
realRandomAccessin interfaceRealRandomAccessible<RealLocalizable>- Returns:
- random access sampler
-
realRandomAccess
- Specified by:
realRandomAccessin interfaceRealRandomAccessible<RealLocalizable>
-
getType
Description copied from interface:TypedGet an instance ofT.It should not be assumed that the returned
Tinstance is an independent copy. In particular, repeated calls togetType()may return the same instance.- Specified by:
getTypein interfaceTyped<RealLocalizable>- Returns:
- an instance of
T
-