public abstract class AbstractAccessProxy<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected long[] |
dimensions |
protected long[] |
position |
protected RandomAccess<T> |
ra |
protected int |
size |
Constructor and Description |
---|
AbstractAccessProxy(RandomAccessibleInterval<T> rai) |
protected final RandomAccess<T> ra
protected final long[] dimensions
protected final long[] position
protected final int size
public AbstractAccessProxy(RandomAccessibleInterval<T> rai)
Copyright © 2015–2022 ImgLib2. All rights reserved.