OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <potracelib.h>
Public Attributes | |
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 |
Definition at line 86 of file potracelib.h.
int potrace_path_s::area |
Definition at line 87 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings().
struct potrace_path_s* potrace_path_s::childlist |
Definition at line 93 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings().
potrace_curve_t potrace_path_s::curve |
Definition at line 89 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings(), and ossimPotraceTool::transformPolygons().
struct potrace_path_s* potrace_path_s::next |
Definition at line 91 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings(), and ossimPotraceTool::transformPolygons().
struct potrace_privpath_s* potrace_path_s::priv |
Definition at line 96 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings().
struct potrace_path_s* potrace_path_s::sibling |
Definition at line 94 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings().
int potrace_path_s::sign |
Definition at line 88 of file potracelib.h.
Referenced by ossimPotraceTool::transformLineStrings().