]> granicus.if.org Git - graphviz/commitdiff
Split use of Agnode_t out of vtx_data structure so that it can be used
authorerg <devnull@localhost>
Fri, 25 Apr 2008 14:38:29 +0000 (14:38 +0000)
committererg <devnull@localhost>
Fri, 25 Apr 2008 14:38:29 +0000 (14:38 +0000)
independently of all the main graphviz machinery.

lib/neatogen/digcola.h

index 66786a4bcd003f269eb10e8fd954c4117a8aceaf..e94544ff87397e7f87a5752a1e0c85eb41a53916 100644 (file)
@@ -28,7 +28,7 @@ extern double compute_hierarchy(vtx_data*, int, double, double,
                                 double*, int**, int**, int*); 
 extern void IMDS_given_dim(vtx_data*, int, double*, double*, double);
 extern int stress_majorization_with_hierarchy(vtx_data*, int, int, double**, 
-                                              int, int, int, int, double);
+                                              node_t**, int, int, int, int, double);
 #ifdef IPSEPCOLA
 typedef struct ipsep_options {
     int diredges;       /* 1=generate directed edge constraints */
@@ -47,7 +47,7 @@ typedef struct ipsep_options {
 } ipsep_options;
 
  /* stress majorization, for Constraint Layout */
-extern int stress_majorization_cola(vtx_data*, int, int, double**, int, int, int, ipsep_options*);
+extern int stress_majorization_cola(vtx_data*, int, int, double**, node_t**, int, int, int, ipsep_options*);
 #endif
 #endif
 #endif