public abstract class AbstractNativeLongAccessImg<T extends NativeLongAccessType<T>,A> extends AbstractImg<T> implements NativeLongAccessImg<T,A>
Modifier and Type | Field and Description |
---|---|
protected Fraction |
entitiesPerPixel |
protected T |
linkedType |
protected long |
numEntities |
dimension, max, n, numPixels
Constructor and Description |
---|
AbstractNativeLongAccessImg(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
update
getAt, getAt, getAt, randomAccess, randomAccess
cursor, localizingCursor
firstElement, iterationOrder, size
forEach, iterator, spliterator
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMin
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
allPositive, allPositive, dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPoint, verify, verify, verifyAllPositive, verifyAllPositive
numDimensions
protected final Fraction entitiesPerPixel
protected long numEntities
protected T extends NativeLongAccessType<T> linkedType
public AbstractNativeLongAccessImg(long[] dim, Fraction entitiesPerPixel)
public void setLinkedType(T type)
setLinkedType
in interface NativeLongAccessImg<T extends NativeLongAccessType<T>,A>
public T createLinkedType()
createLinkedType
in interface NativeLongAccessImg<T extends NativeLongAccessType<T>,A>
Copyright © 2015–2022 ImgLib2. All rights reserved.