Graphviz 13.0.0~dev.20241220.2304
|
#include <types.h>
Data Fields | |
port | start |
port | end |
size_t | nbox |
number of subdivisions | |
boxf * | boxes |
void * | data |
boxf* path::boxes |
Definition at line 85 of file types.h.
Referenced by add_box(), adjustregularpath(), dot_splines_(), printpath(), recover_slack(), and routesplines_().
void* path::data |
Definition at line 86 of file types.h.
Referenced by beginpath(), and routesplines_().
port path::end |
Definition at line 83 of file types.h.
Referenced by checkpath(), endpath(), make_regular_edge(), printpath(), and routesplines_().
size_t path::nbox |
Definition at line 84 of file types.h.
Referenced by add_box(), adjustregularpath(), beginpath(), completeregularpath(), make_flat_bottom_edges(), make_flat_edge(), printpath(), recover_slack(), and routesplines_().
port path::start |
Definition at line 82 of file types.h.
Referenced by beginpath(), checkpath(), endpath(), make_regular_edge(), printpath(), and routesplines_().