Presentation | AGDS | CIF | DTR | OPENCHAMS | SPICE | Links & Contact |
Public Member Functions | |
void | addIntermediatePoint (double x, double y) |
adds an IntermediatePoint to the wire. More... | |
WirePoint * | getEndPoint () |
returns the end point of the wire. | |
const std::vector< IntermediatePoint * > & | getIntermediatePoints () |
returns the list of wire's IntermediatePoint. | |
WirePoint * | getStartPoint () |
returns the start point of the wire. | |
bool | hasNoIntermediatePoints () |
returns true if the wire has no IntermediatePoint. | |
void | setEndPoint (unsigned idx) |
sets the wire's end point as a PortPoint. More... | |
void | setStartPoint (unsigned idx) |
sets the wire's start point as a PortPoint. More... | |
Wire () | |
creates a new wire. | |
This class describes wire.
A wire is used by schematic to the connections between instances. It is defined by:
void addIntermediatePoint | ( | double | x, |
double | y | ||
) |
adds an IntermediatePoint to the wire.
x | the x coordinate of the IntermediatePoint. |
y | the y coordinate of the IntermediatePoint. |
void setEndPoint | ( | unsigned | idx | ) |
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 |