Package net.imglib2.img
Class AbstractNativeImg<T extends NativeType<T>,A>
java.lang.Object
net.imglib2.img.AbstractImg<T>
net.imglib2.img.AbstractNativeImg<T,A>
- All Implemented Interfaces:
Iterable<T>
,Dimensions
,EuclideanSpace
,Img<T>
,NativeImg<T,
,A> Interval
,IterableInterval<T>
,IterableRealInterval<T>
,RandomAccessible<T>
,RandomAccessibleInterval<T>
,RealInterval
- Direct Known Subclasses:
AbstractCellImg
,ArrayImg
,NtreeImg
,PlanarImg
public abstract class AbstractNativeImg<T extends NativeType<T>,A>
extends AbstractImg<T>
implements NativeImg<T,A>
TODO
- Author:
- Stephan Preibisch, Stephan Saalfeld
-
Field Summary
FieldsFields inherited from class net.imglib2.img.AbstractImg
dimension, max, n, numPixels
-
Constructor Summary
Constructors -
Method Summary
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 net.imglib2.Dimensions
dimension, dimensions
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface net.imglib2.IterableInterval
cursor, localizingCursor
Methods inherited from interface net.imglib2.IterableRealInterval
firstElement, iterationOrder, size
Methods inherited from interface net.imglib2.RandomAccessible
randomAccess, randomAccess
-
Field Details
-
entitiesPerPixel
-
numEntities
protected long numEntities -
linkedType
-
-
Constructor Details
-
AbstractNativeImg
-
-
Method Details
-
setLinkedType
- Specified by:
setLinkedType
in interfaceNativeImg<T extends NativeType<T>,
A>
-
createLinkedType
- Specified by:
createLinkedType
in interfaceNativeImg<T extends NativeType<T>,
A>
-