Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
GdfParser::PathObj Struct Reference

object on a path More...

#include <GdfDataBase.h>

Inheritance diagram for GdfParser::PathObj:
GdfParser::Item

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
 

Detailed Description

object on a path

Definition at line 249 of file GdfDataBase.h.


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