#include <types.h>
Collaboration diagram for Agraphinfo_t:
Data Fields | |
layout_t * | drawing |
textlabel_t * | label |
box | bb |
point | border [4] |
unsigned char | gui_state |
unsigned char | has_labels |
boolean | has_images |
unsigned char | charset |
int | rankdir |
int | ht1 |
int | ht2 |
unsigned short | flags |
void * | alg |
GVC_t * | gvc |
void(* | cleanup )(graph_t *g) |
node_t ** | neato_nlist |
int | move |
double ** | dist |
double ** | spring |
double ** | sum_t |
double *** | t |
int | ndim |
int | n_cluster |
graph_t ** | clust |
node_t * | nlist |
rank_t * | rank |
nlist_t | comp |
node_t * | minset |
node_t * | maxset |
long | n_nodes |
short | minrank |
short | maxrank |
boolean | has_flat_edges |
unsigned char | showboxes |
boolean | cluster_was_collapsed |
fontname_kind | fontnames |
int | nodesep |
int | ranksep |
node_t * | ln |
node_t * | rn |
node_t * | leader |
node_t ** | rankleader |
boolean | expanded |
char | installed |
char | set_type |
char | label_pos |
boolean | exact_ranksep |
char | notused |
Definition at line 322 of file types.h.
unsigned char Agraphinfo_t::gui_state |
unsigned char Agraphinfo_t::has_labels |
unsigned char Agraphinfo_t::charset |
unsigned short Agraphinfo_t::flags |
void* Agraphinfo_t::alg |
void(* Agraphinfo_t::cleanup)(graph_t *g) |
double** Agraphinfo_t::dist |
double ** Agraphinfo_t::spring |
double ** Agraphinfo_t::sum_t |
double *** Agraphinfo_t::t |
short Agraphinfo_t::minrank |
short Agraphinfo_t::maxrank |
unsigned char Agraphinfo_t::showboxes |
Definition at line 49 of file libgraph.h.