Uses of Class
h.ST_boxf
-
Packages that use ST_boxf Package Description gen.lib.common gen.lib.dotgen h smetana.core -
-
Uses of ST_boxf in gen.lib.common
Methods in gen.lib.common that return ST_boxf Modifier and Type Method Description static ST_boxf
utils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)
static ST_boxf
postproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj_(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. adjustBB(CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
htmltable__c. html_port(ST_Agnode_s n, CString pname, int[] sides)
Methods in gen.lib.common with parameters of type ST_boxf Modifier and Type Method Description static void
splines__c. add_box(ST_path P, ST_boxf b)
static ST_boxf
utils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)
static ST_boxf
postproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. addNodeObj_(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)
static ST_boxf
postproc__c. adjustBB(CArray<ST_object_t> objp, ST_boxf bb)
static int
routespl__c. checkpath(int boxn, ST_boxf[] boxes, ST_path thepath)
static boolean
shapes__c. compassPort(ST_Agnode_s n, ST_boxf bp, ST_port pp, CString compass, int sides, ST_inside_t ictxt)
static void
routespl__c. limitBoxes(ST_boxf[] boxes, int boxn, CArray<ST_pointf> pps, int pn, int delta)
static int
shapes__c. record_path(ST_Agnode_s n, ST_port prt, int side, ST_boxf rv, int[] kptr)
static void
emit__c. update_bb_bz(ST_boxf bb, CArray<ST_pointf> cp)
-
Uses of ST_boxf in gen.lib.dotgen
Methods in gen.lib.dotgen that return ST_boxf Modifier and Type Method Description static ST_boxf
dotsplines__c. boxfof(double llx, double lly, double urx, double ury)
static ST_boxf
dotsplines__c. makeregularend(ST_boxf b, int side, double y)
static ST_boxf
dotsplines__c. maximal_bbox(ST_Agraph_s g, ST_spline_info_t sp, ST_Agnode_s vn, ST_Agedge_s ie, ST_Agedge_s oe)
static ST_boxf
dotsplines__c. rank_box(ST_spline_info_t sp, ST_Agraph_s g, int r)
Methods in gen.lib.dotgen with parameters of type ST_boxf Modifier and Type Method Description static void
dotsplines__c. completeregularpath(ST_path P, ST_Agedge_s first, ST_Agedge_s last, ST_pathend_t tendp, ST_pathend_t hendp, ST_boxf[] boxes, int boxn, int flag)
static ST_boxf
dotsplines__c. makeregularend(ST_boxf b, int side, double y)
-
Uses of ST_boxf in h
Fields in h declared as ST_boxf Modifier and Type Field Description ST_boxf
ST_field_t. b
ST_boxf
ST_Agraphinfo_t. bb
ST_boxf
ST_cinfo_t. bb
ST_boxf
ST_label_params_t. bb
ST_boxf[]
ST_path. boxes
ST_boxf[]
ST_pathend_t. boxes
ST_boxf
ST_port. bp
ST_boxf
ST_pathend_t. nb
ST_boxf[]
ST_spline_info_t. Rank_box
ST_boxf
ST_inside_t. s_bp
Methods in h that return ST_boxf Modifier and Type Method Description ST_boxf
ST_boxf. copy()
static ST_boxf[]
ST_boxf. malloc(int nb)
-
Uses of ST_boxf in smetana.core
Fields in smetana.core declared as ST_boxf Modifier and Type Field Description ST_boxf[]
Z. boxes
Methods in smetana.core that return ST_boxf Modifier and Type Method Description static ST_boxf
Macro. GD_bb(ST_Agraph_s g)
Methods in smetana.core with parameters of type ST_boxf Modifier and Type Method Description static boolean
Macro. INSIDE(ST_pointf p, ST_boxf b)
-