Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | drawtopologicalfisheye (topview *t) |
void | changetopfishfocus (topview *t, float *x, float *y, int num_foci) |
void | prepare_topological_fisheye (Agraph_t *g, topview *t) |
void changetopfishfocus | ( | topview * | t, |
float * | x, | ||
float * | y, | ||
int | num_foci | ||
) |
Definition at line 407 of file topfisheyeview.c.
References _ViewInfo::active_frame, _ViewInfo::activeGraph, agget(), topview::animate, glCompColor::B, _ViewInfo::bdxLeft, _ViewInfo::bdxRight, _ViewInfo::bdyBottom, _ViewInfo::bdyTop, levelparms_t::coarsening_rate, colorxlate(), hierparms_t::dist2_limit, reposition_t::distortion, find_closest_active_node(), topview::fisheyeParams, focus_t::foci_nodes, topview::fs, _ViewInfo::g, glCompColor::G, Hierarchy::geom_graphs, get_attribute_value(), topview::h, reposition_t::height, topview::hier, topview::level, levelparms_t::num_fine_nodes, focus_t::num_foci, positionAllItems(), glCompColor::R, refresh_old_values(), topview::repos, color_s::RGBA, RGBA_DOUBLE, set_active_levels(), topview::srcColor, topview::tarColor, _ViewInfo::timer, _ViewInfo::Topview, color_s::u, view, reposition_t::width, ex_vtx_data::x_coord, focus_t::x_foci, ex_vtx_data::y_coord, and focus_t::y_foci.
Referenced by apply_actions().
void drawtopologicalfisheye | ( | topview * | t | ) |
Definition at line 335 of file topfisheyeview.c.
References drawtopfishedges(), drawtopfishnodes(), and get_active_frame().
Referenced by glexpose_drawgraph().
Definition at line 122 of file topfisheyeview.c.
References _ViewInfo::activeGraph, agfstnode(), agget(), agnnodes(), agnxtnode(), topview::animate, glCompColor::B, _ViewInfo::bdxLeft, _ViewInfo::bdxRight, _ViewInfo::bdyBottom, _ViewInfo::bdyTop, levelparms_t::coarsening_rate, colorxlate(), hierparms_t::dist2_limit, reposition_t::distortion, topview::fisheyeParams, focus_t::foci_nodes, free(), freeGraph(), topview::fs, _ViewInfo::g, glCompColor::G, Hierarchy::geom_graphs, get_attribute_value(), graph(), gv_calloc(), topview::h, reposition_t::height, topview::hier, initFocus(), topview::level, makeGraph(), makeHier(), ND_A, topview::Nodecount, levelparms_t::num_fine_nodes, focus_t::num_foci, positionAllItems(), glCompColor::R, refresh_old_values(), topview::repos, color_s::RGBA, RGBA_DOUBLE, set_active_levels(), topview::srcColor, topview::tarColor, _ViewInfo::Topview, color_s::u, view, reposition_t::width, ex_vtx_data::x_coord, focus_t::x_foci, ex_vtx_data::y_coord, and focus_t::y_foci.
Referenced by menu_switch_to_fisheye().