Uses of Interface
smetana.core.CFunction
-
Packages that use CFunction Package Description gen.lib.cdt gen.lib.cgraph gen.lib.common gen.lib.dotgen gen.lib.label h smetana.core -
-
Uses of CFunction in gen.lib.cdt
Fields in gen.lib.cdt declared as CFunction Modifier and Type Field Description static CFunction
dtdisc__c. dtmemory
static CFunction
dttree__c. dttree
static CFunction
dtview__c. dtvsearch
-
Uses of CFunction in gen.lib.cgraph
Fields in gen.lib.cgraph declared as CFunction Modifier and Type Field Description static CFunction
attr__c. addattr
static CFunction
utils__c. agdictobjfree
static CFunction
utils__c. agdictobjmem
static CFunction
edge__c. agedgeidcmpf
static CFunction
edge__c. agedgeseqcmpf
static CFunction
agerror__c. agerrorf
static CFunction
graph__c. agraphidcmpf
static CFunction
node__c. agsubnodeidcmpf
static CFunction
node__c. agsubnodeseqcmpf
static CFunction
node__c. free_subnode
static CFunction
attr__c. freesym
static CFunction
id__c. idalloc
static CFunction
id__c. idclose
static CFunction
id__c. idfree
static CFunction
id__c. idmap
static CFunction
id__c. idopen
static CFunction
id__c. idprint
static CFunction
id__c. idregister
static CFunction
mem__c. memalloc
static CFunction
mem__c. memfree
static CFunction
mem__c. memopen
static CFunction
mem__c. memresize
static CFunction
apply__c. subgraph_search
Methods in gen.lib.cgraph with parameters of type CFunction Modifier and Type Method Description static int
apply__c. agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)
static void
apply__c. rec_apply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, CFunction objsearch, boolean preorder)
-
Uses of CFunction in gen.lib.common
Fields in gen.lib.common declared as CFunction Modifier and Type Field Description static CFunction
arrows__c. arrow_type_box
static CFunction
arrows__c. arrow_type_crow
static CFunction
arrows__c. arrow_type_curve
static CFunction
arrows__c. arrow_type_diamond
static CFunction
arrows__c. arrow_type_dot
static CFunction
arrows__c. arrow_type_gap
static CFunction
arrows__c. arrow_type_normal
static CFunction
arrows__c. arrow_type_tee
static CFunction
arrows__c. inside
static CFunction
shapes__c. poly_free
static CFunction
shapes__c. poly_gencode
static CFunction
shapes__c. poly_init
static CFunction
shapes__c. poly_inside
static CFunction
shapes__c. poly_path
static CFunction
shapes__c. poly_port
static CFunction
shapes__c. record_free
static CFunction
shapes__c. record_gencode
static CFunction
shapes__c. record_init
static CFunction
shapes__c. record_inside
static CFunction
shapes__c. record_path
static CFunction
shapes__c. record_port
Methods in gen.lib.common with parameters of type CFunction Modifier and Type Method Description static ST_port
utils__c. chkPort(CFunction pf, ST_Agnode_s n, CString s)
-
Uses of CFunction in gen.lib.dotgen
Fields in gen.lib.dotgen declared as CFunction Modifier and Type Field Description static CFunction
dotinit__c. dot_cleanup
static CFunction
dotinit__c. dot_layout
static CFunction
dotsplines__c. edgecmp
static CFunction
dotsplines__c. edgelblcmpfn
static CFunction
mincross__c. nodeposcmpf
static CFunction
mincross__c. ordercmpf
static CFunction
dotsplines__c. spline_merge
static CFunction
dotsplines__c. swap_ends_p
-
Uses of CFunction in gen.lib.label
Fields in gen.lib.label declared as CFunction Modifier and Type Field Description static CFunction
xlabels__c. icompare
-
Uses of CFunction in h
Fields in h declared as CFunction Modifier and Type Field Description CFunction
ST_Agiodisc_s. afread
CFunction
ST_Agiddisc_s. alloc
CFunction
ST_Agmemdisc_s. alloc
CFunction
ST_Agraphinfo_t. cleanup
CFunction
ST_gvlayout_engine_s. cleanup
CFunction
ST_Agiddisc_s. close
CFunction
ST_Agmemdisc_s. close
CFunction
ST_shape_functions. codefn
CFunction
ST_dtdisc_s. comparf
CFunction
ST_GVCOMMON_t. errorfn
CFunction
ST_dtdisc_s. eventf
CFunction
ST_Agiodisc_s. flush
CFunction
ST_Agiddisc_s. free
CFunction
ST_Agmemdisc_s. free
CFunction
ST_dtdisc_s. freef
CFunction
ST_shape_functions. freefn
CFunction
ST_arrowtype_t. gen
CFunction
ST_dtdisc_s. hashf
CFunction
ST_Agiddisc_s. idregister
CFunction
ST_shape_functions. initfn
CFunction
ST_shape_functions. insidefn
CFunction
ST_gvlayout_engine_s. layout
CFunction
ST_dtdisc_s. makef
CFunction
ST_Agiddisc_s. map
CFunction
ST_dt_s. memoryf
CFunction
ST_dtdisc_s. memoryf
CFunction
ST_Agiddisc_s. open
CFunction
ST_Agmemdisc_s. open
CFunction
ST_shape_functions. pboxfn
CFunction
ST_shape_functions. portfn
CFunction
ST_Agiddisc_s. print
CFunction
ST_Agiodisc_s. putstr
CFunction
ST_Agmemdisc_s. resize
CFunction
ST_dt_s. searchf
CFunction
ST_dtmethod_s. searchf
CFunction
ST_splineInfo. splineMerge
CFunction
ST_splineInfo. swapEnds
-
Uses of CFunction in smetana.core
Classes in smetana.core that implement CFunction Modifier and Type Class Description class
CFunctionAbstract
Methods in smetana.core with parameters of type CFunction Modifier and Type Method Description static int
Macro. _DTCMP(ST_dt_s dt, __ptr__ k1, __ptr__ k2, ST_dtdisc_s dc, CFunction cmpf, int sz)
static void
Macro. GD_cleanup(ST_Agraph_s g, CFunction data)
static void
JUtils. qsort1(CArrayOfStar array, int nb, CFunction compare)
static void
JUtils. qsort2(int[] array, int nb, CFunction compare)
-