Package net.imglib2.img.cell
Class LazyCellImg.LazyCells<T>
java.lang.Object
net.imglib2.img.AbstractImg<T>
net.imglib2.img.list.AbstractLongListImg<T>
net.imglib2.img.cell.LazyCellImg.LazyCells<T>
- All Implemented Interfaces:
Iterable<T>
,Dimensions
,EuclideanSpace
,Img<T>
,Interval
,IterableInterval<T>
,IterableRealInterval<T>
,RandomAccessible<T>
,RandomAccessibleInterval<T>
,RealInterval
- Enclosing class:
- LazyCellImg<T extends NativeType<T>,
A>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.imglib2.img.list.AbstractLongListImg
AbstractLongListImg.LongListCursor, AbstractLongListImg.LongListLocalizingCursor, AbstractLongListImg.LongListRandomAccess
-
Field Summary
Fields inherited from class net.imglib2.img.list.AbstractLongListImg
step
Fields inherited from class net.imglib2.img.AbstractImg
dimension, max, n, numPixels
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.imglib2.img.list.AbstractLongListImg
cursor, iterationOrder, localizingCursor, randomAccess
Methods inherited from class net.imglib2.img.AbstractImg
dimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, randomAccess, realMax, realMax, realMax, realMin, realMin, realMin, size, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LazyCells
-
-
Method Details
-
get
- Specified by:
get
in classAbstractLongListImg<T>
-
set
- Specified by:
set
in classAbstractLongListImg<T>
-
factory
Description copied from interface:Img
Get aImgFactory
that createsImg
s of the same kind as this one. This is useful to create Imgs for temporary storage in generic methods where the specific Img type is unknown. Note, that the factory can be used even if all references to this Img have been invalidated.- Returns:
- a factory for Imgs of the same kind as this one.
-
copy
- Returns:
- - A copy of the current
Img
instance, all pixels are duplicated
-