Graphviz 13.0.0~dev.20241222.1117
|
#include "simple.h"
#include <stdio.h>
#include <stdlib.h>
#include <util/alloc.h>
#include <util/exit.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[], struct data *input, struct intersection ilist[]) |
void find_ints | ( | struct vertex | vertex_list[], |
struct data * | input, | ||
struct intersection | ilist[] | ||
) |
Definition at line 19 of file find_ints.c.
References vertex::active, after, active_edge_list::final, find_intersection(), active_edge_list::first, free(), graphviz_exit(), gt(), gv_alloc(), gv_calloc(), active_edge::last, active_edge::name, active_edge::next, data::ninters, NULL, active_edge_list::number, data::nvertices, and prior.
|
static |
Definition at line 106 of file find_ints.c.
Referenced by find_ints().