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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.imglib2.Dimensions
dimension, dimensionsMethods inherited from interface net.imglib2.EuclideanSpace
numDimensionsMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface net.imglib2.IterableInterval
cursor, localizingCursorMethods inherited from interface net.imglib2.IterableRealInterval
firstElement, iterationOrder, sizeMethods inherited from interface net.imglib2.RandomAccessible
randomAccess, randomAccess
-
Field Details
-
entitiesPerPixel
-
numEntities
protected long numEntities -
linkedType
-
-
Constructor Details
-
AbstractNativeImg
-
-
Method Details
-
setLinkedType
- Specified by:
setLinkedTypein interfaceNativeImg<T extends NativeType<T>,A>
-
createLinkedType
- Specified by:
createLinkedTypein interfaceNativeImg<T extends NativeType<T>,A>
-