... | ... |
@@ -2190,3 +2190,3 @@ |
2190 | 2190 |
/// Gives back the node maps for the given section. |
2191 |
const std::vector<std::string>& |
|
2191 |
const std::vector<std::string>& nodeMapNames(int i) const { |
|
2192 | 2192 |
return _node_maps[i]; |
... | ... |
@@ -2218,4 +2218,4 @@ |
2218 | 2218 |
/// Gives back the arc/edge maps for the given section. |
2219 |
/// \note It is synonym of \c edgeMaps(). |
|
2220 |
const std::vector<std::string>& arcMaps(int i) const { |
|
2219 |
/// \note It is synonym of \c edgeMapNames(). |
|
2220 |
const std::vector<std::string>& arcMapNames(int i) const { |
|
2221 | 2221 |
return _edge_maps[i]; |
... | ... |
@@ -2247,4 +2247,4 @@ |
2247 | 2247 |
/// Gives back the edge maps for the given section. |
2248 |
/// \note It is synonym of \c arcMaps(). |
|
2249 |
const std::vector<std::string>& edgeMaps(int i) const { |
|
2248 |
/// \note It is synonym of \c arcMapNames(). |
|
2249 |
const std::vector<std::string>& edgeMapNames(int i) const { |
|
2250 | 2250 |
return _edge_maps[i]; |
... | ... |
@@ -2267,3 +2267,3 @@ |
2267 | 2267 |
/// Returns the section name at the given position. |
2268 |
const std::string& |
|
2268 |
const std::string& attributeSectionNames(int i) const { |
|
2269 | 2269 |
return _attribute_sections[i]; |
0 comments (0 inline)