#include "config.h"
#include <gvc/gvc.h>
#include <common/const.h>
#include <gvc/gvcjob.h>
#include <gvc/gvcint.h>
#include <gvc/gvcproc.h>
#include <gvc/gvconfig.h>
#include <gvc/gvio.h>
#include <math.h>
#include <stdbool.h>
#include <stdlib.h>
Go to the source code of this file.
|
| GVC_t * | gvContext (void) |
| |
| GVC_t * | gvContextPlugins (const lt_symlist_t *builtins, int demand_loading) |
| |
| int | gvLayout (GVC_t *gvc, graph_t *g, const char *engine) |
| |
| int | gvRender (GVC_t *gvc, graph_t *g, const char *format, FILE *out) |
| |
| int | gvRenderFilename (GVC_t *gvc, graph_t *g, const char *format, const char *filename) |
| |
| int | gvRenderContext (GVC_t *gvc, graph_t *g, const char *format, void *context) |
| |
| int | gvRenderData (GVC_t *gvc, graph_t *g, const char *format, char **result, size_t *length) |
| |
| void | gvFreeRenderData (char *data) |
| |
| void | gvAddLibrary (GVC_t *gvc, gvplugin_library_t *lib) |
| |
| char ** | gvcInfo (GVC_t *gvc) |
| |
| char * | gvcVersion (GVC_t *gvc) |
| |
| char * | gvcBuildDate (GVC_t *gvc) |
| |
◆ OUTPUT_DATA_INITIAL_ALLOCATION
| #define OUTPUT_DATA_INITIAL_ALLOCATION 4096 |