|
Limbo
|
object on a path More...
#include <GdfDataBase.h>
Public Types | |
| enum | PathObjTypeEnum { SEGMENT, VIA, STRING, UNKNOWN } |
| type of path object | |
Public Member Functions | |
| PathObj () | |
| constructor | |
| void | reset () |
| reset all data members | |
Public Member Functions inherited from GdfParser::Item | |
| virtual void | print (ostream &) const |
| print data members | |
Public Attributes | |
| PathObjTypeEnum | pathObjType |
| path object type | |
| std::string | name |
| only valid when pathObjType is STRING | |
| std::string | layer |
| layer name | |
| double | width |
| width | |
| Point | startPoint |
| starting point | |
| Point | endPoint |
| not always valid | |
object on a path
Definition at line 249 of file GdfDataBase.h.
1.8.8