|
IDA SDK
|
This is the complete list of members for abstract_graph_t, including all inherited members.
| abstract_graph_t(void) (defined in abstract_graph_t) | abstract_graph_t | inline |
| add_node_edges(edgevec_t &dlist, int node) (defined in abstract_graph_t) | abstract_graph_t | |
| assign_edge_ports(const graph_row_info_t &gri, const node_set_t &selfrefs) | abstract_graph_t | protected |
| begin(void) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| calc_bounds(rect_t *r) (defined in abstract_graph_t) | abstract_graph_t | |
| calc_fitting_params(const rect_t &area, graph_location_info_t *gli, double max_zoom) (defined in abstract_graph_t) | abstract_graph_t | |
| calc_longest_pathes(const node_set_t &entries, intvec_t &tops, int row_height) const | abstract_graph_t | protected |
| calc_row_heights(graph_row_info_t &gri) const | abstract_graph_t | protected |
| callback | abstract_graph_t | |
| callback_ud | abstract_graph_t | |
| circle_center | abstract_graph_t | |
| circle_radius | abstract_graph_t | |
| clear(void) (defined in abstract_graph_t) | abstract_graph_t | |
| clear_layout_info(void) | abstract_graph_t | protected |
| clone(void) const =0 (defined in abstract_graph_t) | abstract_graph_t | pure virtual |
| create_circle_layout(point_t p, int radius) (defined in abstract_graph_t) | abstract_graph_t | inline |
| create_graph_row_info(const intvec_t &tops, graph_row_info_t &gri, int graph_height) const | abstract_graph_t | protected |
| create_orthogonal_layout(void) (defined in abstract_graph_t) | abstract_graph_t | |
| create_polar_tree_layout(point_t p, int radius) (defined in abstract_graph_t) | abstract_graph_t | |
| create_radial_tree_layout(point_t p, int radius) (defined in abstract_graph_t) | abstract_graph_t | |
| create_spanning_tree(edge_typer_t *et, node_set_t *entries, edgeset_t *back_edges, node_ordering_t *pre, node_ordering_t *post) const (defined in abstract_graph_t) | abstract_graph_t | protected |
| create_tree_layout(void) (defined in abstract_graph_t) | abstract_graph_t | inline |
| current_layout | abstract_graph_t | |
| depth_first(node_ordering_t *pre, node_ordering_t *post, edge_typer_t *et) const (defined in abstract_graph_t) | abstract_graph_t | protected |
| dump_graph(const char *header) const (defined in abstract_graph_t) | abstract_graph_t | |
| edge(int node, int i, bool ispred) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| empty(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| end(void) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| entry(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| exists(int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| exit(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| for_all_nodes_edges(graph_visitor_t &nev, bool visit_nodes=true) (defined in abstract_graph_t) | abstract_graph_t | |
| front(void) (defined in gdl_graph_t) | gdl_graph_t | inline |
| gather_edge_segments(const graph_row_info_t &gri, edge_segs_vec_t &ges) const | abstract_graph_t | protected |
| gen_dot(FILE *fp) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_dot(const char *file) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_gdl(FILE *fp) const (defined in gdl_graph_t) | gdl_graph_t | |
| gen_gdl(const char *file) const (defined in gdl_graph_t) | gdl_graph_t | |
| get_connected_components(intvec_t &entries) const | abstract_graph_t | protected |
| get_edge(edge_t e) const (defined in abstract_graph_t) | abstract_graph_t | inline |
| get_edge(edge_t e)=0 (defined in abstract_graph_t) | abstract_graph_t | pure virtual |
| get_edge_color(int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| get_edge_ports(edge_t e, point_t &s, point_t &d) const (defined in abstract_graph_t) | abstract_graph_t | |
| get_node_color(int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| get_node_label(char *buf, int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| grcall(int code,...) (defined in abstract_graph_t) | abstract_graph_t | inline |
| make_rect_edges(graph_row_info_t &gri, const edge_segs_vec_t &ges, int first_reverser_node) | abstract_graph_t | protected |
| minimize_crossings(graph_row_info_t &gri) const | abstract_graph_t | protected |
| move_nodes_down(intvec_t &tops, const node_ordering_t &post, int first_reverser_node, int row_height) const | abstract_graph_t | protected |
| nedge(int node, bool ispred) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| node_qty(void) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| npred(int node) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| nrect(int n) const (defined in abstract_graph_t) | abstract_graph_t | inline |
| nrect(int n)=0 (defined in abstract_graph_t) | abstract_graph_t | pure virtual |
| nsucc(int node) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| path_back(const array_of_node_set_t &domin, int m, int n) const | abstract_graph_t | protected |
| path_back(edge_typer_t &et, int m, int n) const (defined in abstract_graph_t) | abstract_graph_t | protected |
| path_exists(int m, int n) const (defined in gdl_graph_t) | gdl_graph_t | inline |
| pred(int node, int i) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| print_edge(FILE *, int, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_graph_attributes(FILE *) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_node(FILE *, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| print_node_attributes(FILE *, int) const (defined in gdl_graph_t) | gdl_graph_t | inlinevirtual |
| recalc_edge_widths(const edgeset_t &back_edges, const edge_infos_t &self_edges) | abstract_graph_t | protected |
| rect_edges_made | abstract_graph_t | |
| set_callback(hook_cb_t *_callback, void *_ud) (defined in abstract_graph_t) | abstract_graph_t | inline |
| set_x_coords(const graph_row_info_t &gri, const node_set_t &selfrefs, int first_added_node) | abstract_graph_t | protected |
| size(void) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| succ(int node, int i) const =0 (defined in gdl_graph_t) | gdl_graph_t | pure virtual |
| title | abstract_graph_t | |
| tree_layout(edge_typer_t &et, const node_set_t &entries) (defined in abstract_graph_t) | abstract_graph_t | protected |
| vgrcall(int code, va_list va) (defined in abstract_graph_t) | abstract_graph_t | inline |
| visit_nodes(int node, graph_node_visitor_t &gv) const | abstract_graph_t | protected |
| visit_paths(int node, graph_path_visitor_t &gv) const | abstract_graph_t | protected |
1.8.9.1