#include <graph.h>
Data Fields | |
char * | name |
char * | value |
int | index |
unsigned char | printed |
unsigned char | fixed |
Definition at line 109 of file graph.h.
char* Agsym_t::name |
Definition at line 110 of file graph.h.
Referenced by agcopyattr(), agcopydict(), agNEWsym(), agwredge(), agwrnode(), and nameof().
char * Agsym_t::value |
Definition at line 110 of file graph.h.
Referenced by agcopydict(), agNEWnode(), agNEWsym(), agwredge(), and agwrnode().
int Agsym_t::index |
Definition at line 111 of file graph.h.
Referenced by agcopyattr(), agindex(), agNEWsym(), agsafeset(), arrow_flags(), attach_attrs_and_arrows(), common_init_edge(), common_init_node(), dot_sameports(), emit_clusters(), late_attr(), late_bool(), late_double(), late_int(), late_string(), nonconstraint_edge(), user_pos(), and write_plain().
unsigned char Agsym_t::printed |
Definition at line 112 of file graph.h.
Referenced by agcopydict(), agNEWsym(), agwredge(), and agwrnode().
unsigned char Agsym_t::fixed |