Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Public Member Functions | |
bool | addPolygon (Polygon *) |
adds a Polygon to the Circuit. More... | |
Circuit (std::string name, std::string unit, double scale) | |
creates a new Circuit More... | |
bool | writeToFile (std::string) |
writes the database to file. More... | |
This class contains all CIF circuit informations such as the name, the unit used, the scale and the list of all Polygons.
Circuit | ( | std::string | name, |
std::string | unit, | ||
double | scale | ||
) |
creates a new Circuit
name | the name of the circuit. |
unit | the unit used for all distances & coordinates. |
scale | the scale used to convert DB unit to real unit (specified by the unit). |
bool addPolygon | ( | Polygon * | polygon | ) |
bool writeToFile | ( | std::string | filename | ) |
writes the database to file.
filename | the destination file name. |
Generated by doxygen 1.8.14 on Thu Nov 12 2020 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2020 UPMC All rights reserved |