| ... | ... |
@@ -17,12 +17,13 @@ |
| 17 | 17 |
*/ |
| 18 | 18 |
|
| 19 | 19 |
#ifndef LEMON_BITS_GRAPH_EXTENDER_H |
| 20 | 20 |
#define LEMON_BITS_GRAPH_EXTENDER_H |
| 21 | 21 |
|
| 22 | 22 |
#include <lemon/bits/invalid.h> |
| 23 |
#include <lemon/bits/utility.h> |
|
| 23 | 24 |
|
| 24 | 25 |
#include <lemon/bits/map_extender.h> |
| 25 | 26 |
#include <lemon/bits/default_map.h> |
| 26 | 27 |
|
| 27 | 28 |
#include <lemon/concept_check.h> |
| 28 | 29 |
#include <lemon/concepts/maps.h> |
| ... | ... |
@@ -330,12 +331,14 @@ |
| 330 | 331 |
class GraphExtender : public Base {
|
| 331 | 332 |
public: |
| 332 | 333 |
|
| 333 | 334 |
typedef Base Parent; |
| 334 | 335 |
typedef GraphExtender Digraph; |
| 335 | 336 |
|
| 337 |
typedef True UndirectedTag; |
|
| 338 |
|
|
| 336 | 339 |
typedef typename Parent::Node Node; |
| 337 | 340 |
typedef typename Parent::Arc Arc; |
| 338 | 341 |
typedef typename Parent::Edge Edge; |
| 339 | 342 |
|
| 340 | 343 |
// Graph extension |
| 341 | 344 |
|
0 comments (0 inline)