|
Limbo 3.5.4
|
#include <GdsObjects.h>
Public Types | |
| typedef GdsObject | base_type |
| base type | |
| Public Types inherited from GdsParser::GdsDB::GdsObject | |
| typedef int | coordinate_type |
| coordinate types | |
| typedef gtl::point_data< coordinate_type > | point_type |
| typedef gtl::point_data< double > | float_point_type |
| float point type to avoid numerical issue | |
| typedef gtl::interval_data< coordinate_type > | interval_type |
| interval type | |
| typedef gtl::rectangle_data< coordinate_type > | rectangle_type |
| rectangle type | |
| typedef gtl::polygon_data< coordinate_type > | polygon_type |
| polygon type | |
| typedef gtl::polygon_90_set_data< coordinate_type > | polygon_set_type |
| polygon set type | |
Public Member Functions | |
| GdsShape () | |
| default constructor | |
| GdsShape (GdsShape const &rhs) | |
| GdsShape & | operator= (GdsShape const &rhs) |
| ~GdsShape () | |
| destructor | |
| int | layer () const |
| void | setLayer (int l) |
| int | datatype () const |
| void | setDatatype (int d) |
| Public Member Functions inherited from GdsParser::GdsDB::GdsObject | |
| GdsObject () | |
| default constructor | |
| GdsObject (GdsObject const &rhs) | |
| copy constructor | |
| GdsObject & | operator= (GdsObject const &rhs) |
| assignment | |
| virtual | ~GdsObject () |
| destructor | |
Protected Attributes | |
| int | m_layer |
| layer | |
| int | m_datatype |
| data type | |
Base class for all gdsii shapes with layer and datatype attributes
Definition at line 75 of file GdsObjects.h.
base type
Definition at line 79 of file GdsObjects.h.
| GdsParser::GdsDB::GdsShape::GdsShape | ( | GdsShape const & | rhs | ) |
copy constructor
| rhs | an object |
|
inline |
Definition at line 99 of file GdsObjects.h.
|
inline |
Definition at line 94 of file GdsObjects.h.
assignment
| rhs | an object |
|
inline |
| d | data type |
Definition at line 101 of file GdsObjects.h.
|
inline |
| l | layer |
Definition at line 96 of file GdsObjects.h.
|
protected |
data type
Definition at line 104 of file GdsObjects.h.
|
protected |
layer
Definition at line 103 of file GdsObjects.h.