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_nodequeueutils__c. new_queue(int sz)Methods in gen.lib.common with parameters of type ST_nodequeue Modifier and Type Method Description static ST_Agnode_sutils__c. dequeue(ST_nodequeue q)static voidutils__c. enqueue(ST_nodequeue q, ST_Agnode_s n)static voidutils__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 voidmincross__c. enqueue_neighbors(ST_nodequeue q, ST_Agnode_s n0, int pass)static voidcluster__c. install_cluster(ST_Agraph_s g, ST_Agnode_s n, int pass, ST_nodequeue q)
-