#include <types.h>
Collaboration diagram for shape_functions:
Data Fields | |
void(* | initfn )(node_t *) |
void(* | freefn )(node_t *) |
port(* | portfn )(node_t *, char *, char *) |
boolean(* | insidefn )(inside_t *inside_context, pointf) |
int(* | pboxfn )(node_t *n, port *p, int side, box rv[], int *kptr) |
void(* | codefn )(GVJ_t *job, node_t *n) |
Definition at line 176 of file types.h.
void(* shape_functions::initfn)(node_t *) |
void(* shape_functions::freefn)(node_t *) |
port(* shape_functions::portfn)(node_t *, char *, char *) |
boolean(* shape_functions::insidefn)(inside_t *inside_context, pointf) |
int(* shape_functions::pboxfn)(node_t *n, port *p, int side, box rv[], int *kptr) |
void(* shape_functions::codefn)(GVJ_t *job, node_t *n) |