imglib / imglib2-roi

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

Split IterableRegion #71

Closed tpietzsch closed 3 months ago

tpietzsch commented 4 months ago

adresses #70

IterableRegion<T extends BooleanType<T>> no longer extends IterableInterval<Void>. Instead, it exposes IterableInterval<Void> via the new inside() method.

The inside iterable is a view of the region. For example, re-positioning a PositionableIterableRegion will also re-position its inside() view, and vice versa.