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_portutils__c. chkPort(CFunction pf, ST_Agnode_s n, CString s)static ST_portshapes__c. poly_port(ST_Agnode_s n, CString portname, CString compass)static ST_portshapes__c. record_port(ST_Agnode_s n, CString portname, CString compass)static ST_portshapes__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 CStringshapes__c. closestSide(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)static booleanshapes__c. compassPort(ST_Agnode_s n, ST_boxf bp, ST_port pp, CString compass, int sides, ST_inside_t ictxt)static intshapes__c. poly_path(ST_Agnode_s n, ST_port p, int side, java.lang.Object rv, java.lang.Object kptr)static intshapes__c. record_path(ST_Agnode_s n, ST_port prt, int side, ST_boxf rv, int[] kptr)static ST_portshapes__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 intdotsplines__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_portST_path. endST_portST_Agedgeinfo_t. head_portST_portST_path. startST_portST_Agedgeinfo_t. tail_portMethods in h that return ST_port Modifier and Type Method Description ST_portST_port. copy() -
Uses of ST_port in smetana.core
Fields in smetana.core declared as ST_port Modifier and Type Field Description ST_portZ. CenterMethods in smetana.core that return ST_port Modifier and Type Method Description static ST_portMacro. ED_head_port(ST_Agedge_s e)static ST_portMacro. ED_tail_port(ST_Agedge_s e)Methods in smetana.core with parameters of type ST_port Modifier and Type Method Description static voidMacro. ED_head_port(ST_Agedge_s e, ST_port v)static voidMacro. ED_tail_port(ST_Agedge_s e, ST_port v)
-