IRootLab
An Open-Source MATLAB toolbox for vibrational biospectroscopy
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
report_default.m
Go to the documentation of this file.
1
% @brief IROBJ
's report
2
classdef report_default < irreport
3
methods
4
function o = report_default()
5
o.classtitle = '
Default report
';
6
o.inputclass = '
irobj
';
7
o.flag_params = 0;
8
o.flag_graphics = 0;
9
end;
10
end;
11
12
methods(Access=protected)
13
function out = do_use(o, obj)
14
out = log_html;
15
out.html = obj.get_html();
16
out.title = obj.get_description();
17
end;
18
end;
19
end
irobj
Base class.
Definition:
irobj.m:33
m
classes
block
report
report_default.m
Generated on Tue May 19 2015 20:46:05 for IRootLab by
1.8.9.1