Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
BookshelfParser::NetPin Struct Reference

describe a pin of a net More...

#include <BookshelfDataBase.h>

Inheritance diagram for BookshelfParser::NetPin:
BookshelfParser::Item

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
 
- Public Member Functions inherited from BookshelfParser::Item
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
 

Detailed Description

describe a pin of a net

Definition at line 138 of file BookshelfDataBase.h.

Constructor & Destructor Documentation

BookshelfParser::NetPin::NetPin ( string &  nn,
char  d,
double  x,
double  y,
double  w,
double  h,
string &  pn 
)
inline

constructor

Parameters
nnnode name
ddirection
x,yoffset of pin to node origin
w,hsize of pin
pnpin name

Definition at line 163 of file BookshelfDataBase.h.

BookshelfParser::NetPin::NetPin ( string &  nn,
char  d,
double  x,
double  y,
double  w,
double  h 
)
inline

constructor

Parameters
nnnode name
ddirection
x,yoffset of pin to node origin
w,hsize of pin

Definition at line 178 of file BookshelfDataBase.h.


The documentation for this struct was generated from the following file: