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

Top GDSII library. More...

#include <GdsDriver.h>

Public Member Functions

 GdsLib ()
 constructor
void reset ()
 reset all data members

Public Attributes

string lib_name
 library name
vector< double > unit
 unit
vector< GdsCellvCell

Detailed Description

Top GDSII library.

Definition at line 107 of file GdsDriver.h.

Constructor & Destructor Documentation

◆ GdsLib()

GdsParser::GdsLib::GdsLib ( )
inline

constructor

Definition at line 113 of file GdsDriver.h.

Member Function Documentation

◆ reset()

void GdsParser::GdsLib::reset ( )
inline

reset all data members

Definition at line 118 of file GdsDriver.h.

Member Data Documentation

◆ lib_name

string GdsParser::GdsLib::lib_name

library name

Definition at line 109 of file GdsDriver.h.

◆ unit

vector<double> GdsParser::GdsLib::unit

unit

Definition at line 110 of file GdsDriver.h.

◆ vCell

vector<GdsCell> GdsParser::GdsLib::vCell

array of cells

Definition at line 111 of file GdsDriver.h.


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