Changeset 287 for doc/html/classUImigamma__ref.html
- Timestamp:
- 03/05/09 14:03:56 (16 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
doc/html/classUImigamma__ref.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: UImigamma_ref 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>UImigamma_ref Class Reference</h1><!-- doxytag: class="UImigamma_ref" --><!-- 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 UImigamma_ref:</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="classUImigamma__ref.png" usemap="#UImigamma_ref_map" border="0" alt=""></center> 76 <map name="UImigamma_ref_map"> 77 <area href="classbdm_1_1UIbuilder.html" alt="bdm::UIbuilder" shape="rect" coords="0,0,97,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="classUImigamma__ref-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> 83 UI for migamma_ref<p> 84 The migamma_ref is constructed from a structure with fields: <div class="fragment"><pre class="fragment">system = { 85 type = <span class="stringliteral">"migamma_ref"</span>; 86 ref = [1e-5; 1e-5; 1e-2 1e-3]; <span class="comment">// reference vector</span> 87 l = 0.999; <span class="comment">// constant l</span> 88 k = 0.1; <span class="comment">// constant k</span> 89 90 <span class="comment">// == OPTIONAL ==</span> 91 <span class="comment">// description of y variables</span> 92 y = {type=<span class="stringliteral">"rv"</span>; names=[<span class="stringliteral">"y"</span>, <span class="stringliteral">"u"</span>];}; 93 <span class="comment">// description of u variable</span> 94 u = {type=<span class="stringliteral">"rv"</span>; names=[];} 95 }; 96 </pre></div><p> 97 Result if <table border="0" cellpadding="0" cellspacing="0"> 93 98 <tr><td></td></tr> 94 99 <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>100 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="421fa84dcb5f21604268703f5f08770c"></a><!-- doxytag: member="UImigamma_ref::build" ref="421fa84dcb5f21604268703f5f08770c" args="(Setting &S) const " --> 101 <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUImigamma__ref.html#421fa84dcb5f21604268703f5f08770c">build</a> (Setting &S) const </td></tr> 97 102 98 <tr><td class="mdescLeft"> </td><td class="mdescRight"> make sure this is a virtual object<br></td></tr>103 <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr> 99 104 </table> 100 105 <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>106 <li><a class="el" href="libEF__ui_8h-source.html">libEF_ui.h</a></ul> 102 107 </div> 103 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:39:08 2009 for mixpp by 108 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:18 2009 for mixpp by 104 109 <a href="http://www.doxygen.org/index.html"> 105 110 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>