#include <stdlib.h>
#include <string.h>
#include "potracelib.h"
#include "curve.h"
#include "decompose.h"
#include "trace.h"
#include "progress.h"
Go to the source code of this file.
Functions | |
potrace_param_t * | potrace_param_default (void) |
void | potrace_param_free (potrace_param_t *p) |
void | potrace_state_free (potrace_state_t *st) |
potrace_state_t * | potrace_trace (const potrace_param_t *param, const potrace_bitmap_t *bm) |
char * | potrace_version (void) |
Variables | |
static const potrace_param_t | param_default |
potrace_param_t* potrace_param_default | ( | void | ) |
Definition at line 35 of file src/potracelib.c.
void potrace_param_free | ( | potrace_param_t * | p | ) |
Definition at line 107 of file src/potracelib.c.
void potrace_state_free | ( | potrace_state_t * | st | ) |
Definition at line 101 of file src/potracelib.c.
potrace_state_t* potrace_trace | ( | const potrace_param_t * | param, |
const potrace_bitmap_t * | bm | ||
) |
Definition at line 51 of file src/potracelib.c.
char* potrace_version | ( | void | ) |
Definition at line 111 of file src/potracelib.c.
const potrace_param_t param_default [static] |
{ 2, POTRACE_TURNPOLICY_MINORITY, 1.0, 1, 0.2, { NULL, NULL, 0.0, 1.0, 0.0, }, }
Definition at line 19 of file src/potracelib.c.