Limbo 3.5.4
Loading...
Searching...
No Matches
GdsParser::GdsDB::GdsObject Class Reference

#include <GdsObjects.h>

Inheritance diagram for GdsParser::GdsDB::GdsObject:
GdsParser::GdsDB::GdsCell GdsParser::GdsDB::GdsCellArray GdsParser::GdsDB::GdsCellReference GdsParser::GdsDB::GdsDB GdsParser::GdsDB::GdsShape GdsParser::GdsDB::GdsPath GdsParser::GdsDB::GdsPolygon GdsParser::GdsDB::GdsRectangle GdsParser::GdsDB::GdsText

Public Types

typedef int coordinate_type
 coordinate types
geometry types
typedef gtl::point_data< coordinate_typepoint_type
typedef gtl::point_data< double > float_point_type
 float point type to avoid numerical issue
typedef gtl::interval_data< coordinate_typeinterval_type
 interval type
typedef gtl::rectangle_data< coordinate_typerectangle_type
 rectangle type
typedef gtl::polygon_data< coordinate_typepolygon_type
 polygon type
typedef gtl::polygon_90_set_data< coordinate_typepolygon_set_type
 polygon set type

Public Member Functions

 GdsObject ()
 default constructor
 GdsObject (GdsObject const &rhs)
 copy constructor
GdsObjectoperator= (GdsObject const &rhs)
 assignment
virtual ~GdsObject ()
 destructor

Detailed Description

Base class for all gdsii objects
All data members are initialized to maximum infinity

Definition at line 36 of file GdsObjects.h.

Member Typedef Documentation

◆ coordinate_type

coordinate types

Definition at line 40 of file GdsObjects.h.

◆ float_point_type

typedef gtl::point_data<double> GdsParser::GdsDB::GdsObject::float_point_type

float point type to avoid numerical issue

Definition at line 46 of file GdsObjects.h.

◆ interval_type

interval type

Definition at line 48 of file GdsObjects.h.

◆ point_type

point type

Definition at line 44 of file GdsObjects.h.

◆ polygon_set_type

polygon set type

Definition at line 54 of file GdsObjects.h.

◆ polygon_type

polygon type

Definition at line 52 of file GdsObjects.h.

◆ rectangle_type

rectangle type

Definition at line 50 of file GdsObjects.h.

Constructor & Destructor Documentation

◆ GdsObject()

GdsParser::GdsDB::GdsObject::GdsObject ( GdsObject const & rhs)

copy constructor

Parameters
rhsan object

◆ ~GdsObject()

virtual GdsParser::GdsDB::GdsObject::~GdsObject ( )
virtual

destructor

Meaningless to have pure virtual destructor because we have to define it anyway

Member Function Documentation

◆ operator=()

GdsObject & GdsParser::GdsDB::GdsObject::operator= ( GdsObject const & rhs)

assignment

Parameters
rhsan object

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