Graphviz 14.0.0~dev.20250917.1738
Loading...
Searching...
No Matches
find_ints.c File Reference
#include "simple.h"
#include <stdio.h>
#include <stdlib.h>
#include <util/alloc.h>
#include <util/exit.h>
#include <util/list.h>
Include dependency graph for find_ints.c:

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)
 

Function Documentation

◆ find_ints()

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.

Here is the call graph for this function:

◆ gt()

static int gt ( const void *  a,
const void *  b 
)
static

Definition at line 78 of file find_ints.c.

Referenced by find_ints().

Here is the caller graph for this function: