Graphviz  2.41.20171026.1811
Data Fields
shape_functions Struct Reference

#include <types.h>

Collaboration diagram for shape_functions:
Collaboration graph
[legend]

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, boxf rv[], int *kptr)
 
void(* codefn )(GVJ_t *job, node_t *n)
 

Detailed Description

Definition at line 177 of file types.h.

Field Documentation

void(* shape_functions::codefn)(GVJ_t *job, node_t *n)

Definition at line 183 of file types.h.

void(* shape_functions::freefn)(node_t *)

Definition at line 179 of file types.h.

void(* shape_functions::initfn)(node_t *)

Definition at line 178 of file types.h.

boolean(* shape_functions::insidefn)(inside_t *inside_context, pointf)

Definition at line 181 of file types.h.

int(* shape_functions::pboxfn)(node_t *n, port *p, int side, boxf rv[], int *kptr)

Definition at line 182 of file types.h.

port(* shape_functions::portfn)(node_t *, char *, char *)

Definition at line 180 of file types.h.


The documentation for this struct was generated from the following file: