| ... | ... |
@@ -51,2 +51,3 @@ |
| 51 | 51 |
|
| 52 |
namespace _graph_to_eps_bits {
|
|
| 52 | 53 |
template<class MT> |
| ... | ... |
@@ -61,2 +62,3 @@ |
| 61 | 62 |
}; |
| 63 |
} |
|
| 62 | 64 |
|
| ... | ... |
@@ -160,3 +162,3 @@ |
| 160 | 162 |
_showNodePsText(false), _nodePsTexts(false), _nodePsTextsPreamble(0), |
| 161 |
_undirected( |
|
| 163 |
_undirected(lemon::UndirectedTagIndicator<G>::value), |
|
| 162 | 164 |
_pleaseRemoveOsStream(_pros), _scaleToA4(false), |
| ... | ... |
@@ -670,3 +672,3 @@ |
| 670 | 672 |
///Use it to show the edges as a pair of directed ones. |
| 671 |
GraphToEps<T> & |
|
| 673 |
GraphToEps<T> &directed(bool b=true) {_undirected=!b;return *this;}
|
|
| 672 | 674 |
|
| ... | ... |
@@ -716,3 +718,4 @@ |
| 716 | 718 |
|
| 717 |
_NegY<typename T::CoordsMapType> |
|
| 719 |
_graph_to_eps_bits::_NegY<typename T::CoordsMapType> |
|
| 720 |
mycoords(_coords,_negY); |
|
| 718 | 721 |
|
0 comments (0 inline)