[259] | 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: bdm::UIbuilder 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 Page</span></a></li> |
---|
| 12 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
| 13 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
[261] | 14 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
| 15 | <li class="current"><a href="classes.html"><span>Classes</span></a></li> |
---|
[259] | 16 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 17 | </ul> |
---|
| 18 | </div> |
---|
| 19 | <div class="tabs"> |
---|
| 20 | <ul> |
---|
[261] | 21 | <li><a href="classes.html"><span>Alphabetical List</span></a></li> |
---|
[259] | 22 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
| 23 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
| 24 | <li><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 25 | </ul> |
---|
| 26 | </div> |
---|
[261] | 27 | <div class="navpath"><a class="el" href="namespacebdm.html">bdm</a>::<a class="el" href="classbdm_1_1UIbuilder.html">UIbuilder</a> |
---|
[259] | 28 | </div> |
---|
| 29 | </div> |
---|
| 30 | <div class="contents"> |
---|
[264] | 31 | <h1>bdm::UIbuilder Class Reference</h1><!-- doxytag: class="bdm::UIbuilder" -->Builds computational object from a UserInfo structure. |
---|
[259] | 32 | <a href="#_details">More...</a> |
---|
| 33 | <p> |
---|
| 34 | <code>#include <<a class="el" href="uibuilder_8h-source.html">uibuilder.h</a>></code> |
---|
| 35 | <p> |
---|
| 36 | <div class="dynheader"> |
---|
| 37 | Inheritance diagram for bdm::UIbuilder:</div> |
---|
| 38 | <div class="dynsection"> |
---|
| 39 | <p><center><img src="classbdm_1_1UIbuilder__inherit__graph.png" border="0" usemap="#bdm_1_1UIbuilder__inherit__map" alt="Inheritance graph"></center> |
---|
[264] | 40 | <map name="bdm_1_1UIbuilder__inherit__map"> |
---|
[269] | 41 | <area shape="rect" href="classUIARX.html" title="UIARX" alt="" coords="296,84,355,111"><area shape="rect" href="classUIArxDS.html" title="UIArxDS" alt="" coords="379,84,453,111"></map> |
---|
[259] | 42 | <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> |
---|
| 43 | |
---|
| 44 | <p> |
---|
| 45 | <a href="classbdm_1_1UIbuilder-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> |
---|
| 46 | <tr><td></td></tr> |
---|
| 47 | <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> |
---|
| 48 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="c75103dd58395644e80f1eea886c656b"></a><!-- doxytag: member="bdm::UIbuilder::UIbuilder" ref="c75103dd58395644e80f1eea886c656b" args="(const string &typ)" --> |
---|
[261] | 49 | </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#c75103dd58395644e80f1eea886c656b">UIbuilder</a> (const string &typ)</td></tr> |
---|
[259] | 50 | |
---|
[261] | 51 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Constructor needs to be run only once macro UIREGISTER. <br></td></tr> |
---|
| 52 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="193cede6302669ff48dfd8ab3b7e31f8"></a><!-- doxytag: member="bdm::UIbuilder::build" ref="193cede6302669ff48dfd8ab3b7e31f8" args="(Setting &S) const =0" --> |
---|
| 53 | virtual <a class="el" href="classbdm_1_1bdmroot.html">bdmroot</a> * </td><td class="memItemRight" valign="bottom"><a class="el" href="classbdm_1_1UIbuilder.html#193cede6302669ff48dfd8ab3b7e31f8">build</a> (Setting &S) const =0</td></tr> |
---|
[259] | 54 | |
---|
[261] | 55 | <tr><td class="mdescLeft"> </td><td class="mdescRight">Function building the computational object. <br></td></tr> |
---|
[259] | 56 | <tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr> |
---|
[261] | 57 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="3c514c2eb6fc6a347f15c270a32ddebd"></a><!-- doxytag: member="bdm::UIbuilder::getvec" ref="3c514c2eb6fc6a347f15c270a32ddebd" args="(Setting &S) const " --> |
---|
| 58 | const vec </td><td class="memItemRight" valign="bottom"><b>getvec</b> (Setting &S) const </td></tr> |
---|
[259] | 59 | |
---|
[269] | 60 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="1e78cce143622e3a0ba66af4768bc3e8"></a><!-- doxytag: member="bdm::UIbuilder::getmat" ref="1e78cce143622e3a0ba66af4768bc3e8" args="(Setting &S, int ncols) const " --> |
---|
| 61 | const mat </td><td class="memItemRight" valign="bottom"><b>getmat</b> (Setting &S, int ncols) const </td></tr> |
---|
| 62 | |
---|
[261] | 63 | <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="5f0c1a56ac46342d339c8e7944639b4b"></a><!-- doxytag: member="bdm::UIbuilder::getivec" ref="5f0c1a56ac46342d339c8e7944639b4b" args="(Setting &S) const " --> |
---|
| 64 | const vec </td><td class="memItemRight" valign="bottom"><b>getivec</b> (Setting &S) const </td></tr> |
---|
[259] | 65 | |
---|
| 66 | </table> |
---|
| 67 | <hr><a name="_details"></a><h2>Detailed Description</h2> |
---|
[264] | 68 | Builds computational object from a UserInfo structure. |
---|
[259] | 69 | <p> |
---|
| 70 | Return value is a pointer to the created object (memory management issue?) <hr>The documentation for this class was generated from the following file:<ul> |
---|
[261] | 71 | <li><a class="el" href="uibuilder_8h-source.html">uibuilder.h</a></ul> |
---|
[259] | 72 | </div> |
---|
[269] | 73 | <hr size="1"><address style="text-align: right;"><small>Generated on Wed Feb 11 10:21:12 2009 for mixpp by |
---|
[259] | 74 | <a href="http://www.doxygen.org/index.html"> |
---|
| 75 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> |
---|
| 76 | </body> |
---|
| 77 | </html> |
---|