Package gen.lib.cgraph
Class apply__c
java.lang.Object
gen.lib.cgraph.apply__c
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
agapply
(Globals zz, ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder) static void
rec_apply
(Globals zz, ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder) static ST_Agobj_s
subgraph_search
(ST_Agraph_s sub, ST_Agobj_s g)
-
Field Details
-
subgraph_search
-
-
Constructor Details
-
apply__c
public apply__c()
-
-
Method Details
-
subgraph_search
-
rec_apply
public static void rec_apply(Globals zz, ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder) -
agapply
public static int agapply(Globals zz, ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)
-