Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Data Structures | |
class | Infos |
Public Member Functions | |
void | addInstance (const std::string &instanceName, double x, double y, const std::string &orient) |
adds schematic informations for an instance. More... | |
const std::map< std::string, Infos * > & | getInstances () |
returns the map of instance's Infos. | |
bool | hasNoInstances () |
returns true if the schematc has no Infos. | |
Schematic (Circuit *) | |
creates a new schematic. More... | |
This class describes schematic informations.
The Schematic object is used to store all informations relative to schematic of the circuit.
creates a new schematic.
circuit | the circuit to which the schematic belongs. |
void addInstance | ( | const std::string & | instanceName, |
double | x, | ||
double | y, | ||
const std::string & | orient | ||
) |
adds schematic informations for an instance.
name | the instance's name to which the schematic informations are associated. |
x | the x coordinate. |
y | the y coordinate. |
orient | the orientation. |
Generated by doxygen 1.8.14 on Thu Oct 18 2018 | Return to top of page |
VLSI SAPD Documentation | Copyright © 2010 - 2011 UPMC All rights reserved |