Ppoly_t *obp;
int cnt, i = 0, npoly;
vconfig_t *vconfig = 0;
- path *P = NULL;
int useEdges = Nop > 1;
int legal = 0;
}
else if (ED_count(e) == 0) continue; /* only do representative */
else if (n == head) { /* self arc */
- if (!P) {
- P = NEW(path);
- P->boxes = N_NEW(agnnodes(g) + 20 * 2 * 9, boxf);
- }
makeSelfArcs(e, GD_nodesep(g->root));
} else if (vconfig) { /* EDGETYPE_SPLINE or EDGETYPE_PLINE */
#ifdef HAVE_GTS
if (vconfig)
Pobsclose (vconfig);
- if (P) {
- free(P->boxes);
- free(P);
- }
if (obs) {
for (i=0; i < npoly; i++) {
free (obs[i]->ps);