Limbo
|
describe a pin of a net More...
#include <BookshelfDataBase.h>
Public Member Functions | |
NetPin () | |
constructor | |
NetPin (string &nn, char d, double x, double y, double w, double h, string &pn) | |
NetPin (string &nn, char d, double x, double y, double w, double h) | |
void | reset () |
reset all data members | |
![]() | |
virtual void | print (ostream &) const |
print data members | |
Public Attributes | |
string | node_name |
node name | |
string | pin_name |
pin name | |
char | direct |
direction | |
double | offset [2] |
offset (x, y) to node origin | |
double | size [2] |
sizes (x, y) of pin | |
describe a pin of a net
Definition at line 138 of file BookshelfDataBase.h.
|
inline |
constructor
nn | node name |
d | direction |
x,y | offset of pin to node origin |
w,h | size of pin |
pn | pin name |
Definition at line 163 of file BookshelfDataBase.h.
|
inline |
constructor
nn | node name |
d | direction |
x,y | offset of pin to node origin |
w,h | size of pin |
Definition at line 178 of file BookshelfDataBase.h.