gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Remove LgfContents.is*()
0 1 0
default
1 file changed with 0 insertions and 14 deletions:
↑ Collapse diff ↑
Ignore white space 8 line context
... ...
@@ -2220,15 +2220,8 @@
2220 2220
    const std::vector<std::string>& arcMaps(int i) const {
2221 2221
      return _edge_maps[i];
2222 2222
    }
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
    /// @}
2232 2225

	
2233 2226
    /// \name Edge sections   
2234 2227
    /// @{
... ...
@@ -2253,15 +2246,8 @@
2253 2246
    const std::vector<std::string>& edgeMaps(int i) const {
2254 2247
      return _edge_maps[i];
2255 2248
    }
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
    /// @}
2265 2251

	
2266 2252
    /// \name Attribute sections   
2267 2253
    /// @{
0 comments (0 inline)