Menu

[r7361]: / branches / mathtex / src / path_cleanup.h  Maximize  Restore  History

Download this file

25 lines (18 with data), 449 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef PATH_CLEANUP_H
#define PATH_CLEANUP_H
#include <Python.h>
enum e_quantize_mode
{
QUANTIZE_AUTO,
QUANTIZE_FALSE,
QUANTIZE_TRUE
};
void*
get_path_iterator(
PyObject* path, PyObject* trans, int remove_nans, int do_clip,
double rect[4], enum e_quantize_mode quantize_mode, int do_simplify);
unsigned
get_vertex(void* pipeline, double* x, double* y);
void
free_path_iterator(void* pipeline);
#endif /* PATH_CLEANUP_H */
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.