[68] | 1 | <!-- This comment will put IE 6, 7 and 8 in quirks mode --> |
---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
| 4 | <head> |
---|
| 5 | <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> |
---|
| 6 | <title>TSPSG: TSP Solver and Generator: Class Members</title> |
---|
| 7 | <link href="tabs.css" rel="stylesheet" type="text/css"/> |
---|
| 8 | <link href="search/search.css" rel="stylesheet" type="text/css"/> |
---|
| 9 | <script type="text/javaScript" src="search/search.js"></script> |
---|
| 10 | <link href="doxygen.css" rel="stylesheet" type="text/css"/> |
---|
| 11 | </head> |
---|
| 12 | <body onload='searchBox.OnSelectItem(0);'> |
---|
| 13 | <!-- Generated by Doxygen 1.6.1 --> |
---|
| 14 | <script type="text/javascript"><!-- |
---|
| 15 | var searchBox = new SearchBox("searchBox", "search",false,'Search'); |
---|
| 16 | --></script> |
---|
| 17 | <script type="text/javascript"> |
---|
| 18 | <!-- |
---|
| 19 | function changeDisplayState (e){ |
---|
| 20 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
| 21 | var button=this.firstChild; |
---|
| 22 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
| 23 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
| 24 | sectionDiv.style.display='block'; |
---|
| 25 | button.src='open.gif'; |
---|
| 26 | }else{ |
---|
| 27 | sectionDiv.style.display='none'; |
---|
| 28 | button.src='closed.gif'; |
---|
| 29 | } |
---|
| 30 | } |
---|
| 31 | function initDynSections(){ |
---|
| 32 | var divs=document.getElementsByTagName('div'); |
---|
| 33 | var sectionCounter=1; |
---|
| 34 | for(var i=0;i<divs.length-1;i++){ |
---|
| 35 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
| 36 | var header=divs[i]; |
---|
| 37 | var section=divs[i+1]; |
---|
| 38 | var button=header.firstChild; |
---|
| 39 | if (button!='IMG'){ |
---|
| 40 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
| 41 | button=document.createElement('img'); |
---|
| 42 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
| 43 | } |
---|
| 44 | header.style.cursor='pointer'; |
---|
| 45 | header.onclick=changeDisplayState; |
---|
| 46 | header.id='dynheader'+sectionCounter; |
---|
| 47 | button.src='closed.gif'; |
---|
| 48 | section.id='dynsection'+sectionCounter; |
---|
| 49 | section.style.display='none'; |
---|
| 50 | section.style.marginLeft='14px'; |
---|
| 51 | sectionCounter++; |
---|
| 52 | } |
---|
| 53 | } |
---|
| 54 | } |
---|
| 55 | window.onload = initDynSections; |
---|
| 56 | --> |
---|
| 57 | </script> |
---|
| 58 | <div class="navigation" id="top"> |
---|
| 59 | <div class="tabs"> |
---|
| 60 | <ul> |
---|
| 61 | <li><a href="index.html"><span>Main Page</span></a></li> |
---|
| 62 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
[112] | 63 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> |
---|
[68] | 64 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
| 65 | <li><a href="files.html"><span>Files</span></a></li> |
---|
| 66 | <li> |
---|
| 67 | <div id="MSearchBox" class="MSearchBoxInactive"> |
---|
| 68 | <img id="MSearchSelect" src="search/search.png" |
---|
| 69 | onmouseover="return searchBox.OnSearchSelectShow()" |
---|
| 70 | onmouseout="return searchBox.OnSearchSelectHide()" |
---|
| 71 | alt=""/> |
---|
| 72 | <input type="text" id="MSearchField" value="Search" accesskey="S" |
---|
| 73 | onfocus="searchBox.OnSearchFieldFocus(true)" |
---|
| 74 | onblur="searchBox.OnSearchFieldFocus(false)" |
---|
| 75 | onkeyup="searchBox.OnSearchFieldChange(event)"/> |
---|
| 76 | <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> |
---|
| 77 | </div> |
---|
| 78 | </li> |
---|
| 79 | </ul> |
---|
| 80 | </div> |
---|
| 81 | <div class="tabs"> |
---|
| 82 | <ul> |
---|
| 83 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
[72] | 84 | <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> |
---|
[68] | 85 | <li class="current"><a href="functions.html"><span>Class Members</span></a></li> |
---|
| 86 | </ul> |
---|
| 87 | </div> |
---|
| 88 | <div class="tabs"> |
---|
| 89 | <ul> |
---|
| 90 | <li class="current"><a href="functions.html"><span>All</span></a></li> |
---|
| 91 | <li><a href="functions_func.html"><span>Functions</span></a></li> |
---|
| 92 | <li><a href="functions_vars.html"><span>Variables</span></a></li> |
---|
[112] | 93 | <li><a href="functions_enum.html"><span>Enumerations</span></a></li> |
---|
| 94 | <li><a href="functions_eval.html"><span>Enumerator</span></a></li> |
---|
[68] | 95 | </ul> |
---|
| 96 | </div> |
---|
| 97 | <div class="tabs"> |
---|
| 98 | <ul> |
---|
| 99 | <li><a href="#index_a"><span>a</span></a></li> |
---|
| 100 | <li><a href="#index_c"><span>c</span></a></li> |
---|
| 101 | <li><a href="#index_d"><span>d</span></a></li> |
---|
[97] | 102 | <li><a href="#index_e"><span>e</span></a></li> |
---|
[68] | 103 | <li><a href="#index_f"><span>f</span></a></li> |
---|
| 104 | <li><a href="#index_g"><span>g</span></a></li> |
---|
| 105 | <li><a href="#index_h"><span>h</span></a></li> |
---|
| 106 | <li><a href="#index_i"><span>i</span></a></li> |
---|
| 107 | <li><a href="#index_l"><span>l</span></a></li> |
---|
| 108 | <li><a href="#index_m"><span>m</span></a></li> |
---|
| 109 | <li><a href="#index_n"><span>n</span></a></li> |
---|
[76] | 110 | <li><a href="#index_o"><span>o</span></a></li> |
---|
[68] | 111 | <li><a href="#index_p"><span>p</span></a></li> |
---|
| 112 | <li><a href="#index_r"><span>r</span></a></li> |
---|
| 113 | <li><a href="#index_s"><span>s</span></a></li> |
---|
[97] | 114 | <li><a href="#index_t"><span>t</span></a></li> |
---|
[100] | 115 | <li><a href="#index_w"><span>w</span></a></li> |
---|
[68] | 116 | </ul> |
---|
| 117 | </div> |
---|
| 118 | </div> |
---|
| 119 | <div class="contents"> |
---|
| 120 | Here is a list of all documented class members with links to the class documentation for each member: |
---|
| 121 | |
---|
| 122 | <h3><a class="anchor" id="index_a">- a -</a></h3><ul> |
---|
| 123 | <li>alts |
---|
[112] | 124 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af95b7f421e7373e32548c64c358438d7">TSPSolver::SStep</a> |
---|
[68] | 125 | </li> |
---|
| 126 | </ul> |
---|
| 127 | |
---|
| 128 | |
---|
| 129 | <h3><a class="anchor" id="index_c">- c -</a></h3><ul> |
---|
[100] | 130 | <li>cancel() |
---|
[112] | 131 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a46a3da58d4bb9431bea2c915ceaf1eea">TSPSolver::CTSPSolver</a> |
---|
[100] | 132 | </li> |
---|
[68] | 133 | <li>candidate |
---|
[112] | 134 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af569aef4d00d3e33f39d8f251138860e">TSPSolver::SStep</a> |
---|
[68] | 135 | </li> |
---|
[100] | 136 | <li>cleanup() |
---|
[112] | 137 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a3ef198959f1b4c32b84fbd5222f8b796">TSPSolver::CTSPSolver</a> |
---|
[100] | 138 | </li> |
---|
[68] | 139 | <li>clear() |
---|
| 140 | : <a class="el" href="class_c_t_s_p_model.html#a4944812fdf6d348735db401f966b4f4a">CTSPModel</a> |
---|
| 141 | </li> |
---|
| 142 | <li>colorChanged() |
---|
| 143 | : <a class="el" href="class_settings_dialog.html#a582255a7b2b320d0efa7e97a97e432c1">SettingsDialog</a> |
---|
| 144 | </li> |
---|
[97] | 145 | <li>colorizatinColor() |
---|
| 146 | : <a class="el" href="class_qt_win.html#a1f53cc322d38d97e295520f07cb1a728">QtWin</a> |
---|
| 147 | </li> |
---|
[68] | 148 | <li>columnCount() |
---|
[72] | 149 | : <a class="el" href="class_c_t_s_p_model.html#ac1942bbffc1313543641881e456f2e55">CTSPModel</a> |
---|
[68] | 150 | </li> |
---|
| 151 | <li>CTSPModel() |
---|
| 152 | : <a class="el" href="class_c_t_s_p_model.html#a50a24986bc34b37c6c3b7bb52371b837">CTSPModel</a> |
---|
| 153 | </li> |
---|
| 154 | <li>CTSPSolver() |
---|
[112] | 155 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a71bebe073ed5149a4558a779410a2e6b">TSPSolver::CTSPSolver</a> |
---|
[68] | 156 | </li> |
---|
| 157 | </ul> |
---|
| 158 | |
---|
| 159 | |
---|
| 160 | <h3><a class="anchor" id="index_d">- d -</a></h3><ul> |
---|
| 161 | <li>data() |
---|
[72] | 162 | : <a class="el" href="class_c_t_s_p_model.html#aad200081a43582e766096807c04227dc">CTSPModel</a> |
---|
[68] | 163 | </li> |
---|
| 164 | </ul> |
---|
| 165 | |
---|
| 166 | |
---|
[97] | 167 | <h3><a class="anchor" id="index_e">- e -</a></h3><ul> |
---|
| 168 | <li>enableBlurBehindWindow() |
---|
| 169 | : <a class="el" href="class_qt_win.html#accb2708f861220124722091b102b819f">QtWin</a> |
---|
| 170 | </li> |
---|
| 171 | <li>extendFrameIntoClientArea() |
---|
| 172 | : <a class="el" href="class_qt_win.html#a33046d127bbd86b26a46f914c1793dfb">QtWin</a> |
---|
| 173 | </li> |
---|
| 174 | </ul> |
---|
| 175 | |
---|
| 176 | |
---|
[68] | 177 | <h3><a class="anchor" id="index_f">- f -</a></h3><ul> |
---|
| 178 | <li>flags() |
---|
[72] | 179 | : <a class="el" href="class_c_t_s_p_model.html#a77881106624bfc203fb97bffe0d7b585">CTSPModel</a> |
---|
[68] | 180 | </li> |
---|
| 181 | <li>fontChanged() |
---|
| 182 | : <a class="el" href="class_settings_dialog.html#a3bbdd390758bf15a2c5e1fa69586560d">SettingsDialog</a> |
---|
| 183 | </li> |
---|
| 184 | </ul> |
---|
| 185 | |
---|
| 186 | |
---|
| 187 | <h3><a class="anchor" id="index_g">- g -</a></h3><ul> |
---|
| 188 | <li>getSortedPath() |
---|
[112] | 189 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a8897c0737ef2451ae606c38113477521">TSPSolver::CTSPSolver</a> |
---|
[68] | 190 | </li> |
---|
[112] | 191 | <li>getTotalSteps() |
---|
| 192 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a721973cc992b62750aae6fd3ab65773d">TSPSolver::CTSPSolver</a> |
---|
| 193 | </li> |
---|
[68] | 194 | <li>getVersionId() |
---|
[112] | 195 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a71d04cbead3508cdff606a5ccc79e59e">TSPSolver::CTSPSolver</a> |
---|
[68] | 196 | </li> |
---|
| 197 | </ul> |
---|
| 198 | |
---|
| 199 | |
---|
| 200 | <h3><a class="anchor" id="index_h">- h -</a></h3><ul> |
---|
| 201 | <li>headerData() |
---|
[72] | 202 | : <a class="el" href="class_c_t_s_p_model.html#a8c716850f6c31fa42b219d7f84038d71">CTSPModel</a> |
---|
[68] | 203 | </li> |
---|
| 204 | </ul> |
---|
| 205 | |
---|
| 206 | |
---|
| 207 | <h3><a class="anchor" id="index_i">- i -</a></h3><ul> |
---|
[97] | 208 | <li>isCompositionEnabled() |
---|
| 209 | : <a class="el" href="class_qt_win.html#ad90dbf318593dd8b4d29c4f7dc8c887f">QtWin</a> |
---|
| 210 | </li> |
---|
[68] | 211 | <li>isOptimal() |
---|
[112] | 212 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a2b82ac68b981c47a3261f4e4e9ecd2bd">TSPSolver::CTSPSolver</a> |
---|
[68] | 213 | </li> |
---|
| 214 | </ul> |
---|
| 215 | |
---|
| 216 | |
---|
| 217 | <h3><a class="anchor" id="index_l">- l -</a></h3><ul> |
---|
[112] | 218 | <li>LeftBranch |
---|
| 219 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af1a915528229317a309dfba9991fcd86a077009b17a9710f3cf1a72803aa05243">TSPSolver::SStep</a> |
---|
| 220 | </li> |
---|
[68] | 221 | <li>loadTask() |
---|
[72] | 222 | : <a class="el" href="class_c_t_s_p_model.html#ae25b1d25b13488fde89e381152c62549">CTSPModel</a> |
---|
[68] | 223 | </li> |
---|
| 224 | </ul> |
---|
| 225 | |
---|
| 226 | |
---|
| 227 | <h3><a class="anchor" id="index_m">- m -</a></h3><ul> |
---|
| 228 | <li>MainWindow() |
---|
| 229 | : <a class="el" href="class_main_window.html#a8b244be8b7b7db1b08de2a2acb9409db">MainWindow</a> |
---|
| 230 | </li> |
---|
| 231 | <li>matrix |
---|
[112] | 232 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#ae2ae1106147f4cd4a1e7a15c2bdf9cdc">TSPSolver::SStep</a> |
---|
[68] | 233 | </li> |
---|
| 234 | </ul> |
---|
| 235 | |
---|
| 236 | |
---|
| 237 | <h3><a class="anchor" id="index_n">- n -</a></h3><ul> |
---|
| 238 | <li>nCol |
---|
[112] | 239 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step_1_1_s_candidate.html#af6a9d9a2df92c1a56a7156ef7b9f6a27">TSPSolver::SStep::SCandidate</a> |
---|
[68] | 240 | </li> |
---|
[112] | 241 | <li>next |
---|
| 242 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#a8db8f6149eb89754aeefd35348292375">TSPSolver::SStep</a> |
---|
| 243 | </li> |
---|
| 244 | <li>NextStep |
---|
| 245 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af1a915528229317a309dfba9991fcd86">TSPSolver::SStep</a> |
---|
| 246 | </li> |
---|
| 247 | <li>NoNextStep |
---|
| 248 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af1a915528229317a309dfba9991fcd86a3b8ba538613f8e35ff43828c6522c354">TSPSolver::SStep</a> |
---|
| 249 | </li> |
---|
[68] | 250 | <li>nRow |
---|
[112] | 251 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step_1_1_s_candidate.html#ae8336e07f26a5b51439c6c7ac3c15800">TSPSolver::SStep::SCandidate</a> |
---|
[68] | 252 | </li> |
---|
| 253 | <li>numCities() |
---|
| 254 | : <a class="el" href="class_c_t_s_p_model.html#a4fcde91257e57ba0e9754418cb83148e">CTSPModel</a> |
---|
| 255 | </li> |
---|
| 256 | <li>numCitiesChanged() |
---|
| 257 | : <a class="el" href="class_c_t_s_p_model.html#a733908abe1ffabf49ad34ccdabaeeee9">CTSPModel</a> |
---|
| 258 | </li> |
---|
| 259 | </ul> |
---|
| 260 | |
---|
| 261 | |
---|
[76] | 262 | <h3><a class="anchor" id="index_o">- o -</a></h3><ul> |
---|
| 263 | <li>operator==() |
---|
[112] | 264 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step_1_1_s_candidate.html#a4ada1cd8006cf3b50d4a8e912965f0bc">TSPSolver::SStep::SCandidate</a> |
---|
[76] | 265 | </li> |
---|
| 266 | </ul> |
---|
| 267 | |
---|
| 268 | |
---|
[68] | 269 | <h3><a class="anchor" id="index_p">- p -</a></h3><ul> |
---|
| 270 | <li>plNode |
---|
[112] | 271 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#a3d4642f69b5eb7531697112341d31fd9">TSPSolver::SStep</a> |
---|
[68] | 272 | </li> |
---|
[97] | 273 | <li>pNode |
---|
[112] | 274 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#a4689e211e6a03f4b255243fde93ac54e">TSPSolver::SStep</a> |
---|
[97] | 275 | </li> |
---|
[68] | 276 | <li>price |
---|
[112] | 277 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#a881c1503127ad2426194700491ea4026">TSPSolver::SStep</a> |
---|
[68] | 278 | </li> |
---|
| 279 | <li>prNode |
---|
[112] | 280 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#a44db7deaa9dbb69eafdf5fc7efd2296b">TSPSolver::SStep</a> |
---|
[68] | 281 | </li> |
---|
| 282 | </ul> |
---|
| 283 | |
---|
| 284 | |
---|
| 285 | <h3><a class="anchor" id="index_r">- r -</a></h3><ul> |
---|
| 286 | <li>randomize() |
---|
| 287 | : <a class="el" href="class_c_t_s_p_model.html#ad18e48dd0b0ad56d8e4ae3b1bc039e4a">CTSPModel</a> |
---|
| 288 | </li> |
---|
[112] | 289 | <li>RightBranch |
---|
| 290 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#af1a915528229317a309dfba9991fcd86aa09cf2c0a12d3097b67884e9c45e1818">TSPSolver::SStep</a> |
---|
| 291 | </li> |
---|
[100] | 292 | <li>routePartFound() |
---|
[112] | 293 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a5e02867f053089a3e096f6baa70499a2">TSPSolver::CTSPSolver</a> |
---|
[100] | 294 | </li> |
---|
[68] | 295 | <li>rowCount() |
---|
[72] | 296 | : <a class="el" href="class_c_t_s_p_model.html#a419c2b9d40fc2f348b15ae02f442a39b">CTSPModel</a> |
---|
[68] | 297 | </li> |
---|
| 298 | </ul> |
---|
| 299 | |
---|
| 300 | |
---|
| 301 | <h3><a class="anchor" id="index_s">- s -</a></h3><ul> |
---|
| 302 | <li>saveTask() |
---|
[72] | 303 | : <a class="el" href="class_c_t_s_p_model.html#aa73d906286cf369d9e6352348e1aca61">CTSPModel</a> |
---|
[68] | 304 | </li> |
---|
[76] | 305 | <li>SCandidate() |
---|
[112] | 306 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step_1_1_s_candidate.html#ad1f84242c537c8c824c5383cec63c233">TSPSolver::SStep::SCandidate</a> |
---|
[76] | 307 | </li> |
---|
[68] | 308 | <li>setData() |
---|
[72] | 309 | : <a class="el" href="class_c_t_s_p_model.html#a614a0e748bdf52c504a0284c07a977ed">CTSPModel</a> |
---|
[68] | 310 | </li> |
---|
| 311 | <li>setNumCities() |
---|
[72] | 312 | : <a class="el" href="class_c_t_s_p_model.html#aff717cb92ce6426033e85716644b9cef">CTSPModel</a> |
---|
[68] | 313 | </li> |
---|
| 314 | <li>SettingsDialog() |
---|
| 315 | : <a class="el" href="class_settings_dialog.html#a9933956b777b2c0451e9119581cc22fb">SettingsDialog</a> |
---|
| 316 | </li> |
---|
| 317 | <li>solve() |
---|
[112] | 318 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#ab8a5a387deebffd898577dba31a95099">TSPSolver::CTSPSolver</a> |
---|
[68] | 319 | </li> |
---|
[76] | 320 | <li>SStep() |
---|
[112] | 321 | : <a class="el" href="struct_t_s_p_solver_1_1_s_step.html#ae1d7209d6effb9fcfa28aafeac360c31">TSPSolver::SStep</a> |
---|
[68] | 322 | </li> |
---|
| 323 | </ul> |
---|
[97] | 324 | |
---|
| 325 | |
---|
| 326 | <h3><a class="anchor" id="index_t">- t -</a></h3><ul> |
---|
| 327 | <li>translucencyChanged() |
---|
| 328 | : <a class="el" href="class_settings_dialog.html#aaaee67d735da21a6a5ebe95be35fe430">SettingsDialog</a> |
---|
| 329 | </li> |
---|
| 330 | </ul> |
---|
[100] | 331 | |
---|
| 332 | |
---|
| 333 | <h3><a class="anchor" id="index_w">- w -</a></h3><ul> |
---|
| 334 | <li>wasCanceled() |
---|
[112] | 335 | : <a class="el" href="class_t_s_p_solver_1_1_c_t_s_p_solver.html#a6cce9079d60735f92037c98d6d361a82">TSPSolver::CTSPSolver</a> |
---|
[100] | 336 | </li> |
---|
| 337 | </ul> |
---|
[68] | 338 | </div> |
---|
| 339 | <!--- window showing the filter options --> |
---|
| 340 | <div id="MSearchSelectWindow" |
---|
| 341 | onmouseover="return searchBox.OnSearchSelectShow()" |
---|
| 342 | onmouseout="return searchBox.OnSearchSelectHide()" |
---|
| 343 | onkeydown="return searchBox.OnSearchSelectKey(event)"> |
---|
[112] | 344 | <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark"> </span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark"> </span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark"> </span>Defines</a></div> |
---|
[68] | 345 | |
---|
| 346 | <!-- iframe showing the search results (closed by default) --> |
---|
| 347 | <div id="MSearchResultsWindow"> |
---|
| 348 | <iframe src="" frameborder="0" |
---|
| 349 | name="MSearchResults" id="MSearchResults"> |
---|
| 350 | </iframe> |
---|
| 351 | </div> |
---|
| 352 | |
---|
[112] | 353 | <hr size="1"/><address style="text-align: right;"><small>Generated on Wed Apr 28 02:47:14 2010 for TSPSG: TSP Solver and Generator by |
---|
[68] | 354 | <a href="http://www.doxygen.org/index.html"> |
---|
| 355 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> |
---|
| 356 | </body> |
---|
| 357 | </html> |
---|