Package net.imglib2.util
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 net.imglib2.AbstractEuclideanSpace
n
-
-
Constructor Summary
Constructors Constructor Description RealLocationRealRandomAccessible(int n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RealLocalizablegetType()Get an instance ofT.Localizables.RealLocationRealRandomAccessrealRandomAccess()Create a random access sampler for real coordinates.Localizables.RealLocationRealRandomAccessrealRandomAccess(RealInterval interval)-
Methods inherited from class net.imglib2.AbstractEuclideanSpace
numDimensions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
Methods inherited from interface net.imglib2.RealRandomAccessible
getAt, getAt, getAt
-
-
-
-
Method Detail
-
realRandomAccess
public Localizables.RealLocationRealRandomAccess realRandomAccess()
Description copied from interface:RealRandomAccessibleCreate a random access sampler for real coordinates.- Specified by:
realRandomAccessin interfaceRealRandomAccessible<RealLocalizable>- Returns:
- random access sampler
-
realRandomAccess
public Localizables.RealLocationRealRandomAccess realRandomAccess(RealInterval interval)
- Specified by:
realRandomAccessin interfaceRealRandomAccessible<RealLocalizable>
-
getType
public 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
-
-