Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_MorphOpsGui.m File Reference

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

Functions

function
varargout = 
ib_MorphOpsGui (varargin)
 IB_MORPHOPSGUI MATLAB code for ib_MorphOpsGui.fig IB_MORPHOPSGUI, by itself, creates a new IB_MORPHOPSGUI or raises the existing singleton*. More...
 
function  ibMorphOpsGui>ib_MorphOpsGui_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
ibMorphOpsGui>ib_MorphOpsGui_OutputFcn (hObject, eventdata, handles)
 
function  ibMorphOpsGui>cancelBtn_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>continueBtn_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>morphOpsPopup_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>applyToRadio_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>iterationsRadio_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>radioBtn2D_Callback (hObject, eventdata, handles)
 
function  ibMorphOpsGui>ib_MorphOpsGui_KeyPressFcn (hObject, eventdata, handles)
 

Detailed Description

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

Function Documentation

function varargout = ib_MorphOpsGui (   varargin)

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

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

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

  IB_MORPHOPSGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new IB_MORPHOPSGUI or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before ib_MorphOpsGui_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to ib_MorphOpsGui_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

Referenced by imbrowser>menuSelectionMorphOps_Callback().

Here is the caller graph for this function:

function ibMorphOpsGui>applyToRadio_Callback (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>cancelBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>continueBtn_Callback (   hObject,
  eventdata,
  handles 
)

References ib_do_backup(), ib_getDataset(), ib_getSlice(), ib_setDataset(), and ib_setSlice().

Here is the call graph for this function:

function ibMorphOpsGui>ib_MorphOpsGui_KeyPressFcn (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>ib_MorphOpsGui_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References ib_updateFontSize(), and mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = ibMorphOpsGui>ib_MorphOpsGui_OutputFcn (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>iterationsRadio_Callback (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>morphOpsPopup_Callback (   hObject,
  eventdata,
  handles 
)
function ibMorphOpsGui>radioBtn2D_Callback (   hObject,
  eventdata,
  handles 
)