Limbo 3.5.4
Loading...
Searching...
No Matches
GdsParser::GdsText Struct Reference

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

Detailed Description

GDSII TEXT.

Definition at line 48 of file GdsDriver.h.

Constructor & Destructor Documentation

◆ GdsText()

GdsParser::GdsText::GdsText ( )
inline

constructor

Definition at line 58 of file GdsDriver.h.

Member Function Documentation

◆ reset()

void GdsParser::GdsText::reset ( )
inline

reset all data members

Definition at line 63 of file GdsDriver.h.

Member Data Documentation

◆ content

string GdsParser::GdsText::content

content

Definition at line 56 of file GdsDriver.h.

◆ layer

int32_t GdsParser::GdsText::layer

layer

Definition at line 50 of file GdsDriver.h.

◆ mag

double GdsParser::GdsText::mag

magnitude

Definition at line 54 of file GdsDriver.h.

◆ position

vector<int32_t> GdsParser::GdsText::position

position

Definition at line 55 of file GdsDriver.h.

◆ presentation

int32_t GdsParser::GdsText::presentation

presentation

Definition at line 52 of file GdsDriver.h.

◆ strans

int32_t GdsParser::GdsText::strans

strans

Definition at line 53 of file GdsDriver.h.

◆ texttype

int32_t GdsParser::GdsText::texttype

text type

Definition at line 51 of file GdsDriver.h.


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