OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
Public Member Functions | |
Path () | |
~Path () | |
void | addPotraceCurve (potrace_curve_t &curve, int segment) |
Public Attributes | |
std::vector< ossimDpt > | vertices |
bool | closed |
Definition at line 42 of file ossimPotraceTool.h.
|
inline |
Definition at line 45 of file ossimPotraceTool.h.
ossimPotraceTool::Path::~Path | ( | ) |
void ossimPotraceTool::Path::addPotraceCurve | ( | potrace_curve_t & | curve, |
int | segment | ||
) |
Definition at line 531 of file ossimPotraceTool.cpp.
References potrace_curve_s::c, POTRACE_CORNER, potrace_curve_s::tag, potrace_dpoint_s::x, ossimDpt::x, x, potrace_dpoint_s::y, ossimDpt::y, and y.
Referenced by ossimPotraceTool::transformLineStrings().
bool ossimPotraceTool::Path::closed |
Definition at line 49 of file ossimPotraceTool.h.
Referenced by ossimPotraceTool::transformLineStrings().
std::vector<ossimDpt> ossimPotraceTool::Path::vertices |
Definition at line 48 of file ossimPotraceTool.h.
Referenced by ossimPotraceTool::transformLineStrings(), and ~Path().