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

GDSII cell. More...

#include <GdsDriver.h>

Public Member Functions

void reset ()
 reset all data members

Public Attributes

string cell_name
 cell name
vector< GdsBoundaryvBoundary
 array of boundaries
vector< GdsTextvText
 array of texts
vector< GdsSrefvSref

Detailed Description

GDSII cell.

Definition at line 91 of file GdsDriver.h.

Member Function Documentation

◆ reset()

void GdsParser::GdsCell::reset ( )
inline

reset all data members

Definition at line 98 of file GdsDriver.h.

Member Data Documentation

◆ cell_name

string GdsParser::GdsCell::cell_name

cell name

Definition at line 93 of file GdsDriver.h.

◆ vBoundary

vector<GdsBoundary> GdsParser::GdsCell::vBoundary

array of boundaries

Definition at line 94 of file GdsDriver.h.

◆ vSref

vector<GdsSref> GdsParser::GdsCell::vSref

array of SREF

Definition at line 96 of file GdsDriver.h.

◆ vText

vector<GdsText> GdsParser::GdsCell::vText

array of texts

Definition at line 95 of file GdsDriver.h.


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