| ... | ... |
@@ -2196,9 +2196,9 @@ |
| 2196 | 2196 |
|
| 2197 |
/// \name Arc sections |
|
| 2197 |
/// \name Arc/Edge sections |
|
| 2198 | 2198 |
/// @{
|
| 2199 | 2199 |
|
| 2200 |
/// \brief Gives back the number of arc sections in the file. |
|
| 2200 |
/// \brief Gives back the number of arc/edge sections in the file. |
|
| 2201 | 2201 |
/// |
| 2202 |
/// Gives back the number of arc sections in the file. |
|
| 2203 |
/// \note It is synonim of \c edgeSectionNum(). |
|
| 2202 |
/// Gives back the number of arc/edge sections in the file. |
|
| 2203 |
/// \note It is synonym of \c edgeSectionNum(). |
|
| 2204 | 2204 |
int arcSectionNum() const {
|
| ... | ... |
@@ -2210,3 +2210,3 @@ |
| 2210 | 2210 |
/// Returns the section name at the given position. |
| 2211 |
/// \note It is |
|
| 2211 |
/// \note It is synonym of \c edgeSection(). |
|
| 2212 | 2212 |
const std::string& arcSection(int i) const {
|
| ... | ... |
@@ -2215,6 +2215,6 @@ |
| 2215 | 2215 |
|
| 2216 |
/// \brief Gives back the arc maps for the given section. |
|
| 2216 |
/// \brief Gives back the arc/edge maps for the given section. |
|
| 2217 | 2217 |
/// |
| 2218 |
/// Gives back the arc maps for the given section. |
|
| 2219 |
/// \note It is synonim of \c edgeMaps(). |
|
| 2218 |
/// Gives back the arc/edge maps for the given section. |
|
| 2219 |
/// \note It is synonym of \c edgeMaps(). |
|
| 2220 | 2220 |
const std::vector<std::string>& arcMaps(int i) const {
|
| ... | ... |
@@ -2225,8 +2225,9 @@ |
| 2225 | 2225 |
|
| 2226 |
/// \name |
|
| 2226 |
/// \name Synonyms |
|
| 2227 | 2227 |
/// @{
|
| 2228 | 2228 |
|
| 2229 |
/// \brief Gives back the number of edge sections in the file. |
|
| 2229 |
/// \brief Gives back the number of arc/edge sections in the file. |
|
| 2230 | 2230 |
/// |
| 2231 |
/// Gives back the number of edge sections in the file. |
|
| 2231 |
/// Gives back the number of arc/edge sections in the file. |
|
| 2232 |
/// \note It is synonym of \c arcSectionNum(). |
|
| 2232 | 2233 |
int edgeSectionNum() const {
|
| ... | ... |
@@ -2238,2 +2239,3 @@ |
| 2238 | 2239 |
/// Returns the section name at the given position. |
| 2240 |
/// \note It is synonym of \c arcSection(). |
|
| 2239 | 2241 |
const std::string& edgeSection(int i) const {
|
| ... | ... |
@@ -2245,2 +2247,3 @@ |
| 2245 | 2247 |
/// Gives back the edge maps for the given section. |
| 2248 |
/// \note It is synonym of \c arcMaps(). |
|
| 2246 | 2249 |
const std::vector<std::string>& edgeMaps(int i) const {
|
0 comments (0 inline)