Show
Ignore:
Timestamp:
08/16/09 18:14:04 (15 years ago)
Author:
smidl
Message:

Documentation regenerated

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/doc/html/mex__datasource_8h-source.html

    r401 r538  
    5252      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li> 
    5353      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    54       <li><a href="modules.html"><span>Modules</span></a></li> 
    5554      <li><a href="annotated.html"><span>Classes</span></a></li> 
    5655      <li class="current"><a href="files.html"><span>Files</span></a></li> 
     
    7069<a name="l00014"></a>00014         <a class="code" href="classbdm_1_1MexDS.html" title="Memory storage of off-line data column-wise.">MexDS</a> () {}; 
    7170<a name="l00015"></a>00015  
    72 <a name="l00033"></a>00033         <span class="keywordtype">void</span> from_setting( <span class="keyword">const</span> Setting &amp;<span class="keyword">set</span> ) 
    73 <a name="l00034"></a>00034         {        
    74 <a name="l00035"></a>00035                 <a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a> = mxArray2mat(mexGetVariable(<span class="stringliteral">"base"</span>,<span class="keyword">set</span>[<span class="stringliteral">"varname"</span>])); 
    75 <a name="l00036"></a>00036                 <a class="code" href="classbdm_1_1UI.html#652bfd23f5052e4f1cb317057d74a3e2" title="The existing instance of type T is initialized with values stored in the Setting...">UI::get</a>( <a class="code" href="classbdm_1_1MemDS.html#865814d49913dcf672bb20a4334d3dc4" title="vector of rows that are presented in Dt">rowid</a>, <span class="keyword">set</span>, <span class="stringliteral">"rids"</span> ); 
    76 <a name="l00037"></a>00037                 it_assert_debug ( max ( <a class="code" href="classbdm_1_1MemDS.html#865814d49913dcf672bb20a4334d3dc4" title="vector of rows that are presented in Dt">rowid</a> ) &lt;=<a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a>.rows(),<span class="stringliteral">"MemDS rowid is too high for given Dat."</span> ); 
    77 <a name="l00038"></a>00038  
    78 <a name="l00039"></a>00039                 <a class="code" href="classbdm_1_1UI.html#652bfd23f5052e4f1cb317057d74a3e2" title="The existing instance of type T is initialized with values stored in the Setting...">UI::get</a>( <a class="code" href="classbdm_1_1MemDS.html#166522aed4d3b12d9b3c2afaf6673301" title="vector of delays that are presented in Dt">delays</a>, <span class="keyword">set</span>, <span class="stringliteral">"tds"</span> ); 
    79 <a name="l00040"></a>00040                 <a class="code" href="classbdm_1_1MemDS.html#681ee3831f68f4f20ed54e04e8b3f107" title="active column in the Data matrix">time</a> = max ( <a class="code" href="classbdm_1_1MemDS.html#166522aed4d3b12d9b3c2afaf6673301" title="vector of delays that are presented in Dt">delays</a> ); 
    80 <a name="l00041"></a>00041                 it_assert_debug ( <a class="code" href="classbdm_1_1MemDS.html#681ee3831f68f4f20ed54e04e8b3f107" title="active column in the Data matrix">time</a> &lt; <a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a>.cols(),<span class="stringliteral">"MemDS delays are too high."</span> ); 
    81 <a name="l00042"></a>00042  
    82 <a name="l00043"></a>00043                 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a>* r = UI::build&lt;RV&gt;(<span class="keyword">set</span>,<span class="stringliteral">"rv"</span>); 
    83 <a name="l00044"></a>00044                 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> ru=<a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a>(); 
    84 <a name="l00045"></a>00045                 set_rvs(*r,ru); 
    85 <a name="l00046"></a>00046         } 
     71<a name="l00033"></a>00033         <span class="keywordtype">void</span> from_setting ( <span class="keyword">const</span> Setting &amp;<span class="keyword">set</span> ) { 
     72<a name="l00034"></a>00034                 <a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a> = mxArray2mat ( mexGetVariable ( <span class="stringliteral">"base"</span>, <span class="keyword">set</span>[<span class="stringliteral">"varname"</span>] ) ); 
     73<a name="l00035"></a>00035                 <a class="code" href="classbdm_1_1UI.html#cd1667e6fec99ec64dabcb3ca2ff922d">UI::get</a> ( <a class="code" href="classbdm_1_1MemDS.html#865814d49913dcf672bb20a4334d3dc4" title="vector of rows that are presented in Dt">rowid</a>, <span class="keyword">set</span>, <span class="stringliteral">"rids"</span> , UI::compulsory ); 
     74<a name="l00036"></a>00036                 it_assert_debug ( max ( <a class="code" href="classbdm_1_1MemDS.html#865814d49913dcf672bb20a4334d3dc4" title="vector of rows that are presented in Dt">rowid</a> ) &lt;= <a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a>.rows(), <span class="stringliteral">"MemDS rowid is too high for given Dat."</span> ); 
     75<a name="l00037"></a>00037  
     76<a name="l00038"></a>00038                 <a class="code" href="classbdm_1_1UI.html#cd1667e6fec99ec64dabcb3ca2ff922d">UI::get</a> ( <a class="code" href="classbdm_1_1MemDS.html#166522aed4d3b12d9b3c2afaf6673301" title="vector of delays that are presented in Dt">delays</a>, <span class="keyword">set</span>, <span class="stringliteral">"tds"</span>, UI::compulsory ); 
     77<a name="l00039"></a>00039                 <a class="code" href="classbdm_1_1MemDS.html#681ee3831f68f4f20ed54e04e8b3f107" title="active column in the Data matrix">time</a> = max ( <a class="code" href="classbdm_1_1MemDS.html#166522aed4d3b12d9b3c2afaf6673301" title="vector of delays that are presented in Dt">delays</a> ); 
     78<a name="l00040"></a>00040                 it_assert_debug ( <a class="code" href="classbdm_1_1MemDS.html#681ee3831f68f4f20ed54e04e8b3f107" title="active column in the Data matrix">time</a> &lt; <a class="code" href="classbdm_1_1MemDS.html#a724f4cbfc32e79bacc044253234e260" title="internal matrix of data">Data</a>.cols(), <span class="stringliteral">"MemDS delays are too high."</span> ); 
     79<a name="l00041"></a>00041  
     80<a name="l00042"></a>00042                 <a class="code" href="classbdm_1_1shared__ptr.html" title="A naive implementation of roughly a subset of the std::tr1:shared_ptr spec.">shared_ptr&lt;RV&gt;</a> r = UI::build&lt;RV&gt; ( <span class="keyword">set</span>, <span class="stringliteral">"rv"</span>, UI::compulsory ); 
     81<a name="l00043"></a>00043                 <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a> ru = <a class="code" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a>(); 
     82<a name="l00044"></a>00044                 set_rvs ( *r, ru ); 
     83<a name="l00045"></a>00045         } 
     84<a name="l00046"></a>00046  
    8685<a name="l00047"></a>00047  
    87 <a name="l00048"></a>00048  
    88 <a name="l00049"></a>00049         <span class="comment">// TODO dodelat void to_setting( Setting &amp;set ) const;</span> 
    89 <a name="l00050"></a>00050 }; 
    90 <a name="l00051"></a>00051  
    91 <a name="l00052"></a>00052 <a class="code" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6" title="Macro for registration of class into map of user-infos, registered class is scriptable...">UIREGISTER</a>(<a class="code" href="classbdm_1_1MexDS.html" title="Memory storage of off-line data column-wise.">MexDS</a>); 
     86<a name="l00048"></a>00048         <span class="comment">// TODO dodelat void to_setting( Setting &amp;set ) const;</span> 
     87<a name="l00049"></a>00049 }; 
     88<a name="l00050"></a>00050  
     89<a name="l00051"></a>00051 <a class="code" href="user__info_8h.html#4f9de2f17e844047726487b99def99c6" title="Macro for registration of class into map of user-infos, registered class is scriptable...">UIREGISTER</a> ( <a class="code" href="classbdm_1_1MexDS.html" title="Memory storage of off-line data column-wise.">MexDS</a> ); 
     90<a name="l00052"></a>00052 SHAREDPTR ( <a class="code" href="classbdm_1_1MexDS.html" title="Memory storage of off-line data column-wise.">MexDS</a> ); 
    9291<a name="l00053"></a>00053  
    9392<a name="l00054"></a>00054 } 
    9493</pre></div></div> 
    95 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 1 13:05:56 2009 for mixpp by&nbsp; 
     94<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:18 2009 for mixpp by&nbsp; 
    9695<a href="http://www.doxygen.org/index.html"> 
    9796<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>