Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
mibMorphOpsGUI.m File Reference

MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*. More...

Functions

function varargoutmibMorphOpsGUI (varargin)
 MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.
 
function  mibMorphOpsGUI>mibMorphOpsGUI_OpeningFcn (hObject, eventdata, handles, varargin)
 
function varargoutmibMorphOpsGUI>mibMorphOpsGUI_OutputFcn (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>mibMorphOpsGUI_CloseRequestFcn (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>cancelBtn_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>morphOpsPopup_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>applyToRadio_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>iterationsRadio_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>radioBtn2D_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>mibMorphOpsGUI_KeyPressFcn (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>continueBtn_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>objects3D_Callback (hObject, eventdata, handles)
 
function  mibMorphOpsGUI>helpButton_Callback (hObject, eventdata, handles)
 

Detailed Description

MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.

Function Documentation

◆ mibMorphOpsGUI()

function varargout = mibMorphOpsGUI ( varargin)

MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.

  H = MIBMORPHOPSGUI returns the handle to a new MIBMORPHOPSGUI or the handle to
  the existing singleton*.

  MIBMORPHOPSGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in MIBMORPHOPSGUI.M with the given input arguments.

  MIBMORPHOPSGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBMORPHOPSGUI or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before mibMorphOpsGUI_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to mibMorphOpsGUI_OpeningFcn via varargin.

  *See GUI Options on GUIDE's Tools menu.  Choose "GUI allows only one
  instance to run (singleton)".
See also
GUIDE, GUIDATA, GUIHANDLES

◆ mibMorphOpsGUI>applyToRadio_Callback()

function mibMorphOpsGUI>applyToRadio_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>cancelBtn_Callback()

function mibMorphOpsGUI>cancelBtn_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>continueBtn_Callback()

function mibMorphOpsGUI>continueBtn_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>helpButton_Callback()

function mibMorphOpsGUI>helpButton_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>iterationsRadio_Callback()

function mibMorphOpsGUI>iterationsRadio_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>mibMorphOpsGUI_CloseRequestFcn()

function mibMorphOpsGUI>mibMorphOpsGUI_CloseRequestFcn ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>mibMorphOpsGUI_KeyPressFcn()

function mibMorphOpsGUI>mibMorphOpsGUI_KeyPressFcn ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>mibMorphOpsGUI_OpeningFcn()

function mibMorphOpsGUI>mibMorphOpsGUI_OpeningFcn ( hObject,
eventdata,
handles,
varargin )

References moveWindowOutside().

Here is the call graph for this function:

◆ mibMorphOpsGUI>mibMorphOpsGUI_OutputFcn()

function varargout = mibMorphOpsGUI>mibMorphOpsGUI_OutputFcn ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>morphOpsPopup_Callback()

function mibMorphOpsGUI>morphOpsPopup_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>objects3D_Callback()

function mibMorphOpsGUI>objects3D_Callback ( hObject,
eventdata,
handles )

◆ mibMorphOpsGUI>radioBtn2D_Callback()

function mibMorphOpsGUI>radioBtn2D_Callback ( hObject,
eventdata,
handles )