|
Graphviz 14.0.3~dev.20251029.0425
|
#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <limits.h>#include <pathplan/vis.h>#include <util/alloc.h>Go to the source code of this file.
Typedefs | |
| typedef Ppoint_t | ilcoord_t |
Functions | |
| vconfig_t * | Pobsopen (Ppoly_t **obs, int n_obs) |
| void | Pobsclose (vconfig_t *config) |
| void | Pobspath (vconfig_t *config, Ppoint_t p0, int poly0, Ppoint_t p1, int poly1, Ppolyline_t *output_route) |
| void Pobsclose | ( | vconfig_t * | config | ) |
Definition at line 87 of file cvt.c.
References free(), vconfig_s::next, vconfig_s::P, vconfig_s::prev, vconfig_s::start, and vconfig_s::vis.
Referenced by compoundEdges(), spline_edges_(), vc_stale(), and vgpanecmd().
Definition at line 26 of file cvt.c.
References free(), malloc(), vconfig_s::N, vconfig_s::next, vconfig_s::Npoly, NULL, vconfig_s::P, Ppoly_t::pn, vconfig_s::prev, Ppoly_t::ps, vconfig_s::start, and visibility().
Referenced by compoundEdges(), spline_edges_(), and vc_refresh().
| void Pobspath | ( | vconfig_t * | config, |
| Ppoint_t | p0, | ||
| int | poly0, | ||
| Ppoint_t | p1, | ||
| int | poly1, | ||
| Ppolyline_t * | output_route | ||
| ) |
Definition at line 100 of file cvt.c.
References free(), gv_calloc(), makePath(), vconfig_s::N, opn, ops, vconfig_s::P, Ppoly_t::pn, Ppoly_t::ps, and ptVis().
Referenced by getPath(), and vgpanecmd().