Graphviz 12.0.1~dev.20240715.2254
Loading...
Searching...
No Matches
gvc.c File Reference
#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>
Include dependency graph for gvc.c:

Go to the source code of this file.

Macros

#define OUTPUT_DATA_INITIAL_ALLOCATION   4096
 

Functions

GVC_tgvContext (void)
 
GVC_tgvContextPlugins (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, unsigned int *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)
 

Macro Definition Documentation

◆ OUTPUT_DATA_INITIAL_ALLOCATION

#define OUTPUT_DATA_INITIAL_ALLOCATION   4096