Fix manual.tex qmake configuration settings (thanks to Thomas K.!)
[qanava.git] / doc / reference / html / classqan_1_1_edge.html
blob7dc48a48e74366636c120280d84c86aa4f395914
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>Qanava: qan::Edge 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.1-p1 -->
8 <div class="tabs">
9 <ul>
10 <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
11 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
12 <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
13 <li><a href="files.html"><span>Files</span></a></li>
14 <li><a href="dirs.html"><span>Directories</span></a></li>
15 <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
16 </ul></div>
17 <div class="tabs">
18 <ul>
19 <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
20 <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
21 <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
22 </ul></div>
23 <div class="nav">
24 <a class="el" href="namespaceqan.html">qan</a>::<a class="el" href="classqan_1_1_edge.html">Edge</a></div>
25 <h1>qan::Edge Class Reference</h1><!-- doxytag: class="qan::Edge" -->Model a weighted directed edge between two nodes.
26 <a href="#_details">More...</a>
27 <p>
28 <code>#include &lt;qanEdge.h&gt;</code>
29 <p>
30 Collaboration diagram for qan::Edge:<p><center><img src="classqan_1_1_edge__coll__graph.png" border="0" usemap="#qan_1_1_edge__coll__map" alt="Collaboration graph"></center>
31 <map name="qan_1_1_edge__coll__map">
32 <area href="classqan_1_1_node.html" shape="rect" coords="7,7,89,34" alt="">
33 </map>
34 <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classqan_1_1_edge-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
35 <tr><td></td></tr>
36 <tr><td colspan="2"><br><h2>Generator Constructor/Destructor</h2></td></tr>
37 <tr><td colspan="2"><br><br></td></tr>
38 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef QList&lt; <a class="el" href="classqan_1_1_edge.html">Edge</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#97c75000b04e7d9d3c0c09727baee325">List</a></td></tr>
40 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Typedef for a QT list of <a class="el" href="classqan_1_1_edge.html">Edge</a>. <a href="#97c75000b04e7d9d3c0c09727baee325"></a><br></td></tr>
41 <tr><td class="memItemLeft" nowrap align="right" valign="top">typedef QSet&lt; <a class="el" href="classqan_1_1_edge.html">Edge</a> * &gt;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#27f7f33f5c818295aaa33f3b3a4c3d45">Set</a></td></tr>
43 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Typedef for a QT set of <a class="el" href="classqan_1_1_edge.html">Edge</a>. <a href="#27f7f33f5c818295aaa33f3b3a4c3d45"></a><br></td></tr>
44 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#c9a61df48401345afc6ed69c6fe0b29b">Edge</a> (<a class="el" href="classqan_1_1_node.html">Node</a> &amp;src, <a class="el" href="classqan_1_1_node.html">Node</a> &amp;dst, float weight=1.f)</td></tr>
46 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classqan_1_1_node.html">Node</a> constructor with source and destination initialization. <a href="#c9a61df48401345afc6ed69c6fe0b29b"></a><br></td></tr>
47 <tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#f60e43e8c8d39404a30f9cac1ed11cf4">Edge</a> (<a class="el" href="classqan_1_1_node.html">Node</a> *src, <a class="el" href="classqan_1_1_node.html">Node</a> *dst, float weight=1.f)</td></tr>
49 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classqan_1_1_node.html">Node</a> constructor with source and destination initialization. <a href="#f60e43e8c8d39404a30f9cac1ed11cf4"></a><br></td></tr>
50 <tr><td colspan="2"><br><h2>Source/Destination Management</h2></td></tr>
51 <tr><td colspan="2"><br><br></td></tr>
52 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#47f70f8217e7f992b4fd3c4321be49ac">_src</a></td></tr>
54 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classqan_1_1_edge.html">Edge</a> source. <a href="#47f70f8217e7f992b4fd3c4321be49ac"></a><br></td></tr>
55 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#2f4969c39a612a7831c9872d8f211635">_dst</a></td></tr>
57 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classqan_1_1_edge.html">Edge</a> destination. <a href="#2f4969c39a612a7831c9872d8f211635"></a><br></td></tr>
58 <tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#2f63e8cab01dc4889b229771d5f9c1ec">_weight</a></td></tr>
60 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight"><a class="el" href="classqan_1_1_edge.html">Edge</a> weight. <a href="#2f63e8cab01dc4889b229771d5f9c1ec"></a><br></td></tr>
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#73577f88fa396fd7d6d106257f071678">hasSrc</a> () const</td></tr>
63 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get edge source. <a href="#73577f88fa396fd7d6d106257f071678"></a><br></td></tr>
64 <tr><td class="memItemLeft" nowrap align="right" valign="top">bool&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#e988eba5ec28f2f287def308a3da8c52">hasDst</a> () const</td></tr>
66 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get edge destination. <a href="#e988eba5ec28f2f287def308a3da8c52"></a><br></td></tr>
67 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#3e3605dd624283cf6ac63c157cd9e187">getSrc</a> ()</td></tr>
69 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get edge source. <a href="#3e3605dd624283cf6ac63c157cd9e187"></a><br></td></tr>
70 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#aaf1d88fb3691d0d05f5a24560d001ca">getDst</a> ()</td></tr>
72 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get edge destination. <a href="#aaf1d88fb3691d0d05f5a24560d001ca"></a><br></td></tr>
73 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#c9bab5bb935bbcfcfb18e09b6d2259e3">getSrc</a> () const</td></tr>
75 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get const reference on the edge source. <a href="#c9bab5bb935bbcfcfb18e09b6d2259e3"></a><br></td></tr>
76 <tr><td class="memItemLeft" nowrap align="right" valign="top">const <a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#e9cb183a3055f32dcb8f57573a4cb1a8">getDst</a> () const</td></tr>
78 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get const reference on the edge destination. <a href="#e9cb183a3055f32dcb8f57573a4cb1a8"></a><br></td></tr>
79 <tr><td class="memItemLeft" nowrap align="right" valign="top">float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#4787ab95ff4b3f3e9ba69a37c5ebbd9a">getWeight</a> () const</td></tr>
81 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Get edge's weight. <a href="#4787ab95ff4b3f3e9ba69a37c5ebbd9a"></a><br></td></tr>
82 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#f87411099162cc50619929cec43f843f">setWeight</a> (float weight)</td></tr>
84 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set edge's weight. <a href="#f87411099162cc50619929cec43f843f"></a><br></td></tr>
85 <tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classqan_1_1_edge.html#4a736ea9b15b1673d3d72973eec0eba5">set</a> (<a class="el" href="classqan_1_1_node.html">Node</a> *src, <a class="el" href="classqan_1_1_node.html">Node</a> *dst)</td></tr>
87 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Set edge source and destination (use this method carefully it is normally reserved for serialization implementation). <a href="#4a736ea9b15b1673d3d72973eec0eba5"></a><br></td></tr>
88 </table>
89 <hr><a name="_details"></a><h2>Detailed Description</h2>
90 Model a weighted directed edge between two nodes.
91 <p>
92 <hr><h2>Member Typedef Documentation</h2>
93 <a class="anchor" name="97c75000b04e7d9d3c0c09727baee325"></a><!-- doxytag: member="qan::Edge::List" ref="97c75000b04e7d9d3c0c09727baee325" args="" -->
94 <div class="memitem">
95 <div class="memproto">
96 <table class="memname">
97 <tr>
98 <td class="memname">typedef QList&lt; <a class="el" href="classqan_1_1_edge.html">Edge</a>* &gt; <a class="el" href="classqan_1_1_edge.html#97c75000b04e7d9d3c0c09727baee325">qan::Edge::List</a> </td>
99 </tr>
100 </table>
101 </div>
102 <div class="memdoc">
105 Typedef for a QT list of <a class="el" href="classqan_1_1_edge.html">Edge</a>.
108 </div>
109 </div><p>
110 <a class="anchor" name="27f7f33f5c818295aaa33f3b3a4c3d45"></a><!-- doxytag: member="qan::Edge::Set" ref="27f7f33f5c818295aaa33f3b3a4c3d45" args="" -->
111 <div class="memitem">
112 <div class="memproto">
113 <table class="memname">
114 <tr>
115 <td class="memname">typedef QSet&lt; <a class="el" href="classqan_1_1_edge.html">Edge</a>* &gt; <a class="el" href="classqan_1_1_edge.html#27f7f33f5c818295aaa33f3b3a4c3d45">qan::Edge::Set</a> </td>
116 </tr>
117 </table>
118 </div>
119 <div class="memdoc">
122 Typedef for a QT set of <a class="el" href="classqan_1_1_edge.html">Edge</a>.
125 </div>
126 </div><p>
127 <hr><h2>Constructor &amp; Destructor Documentation</h2>
128 <a class="anchor" name="c9a61df48401345afc6ed69c6fe0b29b"></a><!-- doxytag: member="qan::Edge::Edge" ref="c9a61df48401345afc6ed69c6fe0b29b" args="(Node &amp;src, Node &amp;dst, float weight=1.f)" -->
129 <div class="memitem">
130 <div class="memproto">
131 <table class="memname">
132 <tr>
133 <td class="memname">qan::Edge::Edge </td>
134 <td>(</td>
135 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td>
136 <td class="paramname"> <em>src</em>, </td>
137 </tr>
138 <tr>
139 <td class="paramkey"></td>
140 <td></td>
141 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> &amp;&nbsp;</td>
142 <td class="paramname"> <em>dst</em>, </td>
143 </tr>
144 <tr>
145 <td class="paramkey"></td>
146 <td></td>
147 <td class="paramtype">float&nbsp;</td>
148 <td class="paramname"> <em>weight</em> = <code>1.f</code></td><td>&nbsp;</td>
149 </tr>
150 <tr>
151 <td></td>
152 <td>)</td>
153 <td></td><td></td><td width="100%"><code> [inline]</code></td>
154 </tr>
155 </table>
156 </div>
157 <div class="memdoc">
160 <a class="el" href="classqan_1_1_node.html">Node</a> constructor with source and destination initialization.
163 </div>
164 </div><p>
165 <a class="anchor" name="f60e43e8c8d39404a30f9cac1ed11cf4"></a><!-- doxytag: member="qan::Edge::Edge" ref="f60e43e8c8d39404a30f9cac1ed11cf4" args="(Node *src, Node *dst, float weight=1.f)" -->
166 <div class="memitem">
167 <div class="memproto">
168 <table class="memname">
169 <tr>
170 <td class="memname">qan::Edge::Edge </td>
171 <td>(</td>
172 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td>
173 <td class="paramname"> <em>src</em>, </td>
174 </tr>
175 <tr>
176 <td class="paramkey"></td>
177 <td></td>
178 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td>
179 <td class="paramname"> <em>dst</em>, </td>
180 </tr>
181 <tr>
182 <td class="paramkey"></td>
183 <td></td>
184 <td class="paramtype">float&nbsp;</td>
185 <td class="paramname"> <em>weight</em> = <code>1.f</code></td><td>&nbsp;</td>
186 </tr>
187 <tr>
188 <td></td>
189 <td>)</td>
190 <td></td><td></td><td width="100%"><code> [inline]</code></td>
191 </tr>
192 </table>
193 </div>
194 <div class="memdoc">
197 <a class="el" href="classqan_1_1_node.html">Node</a> constructor with source and destination initialization.
200 </div>
201 </div><p>
202 <hr><h2>Member Function Documentation</h2>
203 <a class="anchor" name="73577f88fa396fd7d6d106257f071678"></a><!-- doxytag: member="qan::Edge::hasSrc" ref="73577f88fa396fd7d6d106257f071678" args="() const" -->
204 <div class="memitem">
205 <div class="memproto">
206 <table class="memname">
207 <tr>
208 <td class="memname">bool qan::Edge::hasSrc </td>
209 <td>(</td>
210 <td class="paramname"> </td>
211 <td>&nbsp;)&nbsp;</td>
212 <td width="100%"> const<code> [inline]</code></td>
213 </tr>
214 </table>
215 </div>
216 <div class="memdoc">
219 Get edge source.
222 </div>
223 </div><p>
224 <a class="anchor" name="e988eba5ec28f2f287def308a3da8c52"></a><!-- doxytag: member="qan::Edge::hasDst" ref="e988eba5ec28f2f287def308a3da8c52" args="() const" -->
225 <div class="memitem">
226 <div class="memproto">
227 <table class="memname">
228 <tr>
229 <td class="memname">bool qan::Edge::hasDst </td>
230 <td>(</td>
231 <td class="paramname"> </td>
232 <td>&nbsp;)&nbsp;</td>
233 <td width="100%"> const<code> [inline]</code></td>
234 </tr>
235 </table>
236 </div>
237 <div class="memdoc">
240 Get edge destination.
243 </div>
244 </div><p>
245 <a class="anchor" name="3e3605dd624283cf6ac63c157cd9e187"></a><!-- doxytag: member="qan::Edge::getSrc" ref="3e3605dd624283cf6ac63c157cd9e187" args="()" -->
246 <div class="memitem">
247 <div class="memproto">
248 <table class="memname">
249 <tr>
250 <td class="memname"><a class="el" href="classqan_1_1_node.html">Node</a>&amp; qan::Edge::getSrc </td>
251 <td>(</td>
252 <td class="paramname"> </td>
253 <td>&nbsp;)&nbsp;</td>
254 <td width="100%"><code> [inline]</code></td>
255 </tr>
256 </table>
257 </div>
258 <div class="memdoc">
261 Get edge source.
264 </div>
265 </div><p>
266 <a class="anchor" name="aaf1d88fb3691d0d05f5a24560d001ca"></a><!-- doxytag: member="qan::Edge::getDst" ref="aaf1d88fb3691d0d05f5a24560d001ca" args="()" -->
267 <div class="memitem">
268 <div class="memproto">
269 <table class="memname">
270 <tr>
271 <td class="memname"><a class="el" href="classqan_1_1_node.html">Node</a>&amp; qan::Edge::getDst </td>
272 <td>(</td>
273 <td class="paramname"> </td>
274 <td>&nbsp;)&nbsp;</td>
275 <td width="100%"><code> [inline]</code></td>
276 </tr>
277 </table>
278 </div>
279 <div class="memdoc">
282 Get edge destination.
285 </div>
286 </div><p>
287 <a class="anchor" name="c9bab5bb935bbcfcfb18e09b6d2259e3"></a><!-- doxytag: member="qan::Edge::getSrc" ref="c9bab5bb935bbcfcfb18e09b6d2259e3" args="() const" -->
288 <div class="memitem">
289 <div class="memproto">
290 <table class="memname">
291 <tr>
292 <td class="memname">const <a class="el" href="classqan_1_1_node.html">Node</a>&amp; qan::Edge::getSrc </td>
293 <td>(</td>
294 <td class="paramname"> </td>
295 <td>&nbsp;)&nbsp;</td>
296 <td width="100%"> const<code> [inline]</code></td>
297 </tr>
298 </table>
299 </div>
300 <div class="memdoc">
303 Get const reference on the edge source.
306 </div>
307 </div><p>
308 <a class="anchor" name="e9cb183a3055f32dcb8f57573a4cb1a8"></a><!-- doxytag: member="qan::Edge::getDst" ref="e9cb183a3055f32dcb8f57573a4cb1a8" args="() const" -->
309 <div class="memitem">
310 <div class="memproto">
311 <table class="memname">
312 <tr>
313 <td class="memname">const <a class="el" href="classqan_1_1_node.html">Node</a>&amp; qan::Edge::getDst </td>
314 <td>(</td>
315 <td class="paramname"> </td>
316 <td>&nbsp;)&nbsp;</td>
317 <td width="100%"> const<code> [inline]</code></td>
318 </tr>
319 </table>
320 </div>
321 <div class="memdoc">
324 Get const reference on the edge destination.
327 </div>
328 </div><p>
329 <a class="anchor" name="4787ab95ff4b3f3e9ba69a37c5ebbd9a"></a><!-- doxytag: member="qan::Edge::getWeight" ref="4787ab95ff4b3f3e9ba69a37c5ebbd9a" args="() const" -->
330 <div class="memitem">
331 <div class="memproto">
332 <table class="memname">
333 <tr>
334 <td class="memname">float qan::Edge::getWeight </td>
335 <td>(</td>
336 <td class="paramname"> </td>
337 <td>&nbsp;)&nbsp;</td>
338 <td width="100%"> const<code> [inline]</code></td>
339 </tr>
340 </table>
341 </div>
342 <div class="memdoc">
345 Get edge's weight.
348 </div>
349 </div><p>
350 <a class="anchor" name="f87411099162cc50619929cec43f843f"></a><!-- doxytag: member="qan::Edge::setWeight" ref="f87411099162cc50619929cec43f843f" args="(float weight)" -->
351 <div class="memitem">
352 <div class="memproto">
353 <table class="memname">
354 <tr>
355 <td class="memname">void qan::Edge::setWeight </td>
356 <td>(</td>
357 <td class="paramtype">float&nbsp;</td>
358 <td class="paramname"> <em>weight</em> </td>
359 <td>&nbsp;)&nbsp;</td>
360 <td width="100%"><code> [inline]</code></td>
361 </tr>
362 </table>
363 </div>
364 <div class="memdoc">
367 Set edge's weight.
370 </div>
371 </div><p>
372 <a class="anchor" name="4a736ea9b15b1673d3d72973eec0eba5"></a><!-- doxytag: member="qan::Edge::set" ref="4a736ea9b15b1673d3d72973eec0eba5" args="(Node *src, Node *dst)" -->
373 <div class="memitem">
374 <div class="memproto">
375 <table class="memname">
376 <tr>
377 <td class="memname">void qan::Edge::set </td>
378 <td>(</td>
379 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td>
380 <td class="paramname"> <em>src</em>, </td>
381 </tr>
382 <tr>
383 <td class="paramkey"></td>
384 <td></td>
385 <td class="paramtype"><a class="el" href="classqan_1_1_node.html">Node</a> *&nbsp;</td>
386 <td class="paramname"> <em>dst</em></td><td>&nbsp;</td>
387 </tr>
388 <tr>
389 <td></td>
390 <td>)</td>
391 <td></td><td></td><td width="100%"></td>
392 </tr>
393 </table>
394 </div>
395 <div class="memdoc">
398 Set edge source and destination (use this method carefully it is normally reserved for serialization implementation).
401 </div>
402 </div><p>
403 <hr><h2>Member Data Documentation</h2>
404 <a class="anchor" name="47f70f8217e7f992b4fd3c4321be49ac"></a><!-- doxytag: member="qan::Edge::_src" ref="47f70f8217e7f992b4fd3c4321be49ac" args="" -->
405 <div class="memitem">
406 <div class="memproto">
407 <table class="memname">
408 <tr>
409 <td class="memname"><a class="el" href="classqan_1_1_node.html">Node</a>* <a class="el" href="classqan_1_1_edge.html#47f70f8217e7f992b4fd3c4321be49ac">qan::Edge::_src</a><code> [private]</code> </td>
410 </tr>
411 </table>
412 </div>
413 <div class="memdoc">
416 <a class="el" href="classqan_1_1_edge.html">Edge</a> source.
419 </div>
420 </div><p>
421 <a class="anchor" name="2f4969c39a612a7831c9872d8f211635"></a><!-- doxytag: member="qan::Edge::_dst" ref="2f4969c39a612a7831c9872d8f211635" args="" -->
422 <div class="memitem">
423 <div class="memproto">
424 <table class="memname">
425 <tr>
426 <td class="memname"><a class="el" href="classqan_1_1_node.html">Node</a>* <a class="el" href="classqan_1_1_edge.html#2f4969c39a612a7831c9872d8f211635">qan::Edge::_dst</a><code> [private]</code> </td>
427 </tr>
428 </table>
429 </div>
430 <div class="memdoc">
433 <a class="el" href="classqan_1_1_edge.html">Edge</a> destination.
436 </div>
437 </div><p>
438 <a class="anchor" name="2f63e8cab01dc4889b229771d5f9c1ec"></a><!-- doxytag: member="qan::Edge::_weight" ref="2f63e8cab01dc4889b229771d5f9c1ec" args="" -->
439 <div class="memitem">
440 <div class="memproto">
441 <table class="memname">
442 <tr>
443 <td class="memname">float <a class="el" href="classqan_1_1_edge.html#2f63e8cab01dc4889b229771d5f9c1ec">qan::Edge::_weight</a><code> [private]</code> </td>
444 </tr>
445 </table>
446 </div>
447 <div class="memdoc">
450 <a class="el" href="classqan_1_1_edge.html">Edge</a> weight.
453 </div>
454 </div><p>
455 <hr>The documentation for this class was generated from the following files:<ul>
456 <li>C:/projects/qanava-0.1.0/src/<a class="el" href="qan_edge_8h.html">qanEdge.h</a><li>C:/projects/qanava-0.1.0/src/<a class="el" href="qan_edge_8cpp.html">qanEdge.cpp</a></ul>
458 <hr style="width: 100%; height: 2px;">
459 <table width="95%" height="48" border="0"
460 cellpadding="0" cellspacing="0" style="text-align: left; width: 95%; height: 31px;">
461 <tbody>
462 <tr>
463 <td height="48" style="font-family: Helvetica,Arial,sans-serif;">
464 <dl>
465 <dt><a href="http://www.libqanava.org"><font size="2">www.libqanava.org</font></a><font size="2">
466 Qanava - QCanvas Avanc&eacute;</font></dt>
467 </dl>
468 </td>
469 <td style="vertical-align: middle; text-align: right;"><span
470 style="font-family: Helvetica,Arial,sans-serif;"><font size="2">Generated by</font></span>
472 href="http://www.doxygen.org"><img alt="Doxygen logo"
473 src="../images/doxygen.png"
474 style="border: 0px solid ; width: 100px; height: 45px;" align="middle"></a></td>
475 </tr>
476 </tbody>
477 </table>