OOF2: The Manual

Name

OOF.Graphics_n.Toolbox.Pixel_Select.Undo — Undo the selection.

Synopsis

OOF.Graphics_n.Toolbox.Pixel_Select.Undo(source)

Details

  • Parent Menu: OOF.Graphics_n.Toolbox.Pixel_Select
  • Callback: function PixelSelectToolbox.undoCB in module ooflib.common.IO.genericselecttoolbox
  • Parameters:

    source
    Microstructure or Image Type: The path to an OOF2 object.

Description

Undo the previous Pixel selection in the Microstructure or Image named by the source parameter. Previous selections are stored on a stack, and the Undo pops off the top of the stack. The popped selection is not lost, however. It can be recovered with the Redo command.

The stack has a finite size. Once it is full, old selections will be lost when new selections are made.