GDS-Render v1.2.1
command-line.c File Reference

Function to render according to command line parameters. More...

Include dependency graph for command-line.c:

Go to the source code of this file.

Functions

static int string_array_count (char **string_array)
 
static int create_renderers (char **renderers, char **output_file_names, gboolean tex_layers, gboolean tex_standalone, const struct external_renderer_params *ext_params, GList **renderer_list, LayerSettings *layer_settings)
 
static struct gds_cellfind_gds_cell_in_lib (struct gds_library *lib, const char *cell_name)
 
int command_line_convert_gds (const char *gds_name, const char *cell_name, char **renderers, char **output_file_names, const char *layer_file, struct external_renderer_params *ext_param, gboolean tex_standalone, gboolean tex_layers, double scale)
 Convert GDS according to command line parameters. More...
 

Detailed Description

Function to render according to command line parameters.

Author
Mario Hüttel mario.nosp@m..hue.nosp@m.ttel@.nosp@m.gmx..nosp@m.net

Definition in file command-line.c.