Class | Description |
---|---|
AbstractListImg<T> |
Abstract base class for
Img that store pixels in a single linear
array (an ArrayList or similar).In principle, the number of entities
stored is limited to Integer.MAX_VALUE . |
AbstractLongListImg<T> |
Abstract base class for
Img that store pixels in a single linear
list addressed by a long. |
ListCursor<T> | |
ListImg<T> | |
ListImgFactory<T> |
ImgFactory for ListImg of any type T. |
ListLocalizingCursor<T> | |
ListRandomAccess<T> |
RandomAccess on a ListImg . |
Copyright © 2015–2022 ImgLib2. All rights reserved.