Show
Ignore:
Timestamp:
11/13/08 19:59:21 (16 years ago)
Author:
smidl
Message:

dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/classcompositepdf.html

    r187 r210  
    2424</div> 
    2525<div class="contents"> 
    26 <h1>compositepdf Class Reference</h1><!-- doxytag: class="compositepdf" -->Abstract composition of pdfs, a base for specific classes 
     26<h1>compositepdf Class Reference</h1><!-- doxytag: class="compositepdf" -->Abstract composition of pdfs, a base for specific classes this abstract class is common to <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> and <a class="el" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a> 
    2727<a href="#_details">More...</a> 
    2828<p> 
     
    5151 
    5252<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">common rvc of all mpdfs is written to rvc <br></td></tr> 
    53 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="08958c8f76d65de94ecc37b8d90bc77a"></a><!-- doxytag: member="compositepdf::setindices" ref="08958c8f76d65de94ecc37b8d90bc77a" args="(const RV &amp;rv)" --> 
    54 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#08958c8f76d65de94ecc37b8d90bc77a">setindices</a> (const <a class="el" href="classRV.html">RV</a> &amp;rv)</td></tr> 
    55  
    56 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">fill all rv*inrv* according to <br></td></tr> 
    57 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3bd4ada95f381ea6c4cff2dc86e957c4"></a><!-- doxytag: member="compositepdf::setrvcinrv" ref="3bd4ada95f381ea6c4cff2dc86e957c4" args="(const RV &amp;rvc, Array&lt; ivec &gt; &amp;rvcind)" --> 
    58 void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#3bd4ada95f381ea6c4cff2dc86e957c4">setrvcinrv</a> (const <a class="el" href="classRV.html">RV</a> &amp;rvc, Array&lt; ivec &gt; &amp;rvcind)</td></tr> 
    59  
    60 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Function fills Array by indeces of mpdfs inside given rv. <br></td></tr> 
    6153<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr> 
    6254<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c1646fe41ff5934d010e54ccaa46133f"></a><!-- doxytag: member="compositepdf::n" ref="c1646fe41ff5934d010e54ccaa46133f" args="" --> 
     
    6860 
    6961<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Elements of composition. <br></td></tr> 
    70 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="4d4a8269f9faefeca8cdc251a5a29a7f"></a><!-- doxytag: member="compositepdf::rvsinrv" ref="4d4a8269f9faefeca8cdc251a5a29a7f" args="" --> 
    71 Array&lt; ivec &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#4d4a8269f9faefeca8cdc251a5a29a7f">rvsinrv</a></td></tr> 
    72  
    73 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Indeces of rvs in common rv. <br></td></tr> 
    74 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3df07bb5e3ed36a3119b145043296676"></a><!-- doxytag: member="compositepdf::rvcsinrv" ref="3df07bb5e3ed36a3119b145043296676" args="" --> 
    75 Array&lt; ivec &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#3df07bb5e3ed36a3119b145043296676">rvcsinrv</a></td></tr> 
    76  
    77 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Indeces of rvc in common rv. <br></td></tr> 
    78 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="de3bd289a26d5549dcf1ed19e5b13569"></a><!-- doxytag: member="compositepdf::rvinrvcs" ref="de3bd289a26d5549dcf1ed19e5b13569" args="" --> 
    79 Array&lt; ivec &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#de3bd289a26d5549dcf1ed19e5b13569">rvinrvcs</a></td></tr> 
    80  
    81 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Indeces of common rv in rvc. <br></td></tr> 
    8262</table> 
    8363<hr><a name="_details"></a><h2>Detailed Description</h2> 
    84 Abstract composition of pdfs, a base for specific classes. <hr><h2>Member Function Documentation</h2> 
     64Abstract composition of pdfs, a base for specific classes this abstract class is common to <a class="el" href="classepdf.html" title="Probability density function with numerical statistics, e.g. posterior density.">epdf</a> and <a class="el" href="classmpdf.html" title="Conditional probability density, e.g. modeling some dependencies.">mpdf</a>. <hr><h2>Member Function Documentation</h2> 
    8565<a class="anchor" name="635d219fb3e32852400d6f98aa4bdc93"></a><!-- doxytag: member="compositepdf::getrv" ref="635d219fb3e32852400d6f98aa4bdc93" args="(bool checkoverlap=false)" --> 
    8666<div class="memitem"> 
     
    10888</dl> 
    10989 
    110 <p>References <a class="el" href="libBM_8cpp-source.html#l00051">RV::add()</a>, <a class="el" href="libBM_8h-source.html#l00258">mpdfs</a>, and <a class="el" href="libBM_8h-source.html#l00256">n</a>.</p> 
     90<p>References <a class="el" href="libBM_8cpp-source.html#l00051">RV::add()</a>, <a class="el" href="libBM_8h-source.html#l00349">mpdfs</a>, and <a class="el" href="libBM_8h-source.html#l00347">n</a>.</p> 
    11191 
    11292</div> 
     
    11595<li>work/git/mixpp/bdm/stat/<a class="el" href="libBM_8h-source.html">libBM.h</a><li>work/git/mixpp/bdm/stat/libBM.cpp</ul> 
    11696</div> 
    117 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 15 15:57:12 2008 for mixpp by&nbsp; 
     97<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 12 19:18:50 2008 for mixpp by&nbsp; 
    11898<a href="http://www.doxygen.org/index.html"> 
    11999<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>