GDS-Render v1.2.1
Example Plugin for External Renderer
Collaboration diagram for Example Plugin for External Renderer:

Functions

int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_RENDER_FUNCTION (struct gds_cell *toplevel, GList *layer_info_list, const char *output_file_name, double scale)
 
int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_INIT_FUNCTION (const char *params, const char *version)
 

Detailed Description

This is a template / example for an external renderer plugin

Function Documentation

◆ EXTERNAL_LIBRARY_INIT_FUNCTION()

int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_INIT_FUNCTION ( const char *  params,
const char *  version 
)

Definition at line 43 of file plugin-main.c.

Here is the caller graph for this function:

◆ EXTERNAL_LIBRARY_RENDER_FUNCTION()

int EXPORTED_FUNC_DECL() EXTERNAL_LIBRARY_RENDER_FUNCTION ( struct gds_cell toplevel,
GList *  layer_info_list,
const char *  output_file_name,
double  scale 
)

Definition at line 34 of file plugin-main.c.

Here is the caller graph for this function: