root/doc/html/classcompositepdf.html @ 210

Revision 210, 6.8 kB (checked in by smidl, 16 years ago)

dokumentace

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: compositepdf Class Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
14      <li><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17  <div class="tabs">
18    <ul>
19      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
20      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
21      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
22    </ul>
23  </div>
24</div>
25<div class="contents">
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>
27<a href="#_details">More...</a>
28<p>
29<code>#include &lt;<a class="el" href="libBM_8h-source.html">libBM.h</a>&gt;</code>
30<p>
31<div class="dynheader">
32Inheritance diagram for compositepdf:</div>
33<div class="dynsection">
34<p><center><img src="classcompositepdf__inherit__graph.png" border="0" usemap="#compositepdf__inherit__map" alt="Inheritance graph"></center>
35<map name="compositepdf__inherit__map">
36<area shape="rect" href="classmerger.html" title="Function for general combination of pdfs." alt="" coords="5,84,72,111"><area shape="rect" href="classmprod.html" title="Chain rule decomposition of epdf." alt="" coords="96,84,160,111"></map>
37<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
38
39<p>
40<a href="classcompositepdf-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
41<tr><td></td></tr>
42<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
43<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="6ab00575b058fcf4d80090cb3c95351d"></a><!-- doxytag: member="compositepdf::compositepdf" ref="6ab00575b058fcf4d80090cb3c95351d" args="(Array&lt; mpdf * &gt; A0)" -->
44&nbsp;</td><td class="memItemRight" valign="bottom"><b>compositepdf</b> (Array&lt; <a class="el" href="classmpdf.html">mpdf</a> * &gt; A0)</td></tr>
45
46<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classRV.html">RV</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#635d219fb3e32852400d6f98aa4bdc93">getrv</a> (bool checkoverlap=false)</td></tr>
47
48<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">find common rv, flag  <a href="#635d219fb3e32852400d6f98aa4bdc93"></a><br></td></tr>
49<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5a4479785c1fdb2cc351fbea07b899ac"></a><!-- doxytag: member="compositepdf::setrvc" ref="5a4479785c1fdb2cc351fbea07b899ac" args="(const RV &amp;rv, RV &amp;rvc)" -->
50void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#5a4479785c1fdb2cc351fbea07b899ac">setrvc</a> (const <a class="el" href="classRV.html">RV</a> &amp;rv, <a class="el" href="classRV.html">RV</a> &amp;rvc)</td></tr>
51
52<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">common rvc of all mpdfs is written to rvc <br></td></tr>
53<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
54<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c1646fe41ff5934d010e54ccaa46133f"></a><!-- doxytag: member="compositepdf::n" ref="c1646fe41ff5934d010e54ccaa46133f" args="" -->
55int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#c1646fe41ff5934d010e54ccaa46133f">n</a></td></tr>
56
57<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of mpdfs in the composite. <br></td></tr>
58<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="637877061b917a16a0421bb5c4cd480d"></a><!-- doxytag: member="compositepdf::mpdfs" ref="637877061b917a16a0421bb5c4cd480d" args="" -->
59Array&lt; <a class="el" href="classmpdf.html">mpdf</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classcompositepdf.html#637877061b917a16a0421bb5c4cd480d">mpdfs</a></td></tr>
60
61<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Elements of composition. <br></td></tr>
62</table>
63<hr><a name="_details"></a><h2>Detailed Description</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>
65<a class="anchor" name="635d219fb3e32852400d6f98aa4bdc93"></a><!-- doxytag: member="compositepdf::getrv" ref="635d219fb3e32852400d6f98aa4bdc93" args="(bool checkoverlap=false)" -->
66<div class="memitem">
67<div class="memproto">
68      <table class="memname">
69        <tr>
70          <td class="memname"><a class="el" href="classRV.html">RV</a> compositepdf::getrv           </td>
71          <td>(</td>
72          <td class="paramtype">bool&nbsp;</td>
73          <td class="paramname"> <em>checkoverlap</em> = <code>false</code>          </td>
74          <td>&nbsp;)&nbsp;</td>
75          <td></td>
76        </tr>
77      </table>
78</div>
79<div class="memdoc">
80
81<p>
82find common rv, flag
83<p>
84<dl compact><dt><b>Parameters:</b></dt><dd>
85  <table border="0" cellspacing="2" cellpadding="0">
86    <tr><td valign="top"></td><td valign="top"><em>checkoverlap</em>&nbsp;</td><td>modifies whether overlaps are acceptable </td></tr>
87  </table>
88</dl>
89
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>
91
92</div>
93</div><p>
94<hr>The documentation for this class was generated from the following files:<ul>
95<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>
96</div>
97<hr size="1"><address style="text-align: right;"><small>Generated on Wed Nov 12 19:18:50 2008 for mixpp by&nbsp;
98<a href="http://www.doxygen.org/index.html">
99<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
100</body>
101</html>
Note: See TracBrowser for help on using the browser.