Graphviz 14.0.0~dev.20250917.1738
|
#include "simple.h"
#include <stdio.h>
#include <stdlib.h>
#include <util/alloc.h>
#include <util/exit.h>
#include <util/list.h>
Go to the source code of this file.
Functions | |
static int | gt (const void *a, const void *b) |
void | find_ints (struct vertex vertex_list[], size_t nvertices, intersections_t *ilist) |
void find_ints | ( | struct vertex | vertex_list[], |
size_t | nvertices, | ||
intersections_t * | ilist | ||
) |
Definition at line 20 of file find_ints.c.
References vertex::active, after, find_intersection(), free(), graphviz_exit(), gt(), gv_alloc(), gv_calloc(), LIST, LIST_APPEND, LIST_DTOR_FREE, LIST_FREE, LIST_GET, LIST_REMOVE, LIST_SIZE, active_edge::name, NULL, nvertices, and prior.
|
static |
Definition at line 78 of file find_ints.c.
Referenced by find_ints().