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 - Functions</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> |
---|
63 | <li class="current"><a href="annotated.html"><span>Classes</span></a></li> |
---|
64 | <li><a href="files.html"><span>Files</span></a></li> |
---|
65 | <li> |
---|
66 | <div id="MSearchBox" class="MSearchBoxInactive"> |
---|
67 | <img id="MSearchSelect" src="search/search.png" |
---|
68 | onmouseover="return searchBox.OnSearchSelectShow()" |
---|
69 | onmouseout="return searchBox.OnSearchSelectHide()" |
---|
70 | alt=""/> |
---|
71 | <input type="text" id="MSearchField" value="Search" accesskey="S" |
---|
72 | onfocus="searchBox.OnSearchFieldFocus(true)" |
---|
73 | onblur="searchBox.OnSearchFieldFocus(false)" |
---|
74 | onkeyup="searchBox.OnSearchFieldChange(event)"/> |
---|
75 | <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> |
---|
76 | </div> |
---|
77 | </li> |
---|
78 | </ul> |
---|
79 | </div> |
---|
80 | <div class="tabs"> |
---|
81 | <ul> |
---|
82 | <li><a href="annotated.html"><span>Class List</span></a></li> |
---|
83 | <li class="current"><a href="functions.html"><span>Class Members</span></a></li> |
---|
84 | </ul> |
---|
85 | </div> |
---|
86 | <div class="tabs"> |
---|
87 | <ul> |
---|
88 | <li><a href="functions.html"><span>All</span></a></li> |
---|
89 | <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> |
---|
90 | <li><a href="functions_vars.html"><span>Variables</span></a></li> |
---|
91 | </ul> |
---|
92 | </div> |
---|
93 | </div> |
---|
94 | <div class="contents"> |
---|
95 | <ul> |
---|
96 | <li>clear() |
---|
97 | : <a class="el" href="class_c_t_s_p_model.html#a4944812fdf6d348735db401f966b4f4a">CTSPModel</a> |
---|
98 | </li> |
---|
99 | <li>closeEvent() |
---|
100 | : <a class="el" href="class_main_window.html#a38edb88d43e844aca9d2e762c8706565">MainWindow</a> |
---|
101 | </li> |
---|
102 | <li>colorChanged() |
---|
103 | : <a class="el" href="class_settings_dialog.html#a582255a7b2b320d0efa7e97a97e432c1">SettingsDialog</a> |
---|
104 | </li> |
---|
105 | <li>columnCount() |
---|
106 | : <a class="el" href="class_c_t_s_p_model.html#a94b2639d6b65af914ce17b816ddc3572">CTSPModel</a> |
---|
107 | </li> |
---|
108 | <li>CTSPModel() |
---|
109 | : <a class="el" href="class_c_t_s_p_model.html#a50a24986bc34b37c6c3b7bb52371b837">CTSPModel</a> |
---|
110 | </li> |
---|
111 | <li>CTSPSolver() |
---|
112 | : <a class="el" href="class_c_t_s_p_solver.html#aa5e45813d8f5e1c039b1bb9746d367bd">CTSPSolver</a> |
---|
113 | </li> |
---|
114 | <li>data() |
---|
115 | : <a class="el" href="class_c_t_s_p_model.html#ab8ccba12783303f239f92fe72b48793e">CTSPModel</a> |
---|
116 | </li> |
---|
117 | <li>flags() |
---|
118 | : <a class="el" href="class_c_t_s_p_model.html#a057b15ee4fc0f8c7b5648188b8173db6">CTSPModel</a> |
---|
119 | </li> |
---|
120 | <li>fontChanged() |
---|
121 | : <a class="el" href="class_settings_dialog.html#a3bbdd390758bf15a2c5e1fa69586560d">SettingsDialog</a> |
---|
122 | </li> |
---|
123 | <li>getSortedPath() |
---|
124 | : <a class="el" href="class_c_t_s_p_solver.html#a57556c971a25e3556c4aa3cc1fd2d3d0">CTSPSolver</a> |
---|
125 | </li> |
---|
126 | <li>getVersionId() |
---|
127 | : <a class="el" href="class_c_t_s_p_solver.html#a677a878c4c8a06316a5d8d5a4fc8ab65">CTSPSolver</a> |
---|
128 | </li> |
---|
129 | <li>headerData() |
---|
130 | : <a class="el" href="class_c_t_s_p_model.html#a425d9678b2c2c63cf00fabb5643a2615">CTSPModel</a> |
---|
131 | </li> |
---|
132 | <li>isOptimal() |
---|
133 | : <a class="el" href="class_c_t_s_p_solver.html#a28d546e840cf53c639b45c0f26419f7a">CTSPSolver</a> |
---|
134 | </li> |
---|
135 | <li>loadTask() |
---|
136 | : <a class="el" href="class_c_t_s_p_model.html#ab2827e0bdb3246ade67df5a09805524a">CTSPModel</a> |
---|
137 | </li> |
---|
138 | <li>MainWindow() |
---|
139 | : <a class="el" href="class_main_window.html#a8b244be8b7b7db1b08de2a2acb9409db">MainWindow</a> |
---|
140 | </li> |
---|
141 | <li>numCities() |
---|
142 | : <a class="el" href="class_c_t_s_p_model.html#a4fcde91257e57ba0e9754418cb83148e">CTSPModel</a> |
---|
143 | </li> |
---|
144 | <li>numCitiesChanged() |
---|
145 | : <a class="el" href="class_c_t_s_p_model.html#a733908abe1ffabf49ad34ccdabaeeee9">CTSPModel</a> |
---|
146 | </li> |
---|
147 | <li>randomize() |
---|
148 | : <a class="el" href="class_c_t_s_p_model.html#ad18e48dd0b0ad56d8e4ae3b1bc039e4a">CTSPModel</a> |
---|
149 | </li> |
---|
150 | <li>rowCount() |
---|
151 | : <a class="el" href="class_c_t_s_p_model.html#a7f00cebe4cf0fed16f734544c81103f9">CTSPModel</a> |
---|
152 | </li> |
---|
153 | <li>saveTask() |
---|
154 | : <a class="el" href="class_c_t_s_p_model.html#aae606273bf2ad5d76779e00901d76593">CTSPModel</a> |
---|
155 | </li> |
---|
156 | <li>setData() |
---|
157 | : <a class="el" href="class_c_t_s_p_model.html#a4bb074d84c35fa350a55ca78b41e967f">CTSPModel</a> |
---|
158 | </li> |
---|
159 | <li>setNumCities() |
---|
160 | : <a class="el" href="class_c_t_s_p_model.html#a5c485ac77762dbf4e27fb6d8d0664e3c">CTSPModel</a> |
---|
161 | </li> |
---|
162 | <li>SettingsDialog() |
---|
163 | : <a class="el" href="class_settings_dialog.html#a9933956b777b2c0451e9119581cc22fb">SettingsDialog</a> |
---|
164 | </li> |
---|
165 | <li>solve() |
---|
166 | : <a class="el" href="class_c_t_s_p_solver.html#a9dab2bba56c384663fb21f5e4d1f2743">CTSPSolver</a> |
---|
167 | </li> |
---|
168 | <li>sStep() |
---|
169 | : <a class="el" href="structs_step.html#aa172f0fca5234cfa240121e6363e6951">sStep</a> |
---|
170 | </li> |
---|
171 | </ul> |
---|
172 | </div> |
---|
173 | <!--- window showing the filter options --> |
---|
174 | <div id="MSearchSelectWindow" |
---|
175 | onmouseover="return searchBox.OnSearchSelectShow()" |
---|
176 | onmouseout="return searchBox.OnSearchSelectHide()" |
---|
177 | onkeydown="return searchBox.OnSearchSelectKey(event)"> |
---|
178 | <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>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Defines</a></div> |
---|
179 | |
---|
180 | <!-- iframe showing the search results (closed by default) --> |
---|
181 | <div id="MSearchResultsWindow"> |
---|
182 | <iframe src="" frameborder="0" |
---|
183 | name="MSearchResults" id="MSearchResults"> |
---|
184 | </iframe> |
---|
185 | </div> |
---|
186 | |
---|
187 | <hr size="1"/><address style="text-align: right;"><small>Generated on Sat Oct 24 16:33:19 2009 for TSPSG: TSP Solver and Generator by |
---|
188 | <a href="http://www.doxygen.org/index.html"> |
---|
189 | <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address> |
---|
190 | </body> |
---|
191 | </html> |
---|