![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
#include <gts.h>

Data Fields | |
| GtsContaineeClass | parent_class |
| GtsGEdge *(* | link )(GtsGEdge *e, GtsGNode *n1, GtsGNode *n2) |
| gfloat(* | weight )(GtsGEdge *e) |
| void(* | write )(GtsGEdge *e, FILE *fp) |
| GtsGEdge*(* _GtsGEdgeClass::link)(GtsGEdge *e, GtsGNode *n1, GtsGNode *n2) |
Definition at line 2254 of file gts.h.
Referenced by gedge_class_init(), and gts_gedge_new().
| gfloat(* _GtsGEdgeClass::weight)(GtsGEdge *e) |
Definition at line 2255 of file gts.h.
Referenced by gedge_class_init().
| void(* _GtsGEdgeClass::write)(GtsGEdge *e, FILE *fp) |