|
Limbo 3.5.4
|
group to describe cells corresponding to region More...
#include <DefDataBase.h>
Public Member Functions | |
| void | reset () |
| reset all data members | |
| virtual void | print (ostringstream &ss) const |
| print data members | |
Public Attributes | |
| string | group_name |
| group name | |
| std::vector< string > | vGroupMember |
| group members | |
| string | region_name |
| region name | |
| int | perim |
| MAXHALFPERIMETER, I do not know what they are used for. | |
| int | maxx |
| int | maxy |
| std::vector< std::vector< int > > | vRectangle |
| array of regions with (xl, yl, xh, yh) | |
| std::vector< string > | vPropertyName |
| array of property names | |
| std::vector< string > | vPropertyValue |
| array of property values | |
| std::vector< char > | vPropertyType |
| array of property types | |
group to describe cells corresponding to region
Definition at line 254 of file DefDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from DefParser::Item.
Definition at line 283 of file DefDataBase.h.
|
inline |
reset all data members
Definition at line 268 of file DefDataBase.h.
| string DefParser::Group::group_name |
group name
Definition at line 256 of file DefDataBase.h.
| int DefParser::Group::maxx |
Definition at line 260 of file DefDataBase.h.
| int DefParser::Group::maxy |
Definition at line 261 of file DefDataBase.h.
| int DefParser::Group::perim |
MAXHALFPERIMETER, I do not know what they are used for.
Definition at line 259 of file DefDataBase.h.
| string DefParser::Group::region_name |
region name
Definition at line 258 of file DefDataBase.h.
| std::vector<string> DefParser::Group::vGroupMember |
group members
Definition at line 257 of file DefDataBase.h.
| std::vector<string> DefParser::Group::vPropertyName |
array of property names
Definition at line 263 of file DefDataBase.h.
| std::vector<char> DefParser::Group::vPropertyType |
array of property types
Definition at line 265 of file DefDataBase.h.
| std::vector<string> DefParser::Group::vPropertyValue |
array of property values
Definition at line 264 of file DefDataBase.h.
| std::vector<std::vector<int> > DefParser::Group::vRectangle |
array of regions with (xl, yl, xh, yh)
Definition at line 262 of file DefDataBase.h.