#include "spice.h"
#include "ftegraph.h"
#include "ftedebug.h"
Go to the source code of this file.
#define SETGRAPH |
( |
|
pgraph, |
|
|
|
id |
|
) |
| |
Value: (pgraph)->degree = 1; \
static char * linestyle[]
Definition at line 53 of file graphdb.c.
Definition at line 113 of file graphdb.c.
121 bcopy(graph, ret,
sizeof(
struct graph));
struct graph::_keyed * keyed
void bcopy(char *from, char *to, int num)
int DestroyGraph |
( |
int |
id | ) |
|
Definition at line 141 of file graphdb.c.
147 struct _keyed *k, *nextk;
static GBUCKET GBucket[NUMGBUCKETS]
internalerror(char *message)
struct graph::_keyed * keyed
GRAPH* FindGraph |
( |
int |
id | ) |
|
Definition at line 93 of file graphdb.c.
106 return (&list->
graph);
static GBUCKET GBucket[NUMGBUCKETS]
Definition at line 208 of file graphdb.c.
216 list = gbucket->
list;
static GBUCKET GBucket[NUMGBUCKETS]
Definition at line 59 of file graphdb.c.
73 pgraph = &list->
graph;
static GBUCKET GBucket[NUMGBUCKETS]
#define SETGRAPH(pgraph, id)
internalerror(char *message)
void PushGraphContext |
( |
GRAPH * |
graph | ) |
|
void SetGraphContext |
( |
int |
graphid | ) |
|
Definition at line 227 of file graphdb.c.
GRAPH * FindGraph(int id)