pcb 4.1.1
An interactive printed circuit board layout editor.

potrace_path_s Struct Reference

Linked list of signed curve segments. More...

#include <potracelib.h>

Collaboration diagram for potrace_path_s:

Data Fields

int area
int sign
potrace_curve_t curve
struct potrace_path_snext
struct potrace_path_schildlist
struct potrace_path_ssibling
struct potrace_privpath_spriv

Detailed Description

Linked list of signed curve segments.

Also carries a tree structure.

Definition at line 121 of file potracelib.h.


Field Documentation

Area of the bitmap path.

Definition at line 123 of file potracelib.h.

Referenced by bm_to_pathlist(), and findpath().

Tree structure.

Definition at line 129 of file potracelib.h.

Referenced by pathlist_to_tree().

This path's vector data.

Definition at line 125 of file potracelib.h.

Linked list structure.

Definition at line 127 of file potracelib.h.

Referenced by pathlist_to_tree().

Tree structure.

Definition at line 130 of file potracelib.h.

Referenced by pathlist_to_tree().

'+' or '-', depending on orientation.

Definition at line 124 of file potracelib.h.

Referenced by findpath().


The documentation for this struct was generated from the following file: