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

Documentation regenerated

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • library/doc/html/classUImxConfig.html

    r472 r538  
    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::str Class Reference</title> 
     3<title>mixpp: UImxConfig Class Reference</title> 
    44<link href="tabs.css" rel="stylesheet" type="text/css"> 
    55<link href="doxygen.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.9 --> 
     7<!-- Generated by Doxygen 1.5.8 --> 
    88<script type="text/javascript"> 
    99<!-- 
     
    6464    </ul> 
    6565  </div> 
    66   <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1str.html">str</a> 
    67   </div> 
    6866</div> 
    6967<div class="contents"> 
    70 <h1>bdm::str Class Reference</h1><!-- doxytag: class="bdm::str" -->Structure of <a class="el" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a>, i.e. RVs expanded into a flat list of IDs, used for debugging 
     68<h1>UImxConfig Class Reference</h1><!-- doxytag: class="UImxConfig" -->Reimplementation of libconfig's Config class for Matlab mxArray structures 
    7169<a href="#_details">More...</a> 
    7270<p> 
    73 <code>#include &lt;<a class="el" href="bdmbase_8h_source.html">bdmbase.h</a>&gt;</code> 
     71<code>#include &lt;<a class="el" href="config2mxstruct_8h-source.html">config2mxstruct.h</a>&gt;</code> 
    7472<p> 
    7573 
    7674<p> 
    77 <a href="classbdm_1_1str-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
     75<a href="classUImxConfig-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> 
    7876<tr><td></td></tr> 
    7977<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> 
    80 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="7c6b9dccc6814d7bd1e8e2208a0d3f3f"></a><!-- doxytag: member="bdm::str::str" ref="7c6b9dccc6814d7bd1e8e2208a0d3f3f" args="(ivec ids0, ivec times0)" --> 
    81 &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1str.html#7c6b9dccc6814d7bd1e8e2208a0d3f3f">str</a> (ivec ids0, ivec times0)</td></tr> 
     78<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="412edc44fdc05586fcda662c27692630"></a><!-- doxytag: member="UImxConfig::UImxConfig" ref="412edc44fdc05586fcda662c27692630" args="(const char *filename)" --> 
     79&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#412edc44fdc05586fcda662c27692630">UImxConfig</a> (const char *filename)</td></tr> 
    8280 
    83 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Default constructor. <br></td></tr> 
     81<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Load file in libconfig syntax to Matlab arrays. <br></td></tr> 
     82<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="324906cf1f31cab56ead72a512a16861"></a><!-- doxytag: member="UImxConfig::UImxConfig" ref="324906cf1f31cab56ead72a512a16861" args="(const Setting &amp;setting)" --> 
     83&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#324906cf1f31cab56ead72a512a16861">UImxConfig</a> (const Setting &amp;setting)</td></tr> 
     84 
     85<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Convert existing Setting to Matlab arrays. <br></td></tr> 
    8486<tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> 
    85 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="64675a73fc7324177175f19b3baeb0b0"></a><!-- doxytag: member="bdm::str::ids" ref="64675a73fc7324177175f19b3baeb0b0" args="" --> 
    86 ivec&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1str.html#64675a73fc7324177175f19b3baeb0b0">ids</a></td></tr> 
     87<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="ccf378aab12b7709d644441fd2e30d00"></a><!-- doxytag: member="UImxConfig::mxconfig" ref="ccf378aab12b7709d644441fd2e30d00" args="" --> 
     88mxArray *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#ccf378aab12b7709d644441fd2e30d00">mxconfig</a></td></tr> 
    8789 
    88 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vector id ids (non-unique!) <br></td></tr> 
    89 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="905dc0f240e40432c103708c4a34f80a"></a><!-- doxytag: member="bdm::str::times" ref="905dc0f240e40432c103708c4a34f80a" args="" --> 
    90 ivec&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1str.html#905dc0f240e40432c103708c4a34f80a">times</a></td></tr> 
    91  
    92 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">vector of times <br></td></tr> 
     90<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Matlab structure where the info is stored. <br></td></tr> 
    9391</table> 
    9492<hr><a name="_details"></a><h2>Detailed Description</h2> 
    95 Structure of <a class="el" href="classbdm_1_1RV.html" title="Class representing variables, most often random variables.">RV</a>, i.e. RVs expanded into a flat list of IDs, used for debugging. <hr>The documentation for this class was generated from the following file:<ul> 
    96 <li><a class="el" href="bdmbase_8h_source.html">bdmbase.h</a></ul> 
     93Reimplementation of libconfig's Config class for Matlab mxArray structures. <hr>The documentation for this class was generated from the following file:<ul> 
     94<li><a class="el" href="config2mxstruct_8h-source.html">config2mxstruct.h</a></ul> 
    9795</div> 
    98 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:54 2009 for mixpp by&nbsp; 
     96<hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:18 2009 for mixpp by&nbsp; 
    9997<a href="http://www.doxygen.org/index.html"> 
    100 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 
     98<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> 
    10199</body> 
    102100</html>