Show
Ignore:
Timestamp:
03/05/09 14:03:56 (15 years ago)
Author:
smidl
Message:

doc

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • doc/html/classUImlognorm.html

    r280 r287  
    11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
    22<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 
    3 <title>mixpp: bdm::bdmroot Class Reference</title> 
     3<title>mixpp: UImlognorm Class Reference</title> 
    44<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    55<link href="tabs.css" rel="stylesheet" type="text/css"> 
     
    6565    </ul> 
    6666  </div> 
    67   <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> 
    68   </div> 
    6967</div> 
    7068<div class="contents"> 
    71 <h1>bdm::bdmroot Class Reference</h1><!-- doxytag: class="bdm::bdmroot" --><code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code> 
     69<h1>UImlognorm Class Reference</h1><!-- doxytag: class="UImlognorm" --><!-- doxytag: inherits="bdm::UIbuilder" --><code>#include &lt;<a class="el" href="libEF__ui_8h-source.html">libEF_ui.h</a>&gt;</code> 
    7270<p> 
    7371<div class="dynheader"> 
    74 Inheritance diagram for bdm::bdmroot:</div> 
     72Inheritance diagram for UImlognorm:</div> 
    7573<div class="dynsection"> 
    7674 
    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"> 
    8778</map> 
    8879</div> 
    8980 
    9081<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> 
     83UI for mlognorm<p> 
     84The 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"> 
    9396<tr><td></td></tr> 
    9497<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&nbsp;</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 &amp;S) const " --> 
     99<a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUImlognorm.html#a604c796bd0546b8e958d67bd2b640ce">build</a> (Setting &amp;S) const </td></tr> 
    97100 
    98 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">make sure this is a virtual object <br></td></tr> 
     101<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Function building the computational object. <br></td></tr> 
    99102</table> 
    100103<hr>The documentation for this class was generated from the following file:<ul> 
    101 <li><a class="el" href="libBM_8h-source.html">libBM.h</a></ul> 
     104<li><a class="el" href="libEF__ui_8h-source.html">libEF_ui.h</a></ul> 
    102105</div> 
    103 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 18 17:39:08 2009 for mixpp by&nbsp; 
     106<hr size="1"><address style="text-align: right;"><small>Generated on Wed Mar 4 18:50:18 2009 for mixpp by&nbsp; 
    104107<a href="http://www.doxygen.org/index.html"> 
    105108<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>