Graphviz
2.41.20171026.1811
|
#include <render.h>
Go to the source code of this file.
Data Structures | |
struct | nstack_t |
Macros | |
#define | STACK_H |
#define | top(sp) ((sp)->top) |
Functions | |
nstack_t * | mkStack (void) |
void | stackPush (nstack_t *s, Agnode_t *n) |
Agnode_t * | stackPop (nstack_t *s) |
int | stackSize (nstack_t *s) |
int | stackCheck (nstack_t *s, Agnode_t *n) |
void | freeStack (nstack_t *s) |
#define top | ( | sp | ) | ((sp)->top) |
Definition at line 35 of file stack.h.
Referenced by stackCheck(), stackPop(), and voronoi().
void freeStack | ( | nstack_t * | s | ) |
Definition at line 30 of file stack.c.
Referenced by closest_pairs2graph().
nstack_t* mkStack | ( | void | ) |
Definition at line 19 of file stack.c.
References NEW, NULL, nstack_t::sz, and nstack_t::top.
Definition at line 43 of file stack.c.
References assert, NEXT, nstack_t::sz, nstack_t::top, top, and UNSET_ONSTACK.
Definition at line 35 of file stack.c.
References NEXT, SET_ONSTACK, nstack_t::sz, and nstack_t::top.
Definition at line 59 of file stack.c.
References nstack_t::sz.