Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
static Agobj_t * | subnode_search (Agraph_t *sub, Agobj_t *n) |
static Agobj_t * | subedge_search (Agraph_t *sub, Agobj_t *e) |
static Agobj_t * | subgraph_search (Agraph_t *sub, Agobj_t *g) |
static void | rec_apply (Agraph_t *g, Agobj_t *obj, agobjfn_t fn, void *arg, agobjsearchfn_t objsearch, bool preorder) |
int | agapply (Agraph_t *g, Agobj_t *obj, agobjfn_t fn, void *arg, int preorder) |
Definition at line 60 of file apply.c.
References agerrorf(), AGINEDGE, AGNODE, AGOUTEDGE, AGRAPH, AGTYPE, FAILURE, rec_apply(), subedge_search(), subgraph_search(), subnode_search(), and SUCCESS.
Referenced by agclean(), agdeledge(), agdelnode(), agdelrec(), agnodebefore(), agrelabel_node(), eval(), init_all_attrs(), and setattr().
|
static |
Definition at line 45 of file apply.c.
References agfstsubg(), agnxtsubg(), rec_apply(), and sub.
Referenced by agapply(), and rec_apply().
Definition at line 28 of file apply.c.
References agraphof(), agsubedge(), and sub.
Referenced by agapply().
Definition at line 21 of file apply.c.
References agraphof(), agsubnode(), and sub.
Referenced by agapply().