public abstract class AbstractNativeImg<T extends NativeType<T>,A> extends AbstractImg<T> implements NativeImg<T,A>
Modifier and Type | Field and Description |
---|---|
protected Fraction |
entitiesPerPixel |
protected T |
linkedType |
protected long |
numEntities |
dimension, max, n, numPixels
Constructor and Description |
---|
AbstractNativeImg(long[] dim,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
T |
createLinkedType() |
void |
setLinkedType(T type) |
dimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, randomAccess, realMax, realMax, realMax, realMin, realMin, realMin, size, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
randomAccess, randomAccess
cursor, localizingCursor
firstElement, iterationOrder, size
forEach, iterator, spliterator
realMax, realMax, realMax, realMin, realMin, realMin
dimension, dimensions
numDimensions
protected final Fraction entitiesPerPixel
protected long numEntities
protected T extends NativeType<T> linkedType
public AbstractNativeImg(long[] dim, Fraction entitiesPerPixel)
public void setLinkedType(T type)
setLinkedType
in interface NativeImg<T extends NativeType<T>,A>
public T createLinkedType()
createLinkedType
in interface NativeImg<T extends NativeType<T>,A>
Copyright © 2009–2018 ImgLib2. All rights reserved.