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 | |
![]() | |
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.