Changeset 538 for library/doc/html/classUImxConfig.html
- Timestamp:
- 08/16/09 18:14:04 (15 years ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/classUImxConfig.html
r472 r538 1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> 3 <title>mixpp: bdm::strClass Reference</title>3 <title>mixpp: UImxConfig Class Reference</title> 4 4 <link href="tabs.css" rel="stylesheet" type="text/css"> 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 9-->7 <!-- Generated by Doxygen 1.5.8 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 64 64 </ul> 65 65 </div> 66 <div class="navpath"><b>bdm</b>::<a class="el" href="classbdm_1_1str.html">str</a>67 </div>68 66 </div> 69 67 <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. 71 69 <a href="#_details">More...</a> 72 70 <p> 73 <code>#include <<a class="el" href=" bdmbase_8h_source.html">bdmbase.h</a>></code>71 <code>#include <<a class="el" href="config2mxstruct_8h-source.html">config2mxstruct.h</a>></code> 74 72 <p> 75 73 76 74 <p> 77 <a href="class bdm_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"> 78 76 <tr><td></td></tr> 79 77 <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 </td><td class="memItemRight" valign="bottom"><a class="el" href="class bdm_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 </td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#412edc44fdc05586fcda662c27692630">UImxConfig</a> (const char *filename)</td></tr> 82 80 83 <tr><td class="mdescLeft"> </td><td class="mdescRight">Default constructor. <br></td></tr> 81 <tr><td class="mdescLeft"> </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 &setting)" --> 83 </td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#324906cf1f31cab56ead72a512a16861">UImxConfig</a> (const Setting &setting)</td></tr> 84 85 <tr><td class="mdescLeft"> </td><td class="mdescRight">Convert existing Setting to Matlab arrays. <br></td></tr> 84 86 <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 </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="" --> 88 mxArray * </td><td class="memItemRight" valign="bottom"><a class="el" href="classUImxConfig.html#ccf378aab12b7709d644441fd2e30d00">mxconfig</a></td></tr> 87 89 88 <tr><td class="mdescLeft"> </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 </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"> </td><td class="mdescRight">vector of times <br></td></tr> 90 <tr><td class="mdescLeft"> </td><td class="mdescRight">Matlab structure where the info is stored. <br></td></tr> 93 91 </table> 94 92 <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>93 Reimplementation 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> 97 95 </div> 98 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Aug 5 00:06:542009 for mixpp by 96 <hr size="1"><address style="text-align: right;"><small>Generated on Sun Aug 16 17:58:18 2009 for mixpp by 99 97 <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> 101 99 </body> 102 100 </html>