... | ... |
@@ -2223,9 +2223,2 @@ |
2223 | 2223 |
|
2224 |
/// \brief Returns true when the section type is \c "@arcs". |
|
2225 |
/// |
|
2226 |
/// Returns true when the section type is \c "@arcs", and not "@edges". |
|
2227 |
bool isArcSection(int i) const { |
|
2228 |
return _arc_sections[i]; |
|
2229 |
} |
|
2230 |
|
|
2231 | 2224 |
/// @} |
... | ... |
@@ -2256,9 +2249,2 @@ |
2256 | 2249 |
|
2257 |
/// \brief Returns true when the section type is \c "@edges". |
|
2258 |
/// |
|
2259 |
/// Returns true when the section type is \c "@edges", and not "@arcs". |
|
2260 |
bool isEdgeSection(int i) const { |
|
2261 |
return !_arc_sections[i]; |
|
2262 |
} |
|
2263 |
|
|
2264 | 2250 |
/// @} |
0 comments (0 inline)