Changeset 287 for doc/html/classUImlognorm.html
- Timestamp:
- 03/05/09 14:03:56 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classUImlognorm.html
r280 r287 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>mixpp: bdm::bdmrootClass Reference</title>3 <title>mixpp: UImlognorm Class Reference</title> 4 4 <link href="doxygen.css" rel="stylesheet" type="text/css"> 5 5 <link href="tabs.css" rel="stylesheet" type="text/css"> … … 65 65 </ul> 66 66 </div> 67 <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a>68 </div>69 67 </div> 70 68 <div class="contents"> 71 <h1> bdm::bdmroot Class Reference</h1><!-- doxytag: class="bdm::bdmroot" --><code>#include <<a class="el" href="libBM_8h-source.html">libBM.h</a>></code>69 <h1>UImlognorm Class Reference</h1><!-- doxytag: class="UImlognorm" --><!-- doxytag: inherits="bdm::UIbuilder" --><code>#include <<a class="el" href="libEF__ui_8h-source.html">libEF_ui.h</a>></code> 72 70 <p> 73 71 <div class="dynheader"> 74 Inheritance diagram for bdm::bdmroot:</div>72 Inheritance diagram for UImlognorm:</div> 75 73 <div class="dynsection"> 76 74 77 <p><center><img src="classbdm_1_1bdmroot.png" usemap="#bdm::bdmroot_map" border="0" alt=""></center> 78 <map name="bdm::bdmroot_map"> 79 <area href="classbdm_1_1BM.html" alt="bdm::BM" shape="rect" coords="98,56,186,80"> 80 <area href="classbdm_1_1BMcond.html" alt="bdm::BMcond" shape="rect" coords="98,112,186,136"> 81 <area href="classbdm_1_1DS.html" alt="bdm::DS" shape="rect" coords="98,168,186,192"> 82 <area href="classbdm_1_1epdf.html" alt="bdm::epdf" shape="rect" coords="98,224,186,248"> 83 <area href="classbdm_1_1fnc.html" alt="bdm::fnc" shape="rect" coords="98,280,186,304"> 84 <area href="classbdm_1_1logger.html" alt="bdm::logger" shape="rect" coords="98,336,186,360"> 85 <area href="classbdm_1_1mpdf.html" alt="bdm::mpdf" shape="rect" coords="98,392,186,416"> 86 <area href="classbdm_1_1RV.html" alt="bdm::RV" shape="rect" coords="98,448,186,472"> 75 <p><center><img src="classUImlognorm.png" usemap="#UImlognorm_map" border="0" alt=""></center> 76 <map name="UImlognorm_map"> 77 <area href="classbdm_1_1UIbuilder.html" alt="bdm::UIbuilder" shape="rect" coords="0,0,91,24"> 87 78 </map> 88 79 </div> 89 80 90 81 <p> 91 <a href="classbdm_1_1bdmroot-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 92 Root class of BDM objects. <table border="0" cellpadding="0" cellspacing="0"> 82 <a href="classUImlognorm-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 83 UI for mlognorm<p> 84 The mlognorm is constructed from a structure with fields: <div class="fragment"><pre class="fragment">system = { 85 type = <span class="stringliteral">"mlognorm"</span>; 86 k = 0.1; <span class="comment">// constant k</span> 87 mu0 = [1., 1.]; 88 89 <span class="comment">// == OPTIONAL ==</span> 90 <span class="comment">// description of y variables</span> 91 y = {type=<span class="stringliteral">"rv"</span>; names=[<span class="stringliteral">"y"</span>, <span class="stringliteral">"u"</span>];}; 92 <span class="comment">// description of u variable</span> 93 u = {type=<span class="stringliteral">"rv"</span>; names=[];} 94 }; 95 </pre></div> <table border="0" cellpadding="0" cellspacing="0"> 93 96 <tr><td></td></tr> 94 97 <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 95 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name=" 9c191bccc52a133d32d84edbc1a19c49"></a><!-- doxytag: member="bdm::bdmroot::~bdmroot" ref="9c191bccc52a133d32d84edbc1a19c49" args="()" -->96 virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1bdmroot.html#9c191bccc52a133d32d84edbc1a19c49">~bdmroot</a> ()</td></tr>98 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="a604c796bd0546b8e958d67bd2b640ce"></a><!-- doxytag: member="UImlognorm::build" ref="a604c796bd0546b8e958d67bd2b640ce" args="(Setting &S) const " --> 99 <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUImlognorm.html#a604c796bd0546b8e958d67bd2b640ce">build</a> (Setting &S) const </td></tr> 97 100 98 <tr><td class="mdescLeft"> </td><td class="mdescRight"> make sure this is a virtual object<br></td></tr>101 <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr> 99 102 </table> 100 103 <hr>The documentation for this class was generated from the following file:<ul> 101 <li><a class="el" href="lib BM_8h-source.html">libBM.h</a></ul>104 <li><a class="el" href="libEF__ui_8h-source.html">libEF_ui.h</a></ul> 102 105 </div> 103 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:39:08 2009 for mixpp by 106 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:18 2009 for mixpp by 104 107 <a href="http://www.doxygen.org/index.html"> 105 108 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>