|
Limbo 3.5.4
|
GDSII cell. More...
#include <GdsDriver.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
Public Attributes | |
| string | cell_name |
| cell name | |
| vector< GdsBoundary > | vBoundary |
| array of boundaries | |
| vector< GdsText > | vText |
| array of texts | |
| vector< GdsSref > | vSref |
GDSII cell.
Definition at line 91 of file GdsDriver.h.
|
inline |
reset all data members
Definition at line 98 of file GdsDriver.h.
| string GdsParser::GdsCell::cell_name |
cell name
Definition at line 93 of file GdsDriver.h.
| vector<GdsBoundary> GdsParser::GdsCell::vBoundary |
array of boundaries
Definition at line 94 of file GdsDriver.h.
| vector<GdsSref> GdsParser::GdsCell::vSref |
array of SREF
Definition at line 96 of file GdsDriver.h.
| vector<GdsText> GdsParser::GdsCell::vText |
array of texts
Definition at line 95 of file GdsDriver.h.