Class HyperSlicesView.HyperSlicesViewRandomAccess
java.lang.Object
net.imglib2.AbstractEuclideanSpace
net.imglib2.AbstractLocalizable
net.imglib2.Point
net.imglib2.view.HyperSlicesView.HyperSlicesViewRandomAccess
- All Implemented Interfaces:
EuclideanSpace, Localizable, Positionable, RandomAccess<HyperSlice<T>>, RealLocalizable, Sampler<HyperSlice<T>>, Typed<HyperSlice<T>>
- Enclosing class:
HyperSlicesView<T>
public class HyperSlicesView.HyperSlicesViewRandomAccess
extends Point
implements RandomAccess<HyperSlice<T>>
-
Field Summary
Fields inherited from class AbstractLocalizable
positionFields inherited from class AbstractEuclideanSpace
n -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Point
bck, equals, fwd, hashCode, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPosition, toString, wrapMethods inherited from class AbstractLocalizable
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localizeMethods inherited from class AbstractEuclideanSpace
numDimensionsMethods inherited from interface EuclideanSpace
numDimensionsMethods inherited from interface Localizable
getDoublePosition, getFloatPosition, getIntPosition, getLongPosition, localize, localize, localize, localize, positionAsLongArray, positionAsPointMethods inherited from interface Positionable
bck, fwd, move, move, move, move, move, setPosition, setPosition, setPosition, setPosition, setPositionMethods inherited from interface RandomAccess
copyRandomAccess, setPositionAndGet, setPositionAndGet, setPositionAndGetMethods inherited from interface RealLocalizable
localize, localize, positionAsDoubleArray, positionAsRealPoint
-
Constructor Details
-
HyperSlicesViewRandomAccess
public HyperSlicesViewRandomAccess()
-
-
Method Details
-
get
-
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 interfaceSampler<HyperSlice<T>>- Specified by:
getTypein interfaceTyped<HyperSlice<T>>- Returns:
- an instance of
T
-
copy
- Specified by:
copyin interfaceRandomAccess<HyperSlice<T>>- Specified by:
copyin interfaceSampler<HyperSlice<T>>- Returns:
- - A new
Samplerin the same state accessing the same values. It does NOT copy T, just the state of theSampler. Otherwise use T.copy() if available. Sampler.copy().get() == Sampler.get(), i.e. both hold the same value, not necessarily the same instance (this is the case for anArrayCursorfor example)
-