public class LongAccessProxy<T extends GenericLongType<T>> extends AbstractAccessProxy<T> implements LongAccess, ArrayDataAccess<long[]>
GenericLongType
container.dimensions, position, ra, size
Constructor and Description |
---|
LongAccessProxy(RandomAccessibleInterval<T> rai) |
Modifier and Type | Method and Description |
---|---|
long[] |
createArray(int numEntities) |
int |
getArrayLength() |
Object |
getCurrentStorageArray() |
long |
getValue(int index) |
void |
setValue(int index,
long value) |
public LongAccessProxy(RandomAccessibleInterval<T> rai)
public long getValue(int index)
getValue
in interface LongAccess
public void setValue(int index, long value)
setValue
in interface LongAccess
public long[] createArray(int numEntities)
createArray
in interface ArrayDataAccess<long[]>
public Object getCurrentStorageArray()
getCurrentStorageArray
in interface ArrayDataAccess<long[]>
public int getArrayLength()
getArrayLength
in interface ArrayDataAccess<long[]>
Copyright © 2015–2022 ImgLib2. All rights reserved.