Uses of Class
h.ST_port
-
Packages that use ST_port Package Description gen.lib.common gen.lib.dotgen h smetana.core -
-
Uses of ST_port in gen.lib.common
Methods in gen.lib.common that return ST_port Modifier and Type Method Description static ST_port
utils__c. chkPort(CFunction pf, ST_Agnode_s n, CString s)
static ST_port
shapes__c. poly_port(ST_Agnode_s n, CString portname, CString compass)
static ST_port
shapes__c. record_port(ST_Agnode_s n, CString portname, CString compass)
static ST_port
shapes__c. resolvePort(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)
Methods in gen.lib.common with parameters of type ST_port Modifier and Type Method Description static CString
shapes__c. closestSide(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)
static boolean
shapes__c. compassPort(ST_Agnode_s n, ST_boxf bp, ST_port pp, CString compass, int sides, ST_inside_t ictxt)
static int
shapes__c. poly_path(ST_Agnode_s n, ST_port p, int side, Object rv, Object kptr)
static int
shapes__c. record_path(ST_Agnode_s n, ST_port prt, int side, ST_boxf rv, int[] kptr)
static ST_port
shapes__c. resolvePort(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)
-
Uses of ST_port in gen.lib.dotgen
Methods in gen.lib.dotgen with parameters of type ST_port Modifier and Type Method Description static int
dotsplines__c. portcmp(ST_port p0, ST_port p1)
-
Uses of ST_port in h
Fields in h declared as ST_port Modifier and Type Field Description ST_port
ST_path. end
ST_port
ST_Agedgeinfo_t. head_port
ST_port
ST_path. start
ST_port
ST_Agedgeinfo_t. tail_port
Methods in h that return ST_port Modifier and Type Method Description ST_port
ST_port. copy()
-
Uses of ST_port in smetana.core
Fields in smetana.core declared as ST_port Modifier and Type Field Description ST_port
Z. Center
Methods in smetana.core that return ST_port Modifier and Type Method Description static ST_port
Macro. ED_head_port(ST_Agedge_s e)
static ST_port
Macro. ED_tail_port(ST_Agedge_s e)
Methods in smetana.core with parameters of type ST_port Modifier and Type Method Description static void
Macro. ED_head_port(ST_Agedge_s e, ST_port v)
static void
Macro. ED_tail_port(ST_Agedge_s e, ST_port v)
-