fsleyes.editor
ΒΆ
The editor
package contains functionality for editing Image
overlays.

The editor
package provides the following two classes:
The |
|
The |
Making an edit to an Image
requires two stages:
Select some voxels in the
Image
.Modify the values stored in those voxels.
The Selection
class implements the functionality for the first
stage, and the Editor
class implements functinoality for the second.
The Editor
class also keeps track of changes to the current selection, and
to the image data, thus allowing the user to undo/redo any changes.