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_boxfutils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)static ST_boxfpostproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. addNodeObj(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. addNodeObj_(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. adjustBB(CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfhtmltable__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 voidsplines__c. add_box(ST_path P, ST_boxf b)static ST_boxfutils__c. addLabelBB(ST_boxf bb, ST_textlabel_t lp, boolean flipxy)static ST_boxfpostproc__c. addLabelObj(ST_textlabel_t lp, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. addNodeObj(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. addNodeObj_(ST_Agnode_s np, CArray<ST_object_t> objp, ST_boxf bb)static ST_boxfpostproc__c. adjustBB(CArray<ST_object_t> objp, ST_boxf bb)static introutespl__c. checkpath(int boxn, ST_boxf[] boxes, ST_path thepath)static booleanshapes__c. compassPort(ST_Agnode_s n, ST_boxf bp, ST_port pp, CString compass, int sides, ST_inside_t ictxt)static voidroutespl__c. limitBoxes(ST_boxf[] boxes, int boxn, CArray<ST_pointf> pps, int pn, int delta)static intshapes__c. record_path(ST_Agnode_s n, ST_port prt, int side, ST_boxf rv, int[] kptr)static voidemit__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_boxfdotsplines__c. boxfof(double llx, double lly, double urx, double ury)static ST_boxfdotsplines__c. makeregularend(ST_boxf b, int side, double y)static ST_boxfdotsplines__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_boxfdotsplines__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 voiddotsplines__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_boxfdotsplines__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_boxfST_field_t. bST_boxfST_Agraphinfo_t. bbST_boxfST_cinfo_t. bbST_boxfST_label_params_t. bbST_boxf[]ST_path. boxesST_boxf[]ST_pathend_t. boxesST_boxfST_port. bpST_boxfST_pathend_t. nbST_boxf[]ST_spline_info_t. Rank_boxST_boxfST_inside_t. s_bpMethods in h that return ST_boxf Modifier and Type Method Description ST_boxfST_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. boxesMethods in smetana.core that return ST_boxf Modifier and Type Method Description static ST_boxfMacro. GD_bb(ST_Agraph_s g)Methods in smetana.core with parameters of type ST_boxf Modifier and Type Method Description static booleanMacro. INSIDE(ST_pointf p, ST_boxf b)
-