|
Limbo 3.5.4
|
cell instance More...
#include <GdfDataBase.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostream &ss) const |
| print data members | |
Public Attributes | |
| std::string | name |
| instance name | |
| std::string | cellType |
| standard cell type | |
| Point | position |
| instance position | |
| int32_t | orient |
| instance orientation | |
cell instance
Definition at line 221 of file GdfDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from GdfParser::Item.
Definition at line 238 of file GdfDataBase.h.
|
inline |
reset all data members
Definition at line 229 of file GdfDataBase.h.
| std::string GdfParser::CellInstance::cellType |
standard cell type
Definition at line 224 of file GdfDataBase.h.
| std::string GdfParser::CellInstance::name |
instance name
Definition at line 223 of file GdfDataBase.h.
| int32_t GdfParser::CellInstance::orient |
instance orientation
Definition at line 226 of file GdfDataBase.h.
| Point GdfParser::CellInstance::position |
instance position
Definition at line 225 of file GdfDataBase.h.