chiark / gitweb /
34736bb2888cf56aeef85758ecd842a93af74f18
[moebius2.git] / bgl.h
1 /*
2  * Definitions exported and imported by our BGL-using stuff
3  */
4
5 #ifndef BGL_H
6 #define BGL_H
7
8 #include "mgraph.h"
9
10 double graph_layout_cost(const Vertices v, const double vertex_areas[N]);
11
12 double noncircular_rim_cost(const Vertices vertices);
13 double edgewise_vertex_displacement_cost(const Vertices vertices);
14
15 #endif /*BGL_H*/