Package | Description |
---|---|
net.imglib2.img.io.proxyaccess |
Modifier and Type | Class and Description |
---|---|
class |
ByteAccessProxy<T extends GenericByteType<T>>
Proxy access over any
GenericByteType container. |
class |
FloatAccessProxy<T extends RealType<T>>
Proxy access over any
RealType container. |
class |
IntAccessProxy<T extends GenericIntType<T>>
Proxy access over any
GenericIntType container. |
class |
LongAccessProxy<T extends GenericLongType<T>>
Proxy access over any
GenericLongType container. |
class |
ShortAccessProxy<T extends GenericShortType<T>>
Proxy access over any
GenericShortType container. |
Copyright © 2015–2022 ImgLib2. All rights reserved.