|
Limbo 3.5.4
|
GDSII TEXT. More...
#include <GdsDriver.h>
Public Member Functions | |
| GdsText () | |
| constructor | |
| void | reset () |
| reset all data members | |
Public Attributes | |
| int32_t | layer |
| layer | |
| int32_t | texttype |
| text type | |
| int32_t | presentation |
| presentation | |
| int32_t | strans |
| strans | |
| double | mag |
| magnitude | |
| vector< int32_t > | position |
| position | |
| string | content |
GDSII TEXT.
Definition at line 48 of file GdsDriver.h.
|
inline |
constructor
Definition at line 58 of file GdsDriver.h.
|
inline |
reset all data members
Definition at line 63 of file GdsDriver.h.
| string GdsParser::GdsText::content |
content
Definition at line 56 of file GdsDriver.h.
| int32_t GdsParser::GdsText::layer |
layer
Definition at line 50 of file GdsDriver.h.
| double GdsParser::GdsText::mag |
magnitude
Definition at line 54 of file GdsDriver.h.
| vector<int32_t> GdsParser::GdsText::position |
position
Definition at line 55 of file GdsDriver.h.
| int32_t GdsParser::GdsText::presentation |
presentation
Definition at line 52 of file GdsDriver.h.
| int32_t GdsParser::GdsText::strans |
strans
Definition at line 53 of file GdsDriver.h.
| int32_t GdsParser::GdsText::texttype |
text type
Definition at line 51 of file GdsDriver.h.