|
Limbo 3.5.4
|
shape box to describe one node shape More...
#include <BookshelfDataBase.h>
Public Member Functions | |
| ShapeBox (string &n, double x, double y, double w, double h) | |
| constructor | |
| void | reset () |
| reset all data members | |
| Public Member Functions inherited from BookshelfParser::Item | |
| virtual void | print (ostream &) const |
| print data members | |
Public Attributes | |
| string | name |
| shape name | |
| double | origin [2] |
| lower left corner of the box | |
| double | size [2] |
| width and height | |
shape box to describe one node shape
Definition at line 230 of file BookshelfDataBase.h.
|
inline |
constructor
| n | shape name |
| x | lower left coordinate |
| y | lower left coordinate |
| w | width |
| h | height |
Definition at line 242 of file BookshelfDataBase.h.
|
inline |
reset all data members
Definition at line 251 of file BookshelfDataBase.h.
| string BookshelfParser::ShapeBox::name |
shape name
Definition at line 232 of file BookshelfDataBase.h.
| double BookshelfParser::ShapeBox::origin[2] |
lower left corner of the box
Definition at line 233 of file BookshelfDataBase.h.
| double BookshelfParser::ShapeBox::size[2] |
width and height
Definition at line 234 of file BookshelfDataBase.h.