![]() |
pcb 4.1.1
An interactive printed circuit board layout editor.
|
Linked list of signed curve segments. More...
#include <potracelib.h>

Data Fields | |
| int | area |
| int | sign |
| potrace_curve_t | curve |
| struct potrace_path_s * | next |
| struct potrace_path_s * | childlist |
| struct potrace_path_s * | sibling |
| struct potrace_privpath_s * | priv |
Linked list of signed curve segments.
Also carries a tree structure.
Definition at line 121 of file potracelib.h.
Area of the bitmap path.
Definition at line 123 of file potracelib.h.
Referenced by bm_to_pathlist(), and findpath().
This path's vector data.
Definition at line 125 of file potracelib.h.
| struct potrace_path_s* potrace_path_s::next |
Linked list structure.
Definition at line 127 of file potracelib.h.
Referenced by pathlist_to_tree().
Private state.
Definition at line 132 of file potracelib.h.
Referenced by findpath(), path_free(), path_new(), pathlist_to_tree(), process_path(), setbbox_path(), and xor_path().
'+' or '-', depending on orientation.
Definition at line 124 of file potracelib.h.
Referenced by findpath().