Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
find_ints.c File Reference
#include "simple.h"
#include <stdio.h>
#include <stdlib.h>
#include <cgraph/alloc.h>
#include <cgraph/exit.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[], struct data *input, struct intersection ilist[])
 

Function Documentation

◆ find_ints()

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.

Here is the call graph for this function:

◆ gt()

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

Definition at line 106 of file find_ints.c.

Referenced by find_ints().

Here is the caller graph for this function: