0
4
0
... | ... |
@@ -51,7 +51,7 @@ |
51 | 51 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
52 |
///Instantiates a |
|
52 |
///Instantiates a PredMap. |
|
53 | 53 |
|
54 |
///This function instantiates a |
|
54 |
///This function instantiates a PredMap. |
|
55 | 55 |
///\param g is the digraph, to which we would like to define the |
56 |
/// |
|
56 |
///PredMap. |
|
57 | 57 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -66,7 +66,7 @@ |
66 | 66 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
67 |
///Instantiates a |
|
67 |
///Instantiates a ProcessedMap. |
|
68 | 68 |
|
69 |
///This function instantiates a |
|
69 |
///This function instantiates a ProcessedMap. |
|
70 | 70 |
///\param g is the digraph, to which |
71 |
///we would like to define the |
|
71 |
///we would like to define the ProcessedMap |
|
72 | 72 |
#ifdef DOXYGEN |
... | ... |
@@ -85,7 +85,7 @@ |
85 | 85 |
typedef typename Digraph::template NodeMap<bool> ReachedMap; |
86 |
///Instantiates a |
|
86 |
///Instantiates a ReachedMap. |
|
87 | 87 |
|
88 |
///This function instantiates a |
|
88 |
///This function instantiates a ReachedMap. |
|
89 | 89 |
///\param g is the digraph, to which |
90 |
///we would like to define the |
|
90 |
///we would like to define the ReachedMap. |
|
91 | 91 |
static ReachedMap *createReachedMap(const Digraph &g) |
... | ... |
@@ -100,7 +100,7 @@ |
100 | 100 |
typedef typename Digraph::template NodeMap<int> DistMap; |
101 |
///Instantiates a |
|
101 |
///Instantiates a DistMap. |
|
102 | 102 |
|
103 |
///This function instantiates a |
|
103 |
///This function instantiates a DistMap. |
|
104 | 104 |
///\param g is the digraph, to which we would like to define the |
105 |
/// |
|
105 |
///DistMap. |
|
106 | 106 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -229,6 +229,6 @@ |
229 | 229 |
///\brief \ref named-templ-param "Named parameter" for setting |
230 |
/// |
|
230 |
///PredMap type. |
|
231 | 231 |
/// |
232 | 232 |
///\ref named-templ-param "Named parameter" for setting |
233 |
/// |
|
233 |
///PredMap type. |
|
234 | 234 |
template <class T> |
... | ... |
@@ -248,6 +248,6 @@ |
248 | 248 |
///\brief \ref named-templ-param "Named parameter" for setting |
249 |
/// |
|
249 |
///DistMap type. |
|
250 | 250 |
/// |
251 | 251 |
///\ref named-templ-param "Named parameter" for setting |
252 |
/// |
|
252 |
///DistMap type. |
|
253 | 253 |
template <class T> |
... | ... |
@@ -267,6 +267,6 @@ |
267 | 267 |
///\brief \ref named-templ-param "Named parameter" for setting |
268 |
/// |
|
268 |
///ReachedMap type. |
|
269 | 269 |
/// |
270 | 270 |
///\ref named-templ-param "Named parameter" for setting |
271 |
/// |
|
271 |
///ReachedMap type. |
|
272 | 272 |
template <class T> |
... | ... |
@@ -286,6 +286,6 @@ |
286 | 286 |
///\brief \ref named-templ-param "Named parameter" for setting |
287 |
/// |
|
287 |
///ProcessedMap type. |
|
288 | 288 |
/// |
289 | 289 |
///\ref named-templ-param "Named parameter" for setting |
290 |
/// |
|
290 |
///ProcessedMap type. |
|
291 | 291 |
template <class T> |
... | ... |
@@ -304,6 +304,6 @@ |
304 | 304 |
///\brief \ref named-templ-param "Named parameter" for setting |
305 |
/// |
|
305 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
306 | 306 |
/// |
307 | 307 |
///\ref named-templ-param "Named parameter" for setting |
308 |
/// |
|
308 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
309 | 309 |
///If you don't set it explicitly, it will be automatically allocated. |
... | ... |
@@ -837,7 +837,7 @@ |
837 | 837 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
838 |
///Instantiates a |
|
838 |
///Instantiates a PredMap. |
|
839 | 839 |
|
840 |
///This function instantiates a |
|
840 |
///This function instantiates a PredMap. |
|
841 | 841 |
///\param g is the digraph, to which we would like to define the |
842 |
/// |
|
842 |
///PredMap. |
|
843 | 843 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -853,7 +853,7 @@ |
853 | 853 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
854 |
///Instantiates a |
|
854 |
///Instantiates a ProcessedMap. |
|
855 | 855 |
|
856 |
///This function instantiates a |
|
856 |
///This function instantiates a ProcessedMap. |
|
857 | 857 |
///\param g is the digraph, to which |
858 |
///we would like to define the |
|
858 |
///we would like to define the ProcessedMap. |
|
859 | 859 |
#ifdef DOXYGEN |
... | ... |
@@ -872,7 +872,7 @@ |
872 | 872 |
typedef typename Digraph::template NodeMap<bool> ReachedMap; |
873 |
///Instantiates a |
|
873 |
///Instantiates a ReachedMap. |
|
874 | 874 |
|
875 |
///This function instantiates a |
|
875 |
///This function instantiates a ReachedMap. |
|
876 | 876 |
///\param g is the digraph, to which |
877 |
///we would like to define the |
|
877 |
///we would like to define the ReachedMap. |
|
878 | 878 |
static ReachedMap *createReachedMap(const Digraph &g) |
... | ... |
@@ -887,7 +887,7 @@ |
887 | 887 |
typedef typename Digraph::template NodeMap<int> DistMap; |
888 |
///Instantiates a |
|
888 |
///Instantiates a DistMap. |
|
889 | 889 |
|
890 |
///This function instantiates a |
|
890 |
///This function instantiates a DistMap. |
|
891 | 891 |
///\param g is the digraph, to which we would like to define |
892 |
///the |
|
892 |
///the DistMap |
|
893 | 893 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -904,3 +904,3 @@ |
904 | 904 |
|
905 |
/// Default traits class used by |
|
905 |
/// Default traits class used by BfsWizard |
|
906 | 906 |
|
... | ... |
@@ -1070,6 +1070,6 @@ |
1070 | 1070 |
///\brief \ref named-func-param "Named parameter" |
1071 |
///for setting |
|
1071 |
///for setting PredMap object. |
|
1072 | 1072 |
/// |
1073 | 1073 |
///\ref named-func-param "Named parameter" |
1074 |
///for setting |
|
1074 |
///for setting PredMap object. |
|
1075 | 1075 |
template<class T> |
... | ... |
@@ -1088,6 +1088,6 @@ |
1088 | 1088 |
///\brief \ref named-func-param "Named parameter" |
1089 |
///for setting |
|
1089 |
///for setting ReachedMap object. |
|
1090 | 1090 |
/// |
1091 | 1091 |
/// \ref named-func-param "Named parameter" |
1092 |
///for setting |
|
1092 |
///for setting ReachedMap object. |
|
1093 | 1093 |
template<class T> |
... | ... |
@@ -1106,6 +1106,6 @@ |
1106 | 1106 |
///\brief \ref named-func-param "Named parameter" |
1107 |
///for setting |
|
1107 |
///for setting DistMap object. |
|
1108 | 1108 |
/// |
1109 | 1109 |
/// \ref named-func-param "Named parameter" |
1110 |
///for setting |
|
1110 |
///for setting DistMap object. |
|
1111 | 1111 |
template<class T> |
... | ... |
@@ -1124,6 +1124,6 @@ |
1124 | 1124 |
///\brief \ref named-func-param "Named parameter" |
1125 |
///for setting |
|
1125 |
///for setting ProcessedMap object. |
|
1126 | 1126 |
/// |
1127 | 1127 |
/// \ref named-func-param "Named parameter" |
1128 |
///for setting |
|
1128 |
///for setting ProcessedMap object. |
|
1129 | 1129 |
template<class T> |
... | ... |
@@ -1269,7 +1269,7 @@ |
1269 | 1269 |
|
1270 |
/// \brief Instantiates a |
|
1270 |
/// \brief Instantiates a ReachedMap. |
|
1271 | 1271 |
/// |
1272 |
/// This function instantiates a |
|
1272 |
/// This function instantiates a ReachedMap. |
|
1273 | 1273 |
/// \param digraph is the digraph, to which |
1274 |
/// we would like to define the |
|
1274 |
/// we would like to define the ReachedMap. |
|
1275 | 1275 |
static ReachedMap *createReachedMap(const Digraph &digraph) { |
... | ... |
@@ -52,7 +52,7 @@ |
52 | 52 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
53 |
///Instantiates a |
|
53 |
///Instantiates a PredMap. |
|
54 | 54 |
|
55 |
///This function instantiates a |
|
55 |
///This function instantiates a PredMap. |
|
56 | 56 |
///\param g is the digraph, to which we would like to define the |
57 |
/// |
|
57 |
///PredMap. |
|
58 | 58 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -67,7 +67,7 @@ |
67 | 67 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
68 |
///Instantiates a |
|
68 |
///Instantiates a ProcessedMap. |
|
69 | 69 |
|
70 |
///This function instantiates a |
|
70 |
///This function instantiates a ProcessedMap. |
|
71 | 71 |
///\param g is the digraph, to which |
72 |
///we would like to define the |
|
72 |
///we would like to define the ProcessedMap |
|
73 | 73 |
#ifdef DOXYGEN |
... | ... |
@@ -86,7 +86,7 @@ |
86 | 86 |
typedef typename Digraph::template NodeMap<bool> ReachedMap; |
87 |
///Instantiates a |
|
87 |
///Instantiates a ReachedMap. |
|
88 | 88 |
|
89 |
///This function instantiates a |
|
89 |
///This function instantiates a ReachedMap. |
|
90 | 90 |
///\param g is the digraph, to which |
91 |
///we would like to define the |
|
91 |
///we would like to define the ReachedMap. |
|
92 | 92 |
static ReachedMap *createReachedMap(const Digraph &g) |
... | ... |
@@ -101,7 +101,7 @@ |
101 | 101 |
typedef typename Digraph::template NodeMap<int> DistMap; |
102 |
///Instantiates a |
|
102 |
///Instantiates a DistMap. |
|
103 | 103 |
|
104 |
///This function instantiates a |
|
104 |
///This function instantiates a DistMap. |
|
105 | 105 |
///\param g is the digraph, to which we would like to define the |
106 |
/// |
|
106 |
///DistMap. |
|
107 | 107 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -229,6 +229,6 @@ |
229 | 229 |
///\brief \ref named-templ-param "Named parameter" for setting |
230 |
/// |
|
230 |
///PredMap type. |
|
231 | 231 |
/// |
232 | 232 |
///\ref named-templ-param "Named parameter" for setting |
233 |
/// |
|
233 |
///PredMap type. |
|
234 | 234 |
template <class T> |
... | ... |
@@ -248,6 +248,6 @@ |
248 | 248 |
///\brief \ref named-templ-param "Named parameter" for setting |
249 |
/// |
|
249 |
///DistMap type. |
|
250 | 250 |
/// |
251 | 251 |
///\ref named-templ-param "Named parameter" for setting |
252 |
/// |
|
252 |
///DistMap type. |
|
253 | 253 |
template <class T> |
... | ... |
@@ -267,6 +267,6 @@ |
267 | 267 |
///\brief \ref named-templ-param "Named parameter" for setting |
268 |
/// |
|
268 |
///ReachedMap type. |
|
269 | 269 |
/// |
270 | 270 |
///\ref named-templ-param "Named parameter" for setting |
271 |
/// |
|
271 |
///ReachedMap type. |
|
272 | 272 |
template <class T> |
... | ... |
@@ -286,6 +286,6 @@ |
286 | 286 |
///\brief \ref named-templ-param "Named parameter" for setting |
287 |
/// |
|
287 |
///ProcessedMap type. |
|
288 | 288 |
/// |
289 | 289 |
///\ref named-templ-param "Named parameter" for setting |
290 |
/// |
|
290 |
///ProcessedMap type. |
|
291 | 291 |
template <class T> |
... | ... |
@@ -303,6 +303,6 @@ |
303 | 303 |
///\brief \ref named-templ-param "Named parameter" for setting |
304 |
/// |
|
304 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
305 | 305 |
/// |
306 | 306 |
///\ref named-templ-param "Named parameter" for setting |
307 |
/// |
|
307 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
308 | 308 |
///If you don't set it explicitly, it will be automatically allocated. |
... | ... |
@@ -770,7 +770,7 @@ |
770 | 770 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
771 |
///Instantiates a |
|
771 |
///Instantiates a PredMap. |
|
772 | 772 |
|
773 |
///This function instantiates a |
|
773 |
///This function instantiates a PredMap. |
|
774 | 774 |
///\param g is the digraph, to which we would like to define the |
775 |
/// |
|
775 |
///PredMap. |
|
776 | 776 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -786,7 +786,7 @@ |
786 | 786 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
787 |
///Instantiates a |
|
787 |
///Instantiates a ProcessedMap. |
|
788 | 788 |
|
789 |
///This function instantiates a |
|
789 |
///This function instantiates a ProcessedMap. |
|
790 | 790 |
///\param g is the digraph, to which |
791 |
///we would like to define the |
|
791 |
///we would like to define the ProcessedMap. |
|
792 | 792 |
#ifdef DOXYGEN |
... | ... |
@@ -805,7 +805,7 @@ |
805 | 805 |
typedef typename Digraph::template NodeMap<bool> ReachedMap; |
806 |
///Instantiates a |
|
806 |
///Instantiates a ReachedMap. |
|
807 | 807 |
|
808 |
///This function instantiates a |
|
808 |
///This function instantiates a ReachedMap. |
|
809 | 809 |
///\param g is the digraph, to which |
810 |
///we would like to define the |
|
810 |
///we would like to define the ReachedMap. |
|
811 | 811 |
static ReachedMap *createReachedMap(const Digraph &g) |
... | ... |
@@ -820,7 +820,7 @@ |
820 | 820 |
typedef typename Digraph::template NodeMap<int> DistMap; |
821 |
///Instantiates a |
|
821 |
///Instantiates a DistMap. |
|
822 | 822 |
|
823 |
///This function instantiates a |
|
823 |
///This function instantiates a DistMap. |
|
824 | 824 |
///\param g is the digraph, to which we would like to define |
825 |
///the |
|
825 |
///the DistMap |
|
826 | 826 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -1003,6 +1003,6 @@ |
1003 | 1003 |
///\brief \ref named-func-param "Named parameter" |
1004 |
///for setting |
|
1004 |
///for setting PredMap object. |
|
1005 | 1005 |
/// |
1006 | 1006 |
///\ref named-func-param "Named parameter" |
1007 |
///for setting |
|
1007 |
///for setting PredMap object. |
|
1008 | 1008 |
template<class T> |
... | ... |
@@ -1021,6 +1021,6 @@ |
1021 | 1021 |
///\brief \ref named-func-param "Named parameter" |
1022 |
///for setting |
|
1022 |
///for setting ReachedMap object. |
|
1023 | 1023 |
/// |
1024 | 1024 |
/// \ref named-func-param "Named parameter" |
1025 |
///for setting |
|
1025 |
///for setting ReachedMap object. |
|
1026 | 1026 |
template<class T> |
... | ... |
@@ -1039,6 +1039,6 @@ |
1039 | 1039 |
///\brief \ref named-func-param "Named parameter" |
1040 |
///for setting |
|
1040 |
///for setting DistMap object. |
|
1041 | 1041 |
/// |
1042 | 1042 |
/// \ref named-func-param "Named parameter" |
1043 |
///for setting |
|
1043 |
///for setting DistMap object. |
|
1044 | 1044 |
template<class T> |
... | ... |
@@ -1057,6 +1057,6 @@ |
1057 | 1057 |
///\brief \ref named-func-param "Named parameter" |
1058 |
///for setting |
|
1058 |
///for setting ProcessedMap object. |
|
1059 | 1059 |
/// |
1060 | 1060 |
/// \ref named-func-param "Named parameter" |
1061 |
///for setting |
|
1061 |
///for setting ProcessedMap object. |
|
1062 | 1062 |
template<class T> |
... | ... |
@@ -1215,7 +1215,7 @@ |
1215 | 1215 |
|
1216 |
/// \brief Instantiates a |
|
1216 |
/// \brief Instantiates a ReachedMap. |
|
1217 | 1217 |
/// |
1218 |
/// This function instantiates a |
|
1218 |
/// This function instantiates a ReachedMap. |
|
1219 | 1219 |
/// \param digraph is the digraph, to which |
1220 |
/// we would like to define the |
|
1220 |
/// we would like to define the ReachedMap. |
|
1221 | 1221 |
static ReachedMap *createReachedMap(const Digraph &digraph) { |
... | ... |
@@ -141,7 +141,7 @@ |
141 | 141 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
142 |
///Instantiates a |
|
142 |
///Instantiates a PredMap. |
|
143 | 143 |
|
144 |
///This function instantiates a |
|
144 |
///This function instantiates a PredMap. |
|
145 | 145 |
///\param g is the digraph, to which we would like to define the |
146 |
/// |
|
146 |
///PredMap. |
|
147 | 147 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -157,7 +157,7 @@ |
157 | 157 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
158 |
///Instantiates a |
|
158 |
///Instantiates a ProcessedMap. |
|
159 | 159 |
|
160 |
///This function instantiates a |
|
160 |
///This function instantiates a ProcessedMap. |
|
161 | 161 |
///\param g is the digraph, to which |
162 |
///we would like to define the |
|
162 |
///we would like to define the ProcessedMap |
|
163 | 163 |
#ifdef DOXYGEN |
... | ... |
@@ -176,7 +176,7 @@ |
176 | 176 |
typedef typename Digraph::template NodeMap<typename LM::Value> DistMap; |
177 |
///Instantiates a |
|
177 |
///Instantiates a DistMap. |
|
178 | 178 |
|
179 |
///This function instantiates a |
|
179 |
///This function instantiates a DistMap. |
|
180 | 180 |
///\param g is the digraph, to which we would like to define |
181 |
///the |
|
181 |
///the DistMap |
|
182 | 182 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -329,6 +329,6 @@ |
329 | 329 |
///\brief \ref named-templ-param "Named parameter" for setting |
330 |
/// |
|
330 |
///PredMap type. |
|
331 | 331 |
/// |
332 | 332 |
///\ref named-templ-param "Named parameter" for setting |
333 |
/// |
|
333 |
///PredMap type. |
|
334 | 334 |
template <class T> |
... | ... |
@@ -349,6 +349,6 @@ |
349 | 349 |
///\brief \ref named-templ-param "Named parameter" for setting |
350 |
/// |
|
350 |
///DistMap type. |
|
351 | 351 |
/// |
352 | 352 |
///\ref named-templ-param "Named parameter" for setting |
353 |
/// |
|
353 |
///DistMap type. |
|
354 | 354 |
template <class T> |
... | ... |
@@ -369,6 +369,6 @@ |
369 | 369 |
///\brief \ref named-templ-param "Named parameter" for setting |
370 |
/// |
|
370 |
///ProcessedMap type. |
|
371 | 371 |
/// |
372 | 372 |
///\ref named-templ-param "Named parameter" for setting |
373 |
/// |
|
373 |
///ProcessedMap type. |
|
374 | 374 |
template <class T> |
... | ... |
@@ -387,6 +387,6 @@ |
387 | 387 |
///\brief \ref named-templ-param "Named parameter" for setting |
388 |
/// |
|
388 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
389 | 389 |
/// |
390 | 390 |
///\ref named-templ-param "Named parameter" for setting |
391 |
/// |
|
391 |
///ProcessedMap type to be <tt>Digraph::NodeMap<bool></tt>. |
|
392 | 392 |
///If you don't set it explicitly, it will be automatically allocated. |
... | ... |
@@ -988,7 +988,7 @@ |
988 | 988 |
typedef typename Digraph::template NodeMap<typename Digraph::Arc> PredMap; |
989 |
///Instantiates a |
|
989 |
///Instantiates a PredMap. |
|
990 | 990 |
|
991 |
///This function instantiates a |
|
991 |
///This function instantiates a PredMap. |
|
992 | 992 |
///\param g is the digraph, to which we would like to define the |
993 |
/// |
|
993 |
///PredMap. |
|
994 | 994 |
static PredMap *createPredMap(const Digraph &g) |
... | ... |
@@ -1004,7 +1004,7 @@ |
1004 | 1004 |
typedef NullMap<typename Digraph::Node,bool> ProcessedMap; |
1005 |
///Instantiates a |
|
1005 |
///Instantiates a ProcessedMap. |
|
1006 | 1006 |
|
1007 |
///This function instantiates a |
|
1007 |
///This function instantiates a ProcessedMap. |
|
1008 | 1008 |
///\param g is the digraph, to which |
1009 |
///we would like to define the |
|
1009 |
///we would like to define the ProcessedMap. |
|
1010 | 1010 |
#ifdef DOXYGEN |
... | ... |
@@ -1023,7 +1023,7 @@ |
1023 | 1023 |
typedef typename Digraph::template NodeMap<typename LM::Value> DistMap; |
1024 |
///Instantiates a |
|
1024 |
///Instantiates a DistMap. |
|
1025 | 1025 |
|
1026 |
///This function instantiates a |
|
1026 |
///This function instantiates a DistMap. |
|
1027 | 1027 |
///\param g is the digraph, to which we would like to define |
1028 |
///the |
|
1028 |
///the DistMap |
|
1029 | 1029 |
static DistMap *createDistMap(const Digraph &g) |
... | ... |
@@ -1200,6 +1200,6 @@ |
1200 | 1200 |
///\brief \ref named-func-param "Named parameter" |
1201 |
///for setting |
|
1201 |
///for setting PredMap object. |
|
1202 | 1202 |
/// |
1203 | 1203 |
///\ref named-func-param "Named parameter" |
1204 |
///for setting |
|
1204 |
///for setting PredMap object. |
|
1205 | 1205 |
template<class T> |
... | ... |
@@ -1218,6 +1218,6 @@ |
1218 | 1218 |
///\brief \ref named-func-param "Named parameter" |
1219 |
///for setting |
|
1219 |
///for setting DistMap object. |
|
1220 | 1220 |
/// |
1221 | 1221 |
///\ref named-func-param "Named parameter" |
1222 |
///for setting |
|
1222 |
///for setting DistMap object. |
|
1223 | 1223 |
template<class T> |
... | ... |
@@ -1236,6 +1236,6 @@ |
1236 | 1236 |
///\brief \ref named-func-param "Named parameter" |
1237 |
///for setting |
|
1237 |
///for setting ProcessedMap object. |
|
1238 | 1238 |
/// |
1239 | 1239 |
/// \ref named-func-param "Named parameter" |
1240 |
///for setting |
|
1240 |
///for setting ProcessedMap object. |
|
1241 | 1241 |
template<class T> |
... | ... |
@@ -75,5 +75,5 @@ |
75 | 75 |
|
76 |
/// Returns a \ref NullMap class |
|
77 |
|
|
78 |
/// |
|
76 |
/// Returns a \c NullMap class |
|
77 |
|
|
78 |
/// This function just returns a \c NullMap class. |
|
79 | 79 |
/// \relates NullMap |
... | ... |
@@ -90,3 +90,3 @@ |
90 | 90 |
/// |
91 |
/// In other aspects it is equivalent to \ |
|
91 |
/// In other aspects it is equivalent to \c NullMap. |
|
92 | 92 |
/// So it conforms the \ref concepts::ReadWriteMap "ReadWriteMap" |
... | ... |
@@ -135,5 +135,5 @@ |
135 | 135 |
|
136 |
/// Returns a \ref ConstMap class |
|
137 |
|
|
138 |
/// |
|
136 |
/// Returns a \c ConstMap class |
|
137 |
|
|
138 |
/// This function just returns a \c ConstMap class. |
|
139 | 139 |
/// \relates ConstMap |
... | ... |
@@ -158,3 +158,3 @@ |
158 | 158 |
/// |
159 |
/// In other aspects it is equivalent to \ |
|
159 |
/// In other aspects it is equivalent to \c NullMap. |
|
160 | 160 |
/// So it conforms the \ref concepts::ReadWriteMap "ReadWriteMap" |
... | ... |
@@ -184,5 +184,5 @@ |
184 | 184 |
|
185 |
/// Returns a \ref ConstMap class with inlined constant value |
|
186 |
|
|
187 |
/// |
|
185 |
/// Returns a \c ConstMap class with inlined constant value |
|
186 |
|
|
187 |
/// This function just returns a \c ConstMap class with inlined |
|
188 | 188 |
/// constant value. |
... | ... |
@@ -214,5 +214,5 @@ |
214 | 214 |
|
215 |
/// Returns an \ref IdentityMap class |
|
216 |
|
|
217 |
/// |
|
215 |
/// Returns an \c IdentityMap class |
|
216 |
|
|
217 |
/// This function just returns an \c IdentityMap class. |
|
218 | 218 |
/// \relates IdentityMap |
... | ... |
@@ -230,3 +230,3 @@ |
230 | 230 |
/// It can be used with some data structures, for example |
231 |
/// \ |
|
231 |
/// \c UnionFind, \c BinHeap, when the used items are small |
|
232 | 232 |
/// integers. This map conforms the \ref concepts::ReferenceMap |
... | ... |
@@ -270,3 +270,3 @@ |
270 | 270 |
|
271 |
/// Constructs the map from another \ |
|
271 |
/// Constructs the map from another \c RangeMap. |
|
272 | 272 |
template <typename V1> |
... | ... |
@@ -313,5 +313,5 @@ |
313 | 313 |
|
314 |
/// Returns a \ref RangeMap class |
|
315 |
|
|
316 |
/// |
|
314 |
/// Returns a \c RangeMap class |
|
315 |
|
|
316 |
/// This function just returns a \c RangeMap class. |
|
317 | 317 |
/// \relates RangeMap |
... | ... |
@@ -322,6 +322,6 @@ |
322 | 322 |
|
323 |
/// \brief Returns a \ |
|
323 |
/// \brief Returns a \c RangeMap class created from an appropriate |
|
324 | 324 |
/// \c std::vector |
325 | 325 |
|
326 |
/// This function just returns a \ |
|
326 |
/// This function just returns a \c RangeMap class created from an |
|
327 | 327 |
/// appropriate \c std::vector. |
... | ... |
@@ -390,3 +390,3 @@ |
390 | 390 |
|
391 |
/// \brief Constructs the map from another \ |
|
391 |
/// \brief Constructs the map from another \c SparseMap. |
|
392 | 392 |
template<typename V1, typename Comp1> |
... | ... |
@@ -435,5 +435,5 @@ |
435 | 435 |
|
436 |
/// Returns a \ref SparseMap class |
|
437 |
|
|
438 |
/// |
|
436 |
/// Returns a \c SparseMap class |
|
437 |
|
|
438 |
/// This function just returns a \c SparseMap class with specified |
|
439 | 439 |
/// default value. |
... | ... |
@@ -450,6 +450,6 @@ |
450 | 450 |
|
451 |
/// \brief Returns a \ |
|
451 |
/// \brief Returns a \c SparseMap class created from an appropriate |
|
452 | 452 |
/// \c std::map |
453 | 453 |
|
454 |
/// This function just returns a \ |
|
454 |
/// This function just returns a \c SparseMap class created from an |
|
455 | 455 |
/// appropriate \c std::map. |
... | ... |
@@ -503,5 +503,5 @@ |
503 | 503 |
|
504 |
/// Returns a \ref ComposeMap class |
|
505 |
|
|
506 |
/// |
|
504 |
/// Returns a \c ComposeMap class |
|
505 |
|
|
506 |
/// This function just returns a \c ComposeMap class. |
|
507 | 507 |
/// |
... | ... |
@@ -558,5 +558,5 @@ |
558 | 558 |
|
559 |
/// Returns a \ref CombineMap class |
|
560 |
|
|
561 |
/// |
|
559 |
/// Returns a \c CombineMap class |
|
560 |
|
|
561 |
/// This function just returns a \c CombineMap class. |
|
562 | 562 |
/// |
... | ... |
@@ -627,5 +627,5 @@ |
627 | 627 |
|
628 |
/// Returns a \ref FunctorToMap class |
|
629 |
|
|
630 |
/// |
|
628 |
/// Returns a \c FunctorToMap class |
|
629 |
|
|
630 |
/// This function just returns a \c FunctorToMap class. |
|
631 | 631 |
/// |
... | ... |
@@ -686,5 +686,5 @@ |
686 | 686 |
|
687 |
/// Returns a \ref MapToFunctor class |
|
688 |
|
|
689 |
/// |
|
687 |
/// Returns a \c MapToFunctor class |
|
688 |
|
|
689 |
/// This function just returns a \c MapToFunctor class. |
|
690 | 690 |
/// \relates MapToFunctor |
... | ... |
@@ -725,5 +725,5 @@ |
725 | 725 |
|
726 |
/// Returns a \ref ConvertMap class |
|
727 |
|
|
728 |
/// |
|
726 |
/// Returns a \c ConvertMap class |
|
727 |
|
|
728 |
/// This function just returns a \c ConvertMap class. |
|
729 | 729 |
/// \relates ConvertMap |
... | ... |
@@ -765,5 +765,5 @@ |
765 | 765 |
|
766 |
/// Returns a \ref ForkMap class |
|
767 |
|
|
768 |
/// |
|
766 |
/// Returns a \c ForkMap class |
|
767 |
|
|
768 |
/// This function just returns a \c ForkMap class. |
|
769 | 769 |
/// \relates ForkMap |
... | ... |
@@ -809,5 +809,5 @@ |
809 | 809 |
|
810 |
/// Returns an \ref AddMap class |
|
811 |
|
|
812 |
/// |
|
810 |
/// Returns an \c AddMap class |
|
811 |
|
|
812 |
/// This function just returns an \c AddMap class. |
|
813 | 813 |
/// |
... | ... |
@@ -857,5 +857,5 @@ |
857 | 857 |
|
858 |
/// Returns a \ref SubMap class |
|
859 |
|
|
860 |
/// |
|
858 |
/// Returns a \c SubMap class |
|
859 |
|
|
860 |
/// This function just returns a \c SubMap class. |
|
861 | 861 |
/// |
... | ... |
@@ -906,5 +906,5 @@ |
906 | 906 |
|
907 |
/// Returns a \ref MulMap class |
|
908 |
|
|
909 |
/// |
|
907 |
/// Returns a \c MulMap class |
|
908 |
|
|
909 |
/// This function just returns a \c MulMap class. |
|
910 | 910 |
/// |
... | ... |
@@ -954,5 +954,5 @@ |
954 | 954 |
|
955 |
/// Returns a \ref DivMap class |
|
956 |
|
|
957 |
/// |
|
955 |
/// Returns a \c DivMap class |
|
956 |
|
|
957 |
/// This function just returns a \c DivMap class. |
|
958 | 958 |
/// |
... | ... |
@@ -1040,5 +1040,5 @@ |
1040 | 1040 |
|
1041 |
/// Returns a \ref ShiftMap class |
|
1042 |
|
|
1043 |
/// |
|
1041 |
/// Returns a \c ShiftMap class |
|
1042 |
|
|
1043 |
/// This function just returns a \c ShiftMap class. |
|
1044 | 1044 |
/// |
... | ... |
@@ -1054,5 +1054,5 @@ |
1054 | 1054 |
|
1055 |
/// Returns a \ref ShiftWriteMap class |
|
1056 |
|
|
1057 |
/// |
|
1055 |
/// Returns a \c ShiftWriteMap class |
|
1056 |
|
|
1057 |
/// This function just returns a \c ShiftWriteMap class. |
|
1058 | 1058 |
/// |
... | ... |
@@ -1142,5 +1142,5 @@ |
1142 | 1142 |
|
1143 |
/// Returns a \ref ScaleMap class |
|
1144 |
|
|
1145 |
/// |
|
1143 |
/// Returns a \c ScaleMap class |
|
1144 |
|
|
1145 |
/// This function just returns a \c ScaleMap class. |
|
1146 | 1146 |
/// |
... | ... |
@@ -1156,5 +1156,5 @@ |
1156 | 1156 |
|
1157 |
/// Returns a \ref ScaleWriteMap class |
|
1158 |
|
|
1159 |
/// |
|
1157 |
/// Returns a \c ScaleWriteMap class |
|
1158 |
|
|
1159 |
/// This function just returns a \c ScaleWriteMap class. |
|
1160 | 1160 |
/// |
... | ... |
@@ -1242,5 +1242,5 @@ |
1242 | 1242 |
|
1243 |
/// Returns a \ref NegMap class |
|
1244 |
|
|
1245 |
/// |
|
1243 |
/// Returns a \c NegMap class |
|
1244 |
|
|
1245 |
/// This function just returns a \c NegMap class. |
|
1246 | 1246 |
/// |
... | ... |
@@ -1255,5 +1255,5 @@ |
1255 | 1255 |
|
1256 |
/// Returns a \ref NegWriteMap class |
|
1257 |
|
|
1258 |
/// |
|
1256 |
/// Returns a \c NegWriteMap class |
|
1257 |
|
|
1258 |
/// This function just returns a \c NegWriteMap class. |
|
1259 | 1259 |
/// |
... | ... |
@@ -1298,5 +1298,5 @@ |
1298 | 1298 |
|
1299 |
/// Returns an \ref AbsMap class |
|
1300 |
|
|
1301 |
/// |
|
1299 |
/// Returns an \c AbsMap class |
|
1300 |
|
|
1301 |
/// This function just returns an \c AbsMap class. |
|
1302 | 1302 |
/// |
... | ... |
@@ -1347,5 +1347,5 @@ |
1347 | 1347 |
|
1348 |
/// Returns a \ref TrueMap class |
|
1349 |
|
|
1350 |
/// |
|
1348 |
/// Returns a \c TrueMap class |
|
1349 |
|
|
1350 |
/// This function just returns a \c TrueMap class. |
|
1351 | 1351 |
/// \relates TrueMap |
... | ... |
@@ -1384,5 +1384,5 @@ |
1384 | 1384 |
|
1385 |
/// Returns a \ref FalseMap class |
|
1386 |
|
|
1387 |
/// |
|
1385 |
/// Returns a \c FalseMap class |
|
1386 |
|
|
1387 |
/// This function just returns a \c FalseMap class. |
|
1388 | 1388 |
/// \relates FalseMap |
... | ... |
@@ -1431,5 +1431,5 @@ |
1431 | 1431 |
|
1432 |
/// Returns an \ref AndMap class |
|
1433 |
|
|
1434 |
/// |
|
1432 |
/// Returns an \c AndMap class |
|
1433 |
|
|
1434 |
/// This function just returns an \c AndMap class. |
|
1435 | 1435 |
/// |
... | ... |
@@ -1479,5 +1479,5 @@ |
1479 | 1479 |
|
1480 |
/// Returns an \ref OrMap class |
|
1481 |
|
|
1482 |
/// |
|
1480 |
/// Returns an \c OrMap class |
|
1481 |
|
|
1482 |
/// This function just returns an \c OrMap class. |
|
1483 | 1483 |
/// |
... | ... |
@@ -1546,5 +1546,5 @@ |
1546 | 1546 |
|
1547 |
/// Returns a \ref NotMap class |
|
1548 |
|
|
1549 |
/// |
|
1547 |
/// Returns a \c NotMap class |
|
1548 |
|
|
1549 |
/// This function just returns a \c NotMap class. |
|
1550 | 1550 |
/// |
... | ... |
@@ -1559,5 +1559,5 @@ |
1559 | 1559 |
|
1560 |
/// Returns a \ref NotWriteMap class |
|
1561 |
|
|
1562 |
/// |
|
1560 |
/// Returns a \c NotWriteMap class |
|
1561 |
|
|
1562 |
/// This function just returns a \c NotWriteMap class. |
|
1563 | 1563 |
/// |
... | ... |
@@ -1607,5 +1607,5 @@ |
1607 | 1607 |
|
1608 |
/// Returns an \ref EqualMap class |
|
1609 |
|
|
1610 |
/// |
|
1608 |
/// Returns an \c EqualMap class |
|
1609 |
|
|
1610 |
/// This function just returns an \c EqualMap class. |
|
1611 | 1611 |
/// |
... | ... |
@@ -1655,5 +1655,5 @@ |
1655 | 1655 |
|
1656 |
/// Returns an \ref LessMap class |
|
1657 |
|
|
1658 |
/// |
|
1656 |
/// Returns an \c LessMap class |
|
1657 |
|
|
1658 |
/// This function just returns an \c LessMap class. |
|
1659 | 1659 |
/// |
... | ... |
@@ -1747,5 +1747,5 @@ |
1747 | 1747 |
|
1748 |
/// Returns a \ref LoggerBoolMap class |
|
1749 |
|
|
1750 |
/// |
|
1748 |
/// Returns a \c LoggerBoolMap class |
|
1749 |
|
|
1750 |
/// This function just returns a \c LoggerBoolMap class. |
|
1751 | 1751 |
/// |
... | ... |
@@ -1769,3 +1769,3 @@ |
1769 | 1769 |
/// it cannot be used when a readable map is needed, for example as |
1770 |
/// \c ReachedMap for \ |
|
1770 |
/// \c ReachedMap for \c Bfs, \c Dfs and \c Dijkstra algorithms. |
|
1771 | 1771 |
/// |
... | ... |
@@ -2284,5 +2284,5 @@ |
2284 | 2284 |
|
2285 |
/// \brief Returns a \ |
|
2285 |
/// \brief Returns a \c SourceMap class. |
|
2286 | 2286 |
/// |
2287 |
/// This function just returns an \ |
|
2287 |
/// This function just returns an \c SourceMap class. |
|
2288 | 2288 |
/// \relates SourceMap |
... | ... |
@@ -2323,5 +2323,5 @@ |
2323 | 2323 |
|
2324 |
/// \brief Returns a \ |
|
2324 |
/// \brief Returns a \c TargetMap class. |
|
2325 | 2325 |
/// |
2326 |
/// This function just returns a \ |
|
2326 |
/// This function just returns a \c TargetMap class. |
|
2327 | 2327 |
/// \relates TargetMap |
... | ... |
@@ -2362,5 +2362,5 @@ |
2362 | 2362 |
|
2363 |
/// \brief Returns a \ |
|
2363 |
/// \brief Returns a \c ForwardMap class. |
|
2364 | 2364 |
/// |
2365 |
/// This function just returns an \ |
|
2365 |
/// This function just returns an \c ForwardMap class. |
|
2366 | 2366 |
/// \relates ForwardMap |
... | ... |
@@ -2401,5 +2401,5 @@ |
2401 | 2401 |
|
2402 |
/// \brief Returns a \ref BackwardMap class |
|
2403 |
|
|
2404 |
/// |
|
2402 |
/// \brief Returns a \c BackwardMap class |
|
2403 |
|
|
2404 |
/// This function just returns a \c BackwardMap class. |
|
2405 | 2405 |
/// \relates BackwardMap |
0 comments (0 inline)