]> granicus.if.org Git - graphviz/commit
add bb to node_t ( ND_bb(n) ) and to splines
authorellson <devnull@localhost>
Fri, 29 Apr 2005 21:38:21 +0000 (21:38 +0000)
committerellson <devnull@localhost>
Fri, 29 Apr 2005 21:38:21 +0000 (21:38 +0000)
commit987ce2334c6cb83f8e841903d8a601ed49d6f6a2
tree4ba6a200c94995a38d02d06b8b03424cea4b6e59
parent51a4ca5b75f8eba14a6cae8c0dc64655f569abdb
add bb to node_t ( ND_bb(n) ) and to splines

compute bb in an initial graph traversal in emit_graphs()
(we might want to change this eventually and compute
ND_bb during layout instead of ND_lw, ND_rw, ND_ht)

use bb in node_in_view() and edge_in_view() during emit_graph()

use bb in mouse event -> object resolution
lib/common/emit.c
lib/common/renderprocs.h
lib/common/types.h
lib/common/utils.c
lib/gvc/gvevent.c