6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected almost 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add method to obtain backing storage array as an Object. More... over 14 years ago
Merge remote branch 'origin/loci-4.2-fix' into HEAD More... over 14 years ago
Adjust .mailmap More... over 14 years ago
Fix for Bio-Formats 4.2 More... over 14 years ago
Half way done some renaming, have to do something else now :( More... over 14 years ago
Half way done some renaming, have to do something else now :( More... over 14 years ago
* Cell.getPosGlobal is Cell.plobalPositionToIndex now * OutOfBoundsCursor removed, PositionableCursor always implements isOutOfBounds(), implemented in AbstractPositionableCursor and ShapeListPositionableCursor. For PositionableCursors without an OutOfBoundsStrategy, this is a direct calculation, for those with an OutOfBoundsStrategy, it is returned by the OutOfBoundsStrategy and thus potentially faster depending on whether it is updated per move or not. * Added a JUnit test for OutOfBoundsMirrorSingleBoundary. * Fixed OutOfBoundsMirrorSingleBoundary More... over 14 years ago
* Cell.getPosGlobal is Cell.plobalPositionToIndex now * OutOfBoundsCursor removed, PositionableCursor always implements isOutOfBounds(), implemented in AbstractPositionableCursor and ShapeListPositionableCursor. For PositionableCursors without an OutOfBoundsStrategy, this is a direct calculation, for those with an OutOfBoundsStrategy, it is returned by the OutOfBoundsStrategy and thus potentially faster depending on whether it is updated per move or not. * Added a JUnit test for OutOfBoundsMirrorSingleBoundary. * Fixed OutOfBoundsMirrorSingleBoundary More... over 14 years ago
simplified ArrayLocalizableCursor.fwd() More... over 14 years ago
Fixed wrong initialization of ShapeListPlaneIterator (new name? not yet ;)) More... over 14 years ago
Fixed wrong initialization of ShapeListPositionableCursor More... over 14 years ago
finalized dimIsOutOfBounds[] More... over 14 years ago
Fixed bad casts in DynamicContianer implementations for basic types. More... over 14 years ago
Non-compiling intermediate commit More... over 14 years ago
Non-compiling intermediate commit More... over 14 years ago
Support for NIO-backed arrays in array containers. More... over 14 years ago
Fixed setZero / setOne mixup More... over 14 years ago
Added test for DynamicContainer More... over 14 years ago
Added test for DynamicContainer More... over 14 years ago
* ImagePlusCursors adapted * DynamicCursors `fixed'---there is no test, but to me, it looks as if they can't work currently More... over 14 years ago
* updated DynamicCursors TODO not yet tested---we need a test for DynamicContainers More... over 14 years ago
* CellCursors implement the recent changes in the hierarchy. * Tests passed, added some funny calculations to the ShapeListTest for visualizing the Cells of CellContainer. More... over 14 years ago
* CellCursors implement the recent changes in the hierarchy. * Tests passed, added some funny calculations to the ShapeListTest for visualizing the Cells of CellContainer. More... over 14 years ago
Revert changing dimensions from int[] to long[]. We decided that a single dimension cannot be larger than Integer.MAX_VALUE for now, mostly because most algorithms that are linked and used transfer at least a single pixel row into a Java Array by which this limitation is dictated. If, at some point, this decision constrains us, we can change back. More... over 14 years ago
Fixed outofbounds More... over 14 years ago
Fixed Array again More... over 14 years ago
Merge branch 'sampler' of ssh://[email protected]/srv/git/imglib into sampler More... over 14 years ago
Changed all types and displays More... over 14 years ago
dimensions int[] to long[] AbstractLocalizableCursor fixed More... over 14 years ago
dimensions int[] to long[] ShapeList fixed More... over 14 years ago