OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Classes | Typedefs | Functions
curve.h File Reference
#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_tpath_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 Documentation

◆ path_t

Definition at line 68 of file curve.h.

◆ potrace_privpath_t

Definition at line 64 of file curve.h.

◆ privcurve_t

typedef struct privcurve_s privcurve_t

Definition at line 32 of file curve.h.

◆ privpath_t

Definition at line 67 of file curve.h.

◆ sums_t

typedef struct sums_s sums_t

Definition at line 41 of file curve.h.

Function Documentation

◆ path_free()

void path_free ( path_t p)

◆ path_new()

path_t* path_new ( void  )

◆ pathlist_free()

void pathlist_free ( path_t plist)

◆ privcurve_init()

int privcurve_init ( privcurve_t curve,
int  n 
)

◆ privcurve_to_curve()

void privcurve_to_curve ( privcurve_t pc,
potrace_curve_t c 
)