equal
deleted
inserted
replaced
266 ///\image latex nodeshape_0.eps "CIRCLE shape (0)" width=2cm |
266 ///\image latex nodeshape_0.eps "CIRCLE shape (0)" width=2cm |
267 CIRCLE=0, |
267 CIRCLE=0, |
268 /// = 1 |
268 /// = 1 |
269 ///\image html nodeshape_1.png |
269 ///\image html nodeshape_1.png |
270 ///\image latex nodeshape_1.eps "SQUARE shape (1)" width=2cm |
270 ///\image latex nodeshape_1.eps "SQUARE shape (1)" width=2cm |
271 /// |
|
272 SQUARE=1, |
271 SQUARE=1, |
273 /// = 2 |
272 /// = 2 |
274 ///\image html nodeshape_2.png |
273 ///\image html nodeshape_2.png |
275 ///\image latex nodeshape_2.eps "DIAMOND shape (2)" width=2cm |
274 ///\image latex nodeshape_2.eps "DIAMOND shape (2)" width=2cm |
276 /// |
|
277 DIAMOND=2, |
275 DIAMOND=2, |
278 /// = 3 |
276 /// = 3 |
279 ///\image html nodeshape_3.png |
277 ///\image html nodeshape_3.png |
280 ///\image latex nodeshape_2.eps "MALE shape (4)" width=2cm |
278 ///\image latex nodeshape_3.eps "MALE shape (3)" width=2cm |
281 /// |
|
282 MALE=3, |
279 MALE=3, |
283 /// = 4 |
280 /// = 4 |
284 ///\image html nodeshape_4.png |
281 ///\image html nodeshape_4.png |
285 ///\image latex nodeshape_2.eps "FEMALE shape (4)" width=2cm |
282 ///\image latex nodeshape_4.eps "FEMALE shape (4)" width=2cm |
286 /// |
|
287 FEMALE=4 |
283 FEMALE=4 |
288 }; |
284 }; |
289 |
285 |
290 private: |
286 private: |
291 class arcLess { |
287 class arcLess { |