Full list of missing connectedset functions: Difference between revisions

From BanghamLab
Jump to navigation Jump to search
 
No edit summary
 
Line 1: Line 1:
[[http://cmpdartsvr3.cmp.uea.ac.uk/wiki/BanghamLab/index.php/Documentation_of_BanghamLab_utilities Return]]<br><br>
[[http://cmpdartsvr3.cmp.uea.ac.uk/wiki/BanghamLab/index.php/Documentation_of_BanghamLab_utilities Return]]<br><br>
=List of missing callbacks on first creating ConnectedSet GUI=
This list appears in the command window when first running the GUI. The next step is to copy the lot into the end of ConnectedSet.m
    function data=ReportLine1(data)
    end
    function data=ReportLine2(data)
    end
    function data=ReportLine3(data)
    end
    function data=listbox_imagelist(data)
    end
    function data=listbox_imagelist(data)
    end
    function data=menu_about(data)
    end
    function data=menu_cell_size_and_shape(data)
    end
    function data=menu_image_and_tree(data)
    end
    function data=menu_original_image(data)
    end
    function data=pushbutton_colmpls(data)
    end
    function data=pushbutton_grandata(data)
    end
    function data=pushbutton_granules(data)
    end
    function data=pushbutton_input_image(data)
    end
    function data=pushbutton_pixvalues(data)
    end
    function data=pushbutton_testcard1(data)
    end
    function data=pushbutton_testcard2(data)
    end
    function data=pushbutton_testcard3(data)
    end

Latest revision as of 17:54, 30 March 2013

[Return]

List of missing callbacks on first creating ConnectedSet GUI

This list appears in the command window when first running the GUI. The next step is to copy the lot into the end of ConnectedSet.m

   function data=ReportLine1(data)
   end
   function data=ReportLine2(data)
   end
   function data=ReportLine3(data)
   end
   function data=listbox_imagelist(data)
   end
   function data=listbox_imagelist(data)
   end
   function data=menu_about(data)
   end
   function data=menu_cell_size_and_shape(data)
   end
   function data=menu_image_and_tree(data)
   end
   function data=menu_original_image(data)
   end
   function data=pushbutton_colmpls(data)
   end
   function data=pushbutton_grandata(data)
   end
   function data=pushbutton_granules(data)
   end
   function data=pushbutton_input_image(data)
   end
   function data=pushbutton_pixvalues(data)
   end
   function data=pushbutton_testcard1(data)
   end
   function data=pushbutton_testcard2(data)
   end
   function data=pushbutton_testcard3(data)
   end