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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitrandomAccess, randomAccesscursor, localizingCursorfirstElement, iterationOrder, sizeforEach, iterator, spliteratorrealMax, realMax, realMax, realMin, realMin, realMindimension, dimensionsnumDimensionsprotected 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–2017 ImgLib2. All rights reserved.