Uses of Class
h.ST_Agnode_s
-
Packages that use ST_Agnode_s Package Description gen.lib.cgraph gen.lib.common gen.lib.dotgen h net.sourceforge.plantuml.sdot smetana.core -
-
Uses of ST_Agnode_s in gen.lib.cgraph
Methods in gen.lib.cgraph that return ST_Agnode_s Modifier and Type Method Description static ST_Agnode_s
node__c. agfindnode_by_id(ST_Agraph_s g, int id)
static ST_Agnode_s
node__c. agfstnode(ST_Agraph_s g)
static ST_Agnode_s
edge__c. aghead(__ptr__ e)
static ST_Agnode_s
node__c. agidnode(ST_Agraph_s g, int id, int cflag)
static ST_Agnode_s
node__c. agnode(ST_Agraph_s g, CString name, boolean cflag)
static ST_Agnode_s
node__c. agnxtnode(ST_Agraph_s g, ST_Agnode_s n)
static ST_Agnode_s
node__c. agsubnode(ST_Agraph_s g, ST_Agnode_s n0, boolean cflag)
static ST_Agnode_s
edge__c. agtail(ST_Agedge_s e)
static ST_Agnode_s
node__c. newnode(ST_Agraph_s g, int id, int seq)
-
Uses of ST_Agnode_s in gen.lib.common
Methods in gen.lib.common that return ST_Agnode_s Modifier and Type Method Description static ST_Agnode_s
utils__c. dequeue(ST_nodequeue q)
static ST_Agnode_s
ns__c. incident(ST_Agedge_s e)
static ST_Agnode_s
ns__c. treeupdate(ST_Agnode_s v, ST_Agnode_s w, int cutvalue, boolean dir)
static ST_Agnode_s
utils__c. UF_find(ST_Agnode_s n)
static ST_Agnode_s
utils__c. UF_union(ST_Agnode_s u, ST_Agnode_s v)
Methods in gen.lib.common with parameters of type ST_Agnode_s Modifier and Type Method Description 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 void
splines__c. arrow_clip(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int[] startp, int[] endp, ST_bezier spl, ST_splineInfo info)
static ST_shape_desc
shapes__c. bind_shape(CString name, ST_Agnode_s np)
static ST_port
utils__c. chkPort(CFunction pf, ST_Agnode_s n, CString s)
static void
splines__c. clip_and_install(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int pn, ST_splineInfo info)
static CString
shapes__c. closestSide(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)
static void
utils__c. common_init_node(ST_Agnode_s n)
static boolean
shapes__c. compassPort(ST_Agnode_s n, ST_boxf bp, ST_port pp, CString compass, int sides, ST_inside_t ictxt)
static double
splines__c. conc_slope(ST_Agnode_s n)
static void
ns__c. dfs_cutval(ST_Agnode_s v, ST_Agedge_s par)
static void
ns__c. dfs_enter_inedge(ST_Agnode_s v)
static void
ns__c. dfs_enter_outedge(ST_Agnode_s v)
static int
ns__c. dfs_range(ST_Agnode_s v, ST_Agedge_s par, int low)
static void
utils__c. enqueue(ST_nodequeue q, ST_Agnode_s n)
static void
utils__c. gv_nodesize(ST_Agnode_s n, boolean flip)
static ST_boxf
htmltable__c. html_port(ST_Agnode_s n, CString pname, int[] sides)
static ST_field_t
shapes__c. parse_reclbl(ST_Agnode_s n, boolean LR, boolean flag, CString text)
static void
shapes__c. poly_init(ST_Agnode_s n)
static int
shapes__c. poly_path(ST_Agnode_s n, ST_port p, int side, Object rv, Object kptr)
static ST_port
shapes__c. poly_port(ST_Agnode_s n, CString portname, CString compass)
static void
shapes__c. record_init(ST_Agnode_s n)
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. record_port(ST_Agnode_s n, CString portname, CString compass)
static void
ns__c. rerank(ST_Agnode_s v, int delta)
static ST_port
shapes__c. resolvePort(ST_Agnode_s n, ST_Agnode_s other, ST_port oldport)
static void
splines__c. shape_clip0(__ptr__ inside_context, ST_Agnode_s n, CArray<ST_pointf> curve, boolean left_inside)
static EN_shape_kind
shapes__c. shapeOf(ST_Agnode_s n)
static ST_pointf
shapes__c. size_reclbl(ST_Agnode_s n, ST_field_t f)
static boolean
ns__c. treesearch(ST_Agnode_s v)
static ST_Agnode_s
ns__c. treeupdate(ST_Agnode_s v, ST_Agnode_s w, int cutvalue, boolean dir)
static ST_Agnode_s
utils__c. UF_find(ST_Agnode_s n)
static void
utils__c. UF_setname(ST_Agnode_s u, ST_Agnode_s v)
static void
utils__c. UF_singleton(ST_Agnode_s u)
static ST_Agnode_s
utils__c. UF_union(ST_Agnode_s u, ST_Agnode_s v)
static void
shapes__c. unrecognized(ST_Agnode_s n, CString p)
static int
ns__c. x_val(ST_Agedge_s e, ST_Agnode_s v, int dir)
-
Uses of ST_Agnode_s in gen.lib.dotgen
Methods in gen.lib.dotgen that return ST_Agnode_s Modifier and Type Method Description static ST_Agnode_s
cluster__c. clone_vn(ST_Agraph_s g, ST_Agnode_s vn)
static ST_Agnode_s
fastgr__c. find_fast_node(ST_Agraph_s g, ST_Agnode_s n)
static ST_Agnode_s
mincross__c. furthestnode(ST_Agraph_s g, ST_Agnode_s v, int dir)
static ST_Agnode_s
class2__c. label_vnode(ST_Agraph_s g, ST_Agedge_s orig)
static ST_Agnode_s
class2__c. leader_of(ST_Agraph_s g, ST_Agnode_s v)
static ST_Agnode_s
flat__c. make_vn_slot(ST_Agraph_s g, int r, int pos)
static ST_Agnode_s
cluster__c. map_interclust_node(ST_Agnode_s n)
static ST_Agnode_s
dotsplines__c. neighbor(ST_Agraph_s g, ST_Agnode_s vn, ST_Agedge_s ie, ST_Agedge_s oe, int dir)
static ST_Agnode_s
mincross__c. neighbor(ST_Agnode_s v, int dir)
static ST_Agnode_s
class2__c. plain_vnode(ST_Agraph_s g, ST_Agedge_s orig)
static ST_Agnode_s
fastgr__c. virtual_node(ST_Agraph_s g)
Method parameters in gen.lib.dotgen with type arguments of type ST_Agnode_s Modifier and Type Method Description static Object
mincross__c. nodeposcmpf(CArrayOfStar<ST_Agnode_s> n0, CArrayOfStar<ST_Agnode_s> n1)
static int
mincross__c. postorder(ST_Agraph_s g, ST_Agnode_s v, CArrayOfStar<ST_Agnode_s> list, int r)
-
Uses of ST_Agnode_s in h
Fields in h declared as ST_Agnode_s Modifier and Type Field Description ST_Agnode_s
ST_Agnodeinfo_t. inleaf
ST_Agnode_s
ST_Agraphinfo_t. leader
ST_Agnode_s
ST_Agraphinfo_t. ln
ST_Agnode_s
ST_Agraphinfo_t. maxset
ST_Agnode_s
ST_Agraphinfo_t. minset
ST_Agnode_s
ST_Agnodeinfo_t. next
ST_Agnode_s
ST_Agraphinfo_t. nlist
ST_Agnode_s
ST_Agedge_s. node
ST_Agnode_s
ST_Agsubnode_s. node
ST_Agnode_s
ST_Agnodeinfo_t. outleaf
ST_Agnode_s
ST_Agnodeinfo_t. prev
ST_Agnode_s
ST_subtree_t. rep
ST_Agnode_s
ST_Agraphinfo_t. rn
ST_Agnode_s
ST_inside_t. s_n
ST_Agnode_s
ST_Agnodeinfo_t. UF_parent
Fields in h with type parameters of type ST_Agnode_s Modifier and Type Field Description CArrayOfStar<ST_Agnode_s>
ST_rank_t. av
CArrayOfStar<ST_Agnode_s>
ST_stk_t. curp
CArrayOfStar<ST_Agnode_s>
ST_blk_t. data
CArrayOfStar<ST_Agnode_s>
ST_blk_t. endp
CArrayOfStar<ST_Agnode_s>
ST_nodequeue. head
CArrayOfStar<ST_Agnode_s>
ST_nodequeue. limit
CArrayOfStar<ST_Agnode_s>
ST_nlist_t. list
CArrayOfStar<ST_Agnode_s>
ST_Agraphinfo_t. rankleader
CArrayOfStar<ST_Agnode_s>
ST_nodequeue. store
CArrayOfStar<ST_Agnode_s>
ST_nodequeue. tail
CArrayOfStar<ST_Agnode_s>
ST_rank_t. v
-
Uses of ST_Agnode_s in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot with parameters of type ST_Agnode_s Modifier and Type Method Description static void
DebugUtils. printDebugNode(ST_Agnode_s n)
-
Uses of ST_Agnode_s in smetana.core
Fields in smetana.core declared as ST_Agnode_s Modifier and Type Field Description ST_Agnode_s
Z. dummy
ST_Agnode_s
Z. Last_node_decomp
ST_Agnode_s
Z. Last_node_rank
ST_Agnode_s
Z. lastn
Methods in smetana.core that return ST_Agnode_s Modifier and Type Method Description static ST_Agnode_s
Macro. AGHEAD(ST_Agedge_s e)
static ST_Agnode_s
Macro. AGTAIL(ST_Agedge_s e)
static ST_Agnode_s
Macro. GD_leader(ST_Agraph_s g)
static ST_Agnode_s
Macro. GD_ln(ST_Agraph_s g)
static ST_Agnode_s
Macro. GD_nlist(ST_Agraph_s g)
static ST_Agnode_s
Macro. GD_rn(ST_Agraph_s g)
static ST_Agnode_s
Macro. M_agtail(ST_Agedge_s e)
static ST_Agnode_s
Macro. ND_next(ST_Agnode_s n)
static ST_Agnode_s
Macro. ND_prev(ST_Agnode_s n)
static ST_Agnode_s
Macro. ND_UF_parent(ST_Agobj_s n)
Methods in smetana.core that return types with arguments of type ST_Agnode_s Modifier and Type Method Description static CArrayOfStar<ST_Agnode_s>
Macro. GD_rankleader(ST_Agraph_s g)
Methods in smetana.core with parameters of type ST_Agnode_s Modifier and Type Method Description static ST_Agedge_s
Macro. agfindedge(ST_Agraph_s g, ST_Agnode_s t, ST_Agnode_s h)
static int
Macro. flatindex(ST_Agnode_s v)
static void
Macro. flatindex(ST_Agnode_s v, int data)
static void
Macro. GD_leader(ST_Agraph_s g, ST_Agnode_s v)
static void
Macro. GD_ln(ST_Agraph_s g, ST_Agnode_s v)
static void
Macro. GD_nlist(ST_Agraph_s g, ST_Agnode_s v)
static void
Macro. GD_rn(ST_Agraph_s g, ST_Agnode_s v)
static void
Macro. M_aghead(ST_Agedge_s e, ST_Agnode_s v)
static void
Macro. M_agtail(ST_Agedge_s e, ST_Agnode_s v)
static __ptr__
Macro. ND_alg(ST_Agnode_s n)
static void
Macro. ND_alg(ST_Agnode_s n, ST_Agedge_s value)
static ST_Agraph_s
Macro. ND_clust(ST_Agnode_s n)
static void
Macro. ND_clust(ST_Agnode_s n, ST_Agraph_s v)
static ST_pointf
Macro. ND_coord(ST_Agnode_s n)
static ST_elist
Macro. ND_flat_in(ST_Agnode_s n)
static ST_elist
Macro. ND_flat_out(ST_Agnode_s n)
static boolean
Macro. ND_has_port(ST_Agnode_s n)
static void
Macro. ND_has_port(ST_Agnode_s n, boolean v)
static double
Macro. ND_height(ST_Agnode_s n)
static void
Macro. ND_height(ST_Agnode_s n, double v)
static double
Macro. ND_ht(ST_Agnode_s n)
static void
Macro. ND_ht(ST_Agnode_s n, double v)
static int
Macro. ND_id(ST_Agnode_s n)
static ST_elist
Macro. ND_in(ST_Agnode_s n)
static void
Macro. ND_in(ST_Agnode_s n, __struct__<ST_elist> v)
static __ptr__
Macro. ND_inleaf(ST_Agnode_s n)
static ST_textlabel_t
Macro. ND_label(ST_Agnode_s n)
static void
Macro. ND_label(ST_Agnode_s n, ST_textlabel_t v)
static int
Macro. ND_lim(ST_Agnode_s n)
static void
Macro. ND_lim(ST_Agnode_s n, int v)
static int
Macro. ND_low(ST_Agnode_s n)
static void
Macro. ND_low(ST_Agnode_s n, int v)
static double
Macro. ND_lw(ST_Agnode_s n)
static void
Macro. ND_lw(ST_Agnode_s n, double v)
static int
Macro. ND_mark(ST_Agnode_s n)
static void
Macro. ND_mark(ST_Agnode_s n, boolean v)
static void
Macro. ND_mark(ST_Agnode_s n, int v)
static double
Macro. ND_mval(ST_Agnode_s n)
static void
Macro. ND_mval(ST_Agnode_s n, double v)
static ST_Agnode_s
Macro. ND_next(ST_Agnode_s n)
static void
Macro. ND_next(ST_Agnode_s n, ST_Agnode_s v)
static int
Macro. ND_node_type(ST_Agnode_s n)
static void
Macro. ND_node_type(ST_Agnode_s n, int v)
static boolean
Macro. ND_onstack(ST_Agnode_s n)
static void
Macro. ND_onstack(ST_Agnode_s n, boolean v)
static void
Macro. ND_onstack(ST_Agnode_s n, int v)
static int
Macro. ND_order(ST_Agnode_s n)
static void
Macro. ND_order(ST_Agnode_s n, int v)
static ST_elist
Macro. ND_other(ST_Agnode_s n)
static ST_elist
Macro. ND_out(ST_Agnode_s n)
static void
Macro. ND_out(ST_Agnode_s n, __struct__<ST_elist> v)
static __ptr__
Macro. ND_outleaf(ST_Agnode_s n)
static ST_Agedge_s
Macro. ND_par(ST_Agnode_s n)
static void
Macro. ND_par(ST_Agnode_s n, ST_Agedge_s v)
static ST_Agnode_s
Macro. ND_prev(ST_Agnode_s n)
static void
Macro. ND_prev(ST_Agnode_s n, ST_Agnode_s v)
static int
Macro. ND_priority(ST_Agnode_s n)
static void
Macro. ND_priority(ST_Agnode_s n, int v)
static int
Macro. ND_rank(ST_Agnode_s n)
static void
Macro. ND_rank(ST_Agnode_s n, int v)
static int
Macro. ND_ranktype(ST_Agnode_s n)
static void
Macro. ND_ranktype(ST_Agnode_s n, int v)
static double
Macro. ND_rw(ST_Agnode_s n)
static void
Macro. ND_rw(ST_Agnode_s n, double v)
static ST_elist
Macro. ND_save_in(ST_Agnode_s n)
static void
Macro. ND_save_in(ST_Agnode_s n, __struct__<ST_elist> v)
static ST_elist
Macro. ND_save_out(ST_Agnode_s n)
static void
Macro. ND_save_out(ST_Agnode_s n, __struct__<ST_elist> v)
static ST_shape_desc
Macro. ND_shape(ST_Agnode_s n)
static void
Macro. ND_shape(ST_Agnode_s n, ST_shape_desc v)
static SHAPE_INFO
Macro. ND_shape_info(ST_Agnode_s n)
static void
Macro. ND_shape_info(ST_Agnode_s n, SHAPE_INFO v)
static int
Macro. ND_showboxes(ST_Agnode_s n)
static void
Macro. ND_showboxes(ST_Agnode_s n, int v)
static ST_subtree_t
Macro. ND_subtree(ST_Agnode_s n)
static void
Macro. ND_subtree_set(ST_Agnode_s n, ST_subtree_t value)
static ST_elist
Macro. ND_tree_in(ST_Agnode_s n)
static ST_elist
Macro. ND_tree_out(ST_Agnode_s n)
static void
Macro. ND_UF_parent(ST_Agobj_s n, ST_Agnode_s v)
static int
Macro. ND_UF_size(ST_Agnode_s n)
static void
Macro. ND_UF_size(ST_Agnode_s n, int v)
static int
Macro. ND_weight_class(ST_Agnode_s n)
static void
Macro. ND_weight_class(ST_Agnode_s n, int v)
static double
Macro. ND_width(ST_Agnode_s n)
static void
Macro. ND_width(ST_Agnode_s n, double v)
static ST_textlabel_t
Macro. ND_xlabel(ST_Agnode_s n)
Method parameters in smetana.core with type arguments of type ST_Agnode_s Modifier and Type Method Description static void
Macro. GD_rankleader(ST_Agraph_s g, CArrayOfStar<ST_Agnode_s> v)
-