public class apply__c
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CFunction |
subgraph_search |
Constructor and Description |
---|
apply__c() |
Modifier and Type | Method and Description |
---|---|
static int |
agapply(ST_Agraph_s g,
ST_Agobj_s obj,
CFunction fn,
__ptr__ arg,
boolean preorder) |
static void |
rec_apply(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) |
public static CFunction subgraph_search
public static ST_Agobj_s subgraph_search(ST_Agraph_s sub, ST_Agobj_s g)
public static void rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)
public static int agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)