Uses of Class
h.ST_nodequeue
-
Packages that use ST_nodequeue Package Description gen.lib.common gen.lib.dotgen -
-
Uses of ST_nodequeue in gen.lib.common
Methods in gen.lib.common that return ST_nodequeue Modifier and Type Method Description static ST_nodequeue
utils__c. new_queue(int sz)
Methods in gen.lib.common with parameters of type ST_nodequeue Modifier and Type Method Description static ST_Agnode_s
utils__c. dequeue(ST_nodequeue q)
static void
utils__c. enqueue(ST_nodequeue q, ST_Agnode_s n)
static void
utils__c. free_queue(ST_nodequeue q)
-
Uses of ST_nodequeue in gen.lib.dotgen
Methods in gen.lib.dotgen with parameters of type ST_nodequeue Modifier and Type Method Description static void
mincross__c. enqueue_neighbors(ST_nodequeue q, ST_Agnode_s n0, int pass)
static void
cluster__c. install_cluster(ST_Agraph_s g, ST_Agnode_s n, int pass, ST_nodequeue q)
-