OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include "auxiliary.h"
Go to the source code of this file.
Classes | |
struct | privcurve_s |
struct | sums_s |
struct | potrace_privpath_s |
Typedefs | |
typedef struct privcurve_s | privcurve_t |
typedef struct sums_s | sums_t |
typedef struct potrace_privpath_s | potrace_privpath_t |
typedef potrace_privpath_t | privpath_t |
typedef potrace_path_t | path_t |
Functions | |
path_t * | path_new (void) |
void | path_free (path_t *p) |
void | pathlist_free (path_t *plist) |
int | privcurve_init (privcurve_t *curve, int n) |
void | privcurve_to_curve (privcurve_t *pc, potrace_curve_t *c) |
typedef potrace_path_t path_t |
typedef struct potrace_privpath_s potrace_privpath_t |
typedef struct privcurve_s privcurve_t |
typedef potrace_privpath_t privpath_t |
void path_free | ( | path_t * | p | ) |
path_t* path_new | ( | void | ) |
void pathlist_free | ( | path_t * | plist | ) |
int privcurve_init | ( | privcurve_t * | curve, |
int | n | ||
) |
void privcurve_to_curve | ( | privcurve_t * | pc, |
potrace_curve_t * | c | ||
) |