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 CFunctiondtdisc__c. dtmemorystatic CFunctiondttree__c. dttreestatic CFunctiondtview__c. dtvsearch -
Uses of CFunction in gen.lib.cgraph
Fields in gen.lib.cgraph declared as CFunction Modifier and Type Field Description static CFunctionattr__c. addattrstatic CFunctionutils__c. agdictobjfreestatic CFunctionutils__c. agdictobjmemstatic CFunctionedge__c. agedgeidcmpfstatic CFunctionedge__c. agedgeseqcmpfstatic CFunctionagerror__c. agerrorfstatic CFunctiongraph__c. agraphidcmpfstatic CFunctionnode__c. agsubnodeidcmpfstatic CFunctionnode__c. agsubnodeseqcmpfstatic CFunctionnode__c. free_subnodestatic CFunctionattr__c. freesymstatic CFunctionid__c. idallocstatic CFunctionid__c. idclosestatic CFunctionid__c. idfreestatic CFunctionid__c. idmapstatic CFunctionid__c. idopenstatic CFunctionid__c. idprintstatic CFunctionid__c. idregisterstatic CFunctionmem__c. memallocstatic CFunctionmem__c. memfreestatic CFunctionmem__c. memopenstatic CFunctionmem__c. memresizestatic CFunctionapply__c. subgraph_searchMethods in gen.lib.cgraph with parameters of type CFunction Modifier and Type Method Description static intapply__c. agapply(ST_Agraph_s g, ST_Agobj_s obj, CFunction fn, __ptr__ arg, boolean preorder)static voidapply__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 CFunctionarrows__c. arrow_type_boxstatic CFunctionarrows__c. arrow_type_crowstatic CFunctionarrows__c. arrow_type_curvestatic CFunctionarrows__c. arrow_type_diamondstatic CFunctionarrows__c. arrow_type_dotstatic CFunctionarrows__c. arrow_type_gapstatic CFunctionarrows__c. arrow_type_normalstatic CFunctionarrows__c. arrow_type_teestatic CFunctionarrows__c. insidestatic CFunctionshapes__c. poly_freestatic CFunctionshapes__c. poly_gencodestatic CFunctionshapes__c. poly_initstatic CFunctionshapes__c. poly_insidestatic CFunctionshapes__c. poly_pathstatic CFunctionshapes__c. poly_portstatic CFunctionshapes__c. record_freestatic CFunctionshapes__c. record_gencodestatic CFunctionshapes__c. record_initstatic CFunctionshapes__c. record_insidestatic CFunctionshapes__c. record_pathstatic CFunctionshapes__c. record_portMethods in gen.lib.common with parameters of type CFunction Modifier and Type Method Description static ST_portutils__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 CFunctiondotinit__c. dot_cleanupstatic CFunctiondotinit__c. dot_layoutstatic CFunctiondotsplines__c. edgecmpstatic CFunctiondotsplines__c. edgelblcmpfnstatic CFunctionmincross__c. nodeposcmpfstatic CFunctionmincross__c. ordercmpfstatic CFunctiondotsplines__c. spline_mergestatic CFunctiondotsplines__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 CFunctionxlabels__c. icompare -
Uses of CFunction in h
Fields in h declared as CFunction Modifier and Type Field Description CFunctionST_Agiodisc_s. afreadCFunctionST_Agiddisc_s. allocCFunctionST_Agmemdisc_s. allocCFunctionST_Agraphinfo_t. cleanupCFunctionST_gvlayout_engine_s. cleanupCFunctionST_Agiddisc_s. closeCFunctionST_Agmemdisc_s. closeCFunctionST_shape_functions. codefnCFunctionST_dtdisc_s. comparfCFunctionST_GVCOMMON_t. errorfnCFunctionST_dtdisc_s. eventfCFunctionST_Agiodisc_s. flushCFunctionST_Agiddisc_s. freeCFunctionST_Agmemdisc_s. freeCFunctionST_dtdisc_s. freefCFunctionST_shape_functions. freefnCFunctionST_arrowtype_t. genCFunctionST_dtdisc_s. hashfCFunctionST_Agiddisc_s. idregisterCFunctionST_shape_functions. initfnCFunctionST_shape_functions. insidefnCFunctionST_gvlayout_engine_s. layoutCFunctionST_dtdisc_s. makefCFunctionST_Agiddisc_s. mapCFunctionST_dt_s. memoryfCFunctionST_dtdisc_s. memoryfCFunctionST_Agiddisc_s. openCFunctionST_Agmemdisc_s. openCFunctionST_shape_functions. pboxfnCFunctionST_shape_functions. portfnCFunctionST_Agiddisc_s. printCFunctionST_Agiodisc_s. putstrCFunctionST_Agmemdisc_s. resizeCFunctionST_dt_s. searchfCFunctionST_dtmethod_s. searchfCFunctionST_splineInfo. splineMergeCFunctionST_splineInfo. swapEnds -
Uses of CFunction in smetana.core
Classes in smetana.core that implement CFunction Modifier and Type Class Description classCFunctionAbstractMethods in smetana.core with parameters of type CFunction Modifier and Type Method Description static intMacro. _DTCMP(ST_dt_s dt, __ptr__ k1, __ptr__ k2, ST_dtdisc_s dc, CFunction cmpf, int sz)static voidMacro. GD_cleanup(ST_Agraph_s g, CFunction data)static voidJUtils. qsort1(CArrayOfStar array, int nb, CFunction compare)static voidJUtils. qsort2(int[] array, int nb, CFunction compare)
-