Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
php_gv.h
Go to the documentation of this file.
1/* ----------------------------------------------------------------------------
2 * This file was automatically generated by SWIG (https://www.swig.org).
3 * Version 4.2.0
4 *
5 * Do not make changes to this file unless you know what you are doing - modify
6 * the SWIG interface file instead.
7 * ----------------------------------------------------------------------------- */
8
9#ifndef PHP_GV_H
10#define PHP_GV_H
11
12extern zend_module_entry gv_module_entry;
13#define phpext_gv_ptr &gv_module_entry
14
15#ifdef PHP_WIN32
16# define PHP_GV_API __declspec(dllexport)
17#else
18# define PHP_GV_API
19#endif
20
70
71#endif /* PHP_GV_H */
bool tred(Agraph_t *g)
Definition gv.cpp:734
Agraph_t * firstsubg(Agraph_t *g)
Definition gv.cpp:373
Agraph_t * nextsubg(Agraph_t *g, Agraph_t *sg)
Definition gv.cpp:379
Agraph_t * readstring(char *string)
Definition gv.cpp:55
Agraph_t * findsubg(Agraph_t *g, char *name)
Definition gv.cpp:253
Agraph_t * strictgraph(char *name)
Definition gv.cpp:43
Agraph_t * rootof(Agraph_t *g)
Definition gv.cpp:333
Agnode_t * headof(Agedge_t *e)
Definition gv.cpp:293
Agnode_t * firsttail(Agnode_t *n)
Definition gv.cpp:500
char * renderresult(Agraph_t *g, const char *format)
Definition gv.cpp:678
Agraph_t * strictdigraph(char *name)
Definition gv.cpp:49
bool renderchannel(Agraph_t *g, const char *format, const char *channelname)
Definition gv.cpp:654
Agraph_t * nextsupg(Agraph_t *, Agraph_t *)
Definition gv.cpp:388
Agnode_t * tailof(Agedge_t *e)
Definition gv.cpp:301
char * renderdata(Agraph_t *g, const char *format)
Definition gv.cpp:705
Agnode_t * protonode(Agraph_t *g)
Definition gv.cpp:340
Agnode_t * findnode(Agraph_t *g, char *name)
Definition gv.cpp:259
Agnode_t * nexttail(Agnode_t *n, Agnode_t *t)
Definition gv.cpp:509
Agraph_t * firstsupg(Agraph_t *g)
Definition gv.cpp:386
Agraph_t * digraph(char *name)
Definition gv.cpp:37
Agedge_t * findedge(Agnode_t *t, Agnode_t *h)
Definition gv.cpp:265
Agnode_t * firsthead(Agnode_t *n)
Definition gv.cpp:431
Agnode_t * nexthead(Agnode_t *n, Agnode_t *h)
Definition gv.cpp:440
Agedge_t * protoedge(Agraph_t *g)
Definition gv.cpp:344
static SCM _wrap_nameof(SCM rest)
static SCM _wrap_ok(SCM rest)
static SCM _wrap_firstin(SCM rest)
static SCM _wrap_findattr(SCM rest)
static SCM _wrap_nextin(SCM rest)
static SCM _wrap_nextedge(SCM rest)
static SCM _wrap_firstedge(SCM rest)
static SCM _wrap_firstout(SCM rest)
static SCM _wrap_firstattr(SCM rest)
static SCM _wrap_firstnode(SCM rest)
static SCM _wrap_nextout(SCM rest)
static SCM _wrap_write(SCM rest)
static SCM _wrap_edge(SCM rest)
static SCM _wrap_graph(SCM rest)
static SCM _wrap_getv(SCM rest)
static SCM _wrap_graphof(SCM rest)
static SCM _wrap_nextattr(SCM rest)
static SCM _wrap_render(SCM rest)
static SCM _wrap_read(SCM rest)
static SCM _wrap_rm(SCM rest)
static SCM _wrap_setv(SCM rest)
static SCM _wrap_nextnode(SCM rest)
static int layout(graph_t *g, layout_info *infop)
Definition layout.c:811
static ZEND_NAMED_FUNCTION(_wrap_read)
static PHP_FUNCTION(digraph)
PHP_MINIT_FUNCTION(gv)
zend_module_entry gv_module_entry
Definition gv_php.cpp:5642