File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- classdef ImagemApp < handle
1+ classdef ImagemAppData < handle
22% ImageM application class, that manages open images.
33%
4- % output = ImagemApp (input)
4+ % output = ImagemAppData (input)
55%
66% Example
7- % ImagemApp
7+ % ImagemAppData
88%
99% See also
1010%
4141
4242%% Constructor
4343methods
44- function obj = ImagemApp (varargin )
45-
46- end % constructor
44+ function obj = ImagemAppData (varargin )
45+ % Constructor for the ImagemAppData class.
46+ end
4747
4848end % construction function
4949
Original file line number Diff line number Diff line change 3131% Created: 2011-03-10, using Matlab 7.9.0.529 (R2009b)
3232% Copyright 2011 INRA - Cepia Software Platform.
3333
34- import imagem .app .ImagemApp ;
34+ import imagem .app .ImagemAppData ;
3535import imagem .gui .ImagemGUI ;
3636
3737% check if image is present, or create one
6060end
6161
6262% create the application, and a GUI
63- app = ImagemApp ;
63+ app = ImagemAppData ;
6464gui = ImagemGUI(app );
6565
6666% use the GUI to create a new image display
You can’t perform that action at this time.
0 commit comments