imglib / imglib2-roi

Regions of interest (ROIs) and labelings for ImgLib2
Other
8 stars 8 forks source link

Let IterableRegion implements IterableInterval < VoidType > #16

Closed dietzc closed 8 years ago

dietzc commented 8 years ago

Currently, the Cursor created from an IterableRegion< T > returns <T extends BooleanType<T>> which always had the value true, as only pixels belonging to the IterableRegion are iterated. Instead of returning a BooleanType which is always true, we now return Void.