Uses of Class
gen.annotation.Difficult
-
Packages that use Difficult Package Description gen.lib.cgraph gen.lib.common gen.lib.dotgen -
-
Uses of Difficult in gen.lib.cgraph
Methods in gen.lib.cgraph with annotations of type Difficult Modifier and Type Method Description static void
attr__c. addattr(Globals zz, ST_Agraph_s g, ST_Agobj_s obj, ST_Agsym_s sym)
static int
graph__c. agdegree(Globals zz, ST_Agraph_s g, ST_Agnode_s n, boolean want_in, boolean want_out)
static CString
id__c. idprint(Globals zz, __ptr__ state, int objtype, int id)
-
Uses of Difficult in gen.lib.common
Methods in gen.lib.common with annotations of type Difficult Modifier and Type Method Description static void
ns__c. add_tree_edge(Globals zz, ST_Agedge_s e)
static int
ns__c. init_graph(Globals zz, ST_Agraph_s g)
static void
shapes__c. poly_init(Globals zz, ST_Agnode_s n)
static int
ns__c. rank2(Globals zz, ST_Agraph_s g, int balance, int maxiter, int search_size)
static void
labels__c. storeline(Globals zz, ST_GVC_s gvc, ST_textlabel_t lp, CString line, char terminator)
static CString
labels__c. strdup_and_subst_obj0(Globals zz, CString str, ST_Agobj_s obj, int escBackslash)
static void
ns__c. TB_balance(Globals zz)
-
Uses of Difficult in gen.lib.dotgen
Methods in gen.lib.dotgen with annotations of type Difficult Modifier and Type Method Description static void
mincross__c. allocate_ranks(Globals zz, ST_Agraph_s g)
static void
mincross__c. build_ranks(Globals zz, ST_Agraph_s g, int pass)
static void
flat__c. checkFlatAdjacent(ST_Agedge_s e)
static void
class2__c. class2(Globals zz, ST_Agraph_s g)
static void
rank__c. cleanup1(Globals zz, ST_Agraph_s g)
static void
decomp__c. decompose(Globals zz, ST_Agraph_s g, int pass)
static void
decomp__c. end_component(Globals zz)
static void
mincross__c. exchange(Globals zz, ST_Agnode_s v, ST_Agnode_s w)
static void
position__c. expand_leaves(ST_Agraph_s g)
static void
mincross__c. flat_breakcycles(Globals zz, ST_Agraph_s g)
static void
fastgr__c. flat_edge(ST_Agraph_s g, ST_Agedge_s e)
static void
flat__c. flat_node(ST_Agedge_s e)
static void
mincross__c. flat_reorder(Globals zz, ST_Agraph_s g)
static void
mincross__c. flat_search(Globals zz, ST_Agraph_s g, ST_Agnode_s v)
static void
mincross__c. init_mccomp(ST_Agraph_s g, int c)
static void
mincross__c. init_mincross(Globals zz, ST_Agraph_s g)
static int
rank__c. make_new_cluster(Globals zz, ST_Agraph_s g, ST_Agraph_s subg)
static ST_Agedge_s
fastgr__c. new_virtual_edge(ST_Agnode_s u, ST_Agnode_s v, ST_Agedge_s orig)
static void
fastgr__c. safe_other_edge(ST_Agedge_s e)
static void
decomp__c. search_component(Globals zz, ST_Agraph_s g, ST_Agnode_s n)
static void
position__c. set_ycoords(Globals zz, ST_Agraph_s g)
static void
dotsplines__c. swap_bezier(CArray<ST_bezier> old, CArray<ST_bezier> new_)
-