Uses of Class
h.ST_path
-
Packages that use ST_path Package Description gen.lib.common gen.lib.dotgen -
-
Uses of ST_path in gen.lib.common
Methods in gen.lib.common with parameters of type ST_path Modifier and Type Method Description static CArray<ST_pointf>
routespl__c. _routesplines(ST_path pp, int[] npoints, int polyline)
static void
splines__c. add_box(ST_path P, ST_boxf b)
static void
splines__c. beginpath(ST_path P, ST_Agedge_s e, int et, ST_pathend_t endp, boolean merge)
static int
routespl__c. checkpath(int boxn, ST_boxf[] boxes, ST_path thepath)
static void
splines__c. endpath(ST_path P, ST_Agedge_s e, int et, ST_pathend_t endp, boolean merge)
static void
splines__c. makeSelfEdge(ST_path P, CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, double sizex, double sizey, ST_splineInfo sinfo)
static CArray<ST_pointf>
routespl__c. routepolylines(ST_path pp, int[] npoints)
static CArray<ST_pointf>
routespl__c. routesplines(ST_path pp, int[] npoints)
-
Uses of ST_path in gen.lib.dotgen
Methods in gen.lib.dotgen with parameters of type ST_path Modifier and Type Method Description static void
dotsplines__c. adjustregularpath(ST_path P, int fb, int lb)
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 void
dotsplines__c. make_flat_adj_edges(ST_Agraph_s g, ST_path P, CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, ST_Agedge_s e0, int et)
static void
dotsplines__c. make_flat_edge(ST_Agraph_s g, ST_spline_info_t sp, ST_path P, CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, int et)
static void
dotsplines__c. make_flat_labeled_edge(ST_Agraph_s g, ST_spline_info_t sp, ST_path P, ST_Agedge_s e, int et)
static void
dotsplines__c. make_regular_edge(ST_Agraph_s g, ST_spline_info_t sp, ST_path P, CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, int et)
static void
dotsplines__c. makeFlatEnd(ST_Agraph_s g, ST_spline_info_t sp, ST_path P, ST_Agnode_s n, ST_Agedge_s e, ST_pathend_t endp, boolean isBegin)
static void
dotsplines__c. recover_slack(ST_Agedge_s e, ST_path p)
-