|
Limbo 3.5.4
|
region to describe regions like fence 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 | region_name |
| region name | |
| string | region_type |
| region type | |
| std::vector< std::vector< int > > | vRectangle |
| array of rectangles 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 | |
region to describe regions like fence
Definition at line 220 of file DefDataBase.h.
|
inlinevirtual |
print data members
| ss | output stream |
Reimplemented from DefParser::Item.
Definition at line 241 of file DefDataBase.h.
|
inline |
reset all data members
Definition at line 230 of file DefDataBase.h.
| string DefParser::Region::region_name |
region name
Definition at line 222 of file DefDataBase.h.
| string DefParser::Region::region_type |
region type
Definition at line 223 of file DefDataBase.h.
| std::vector<string> DefParser::Region::vPropertyName |
array of property names
Definition at line 225 of file DefDataBase.h.
| std::vector<char> DefParser::Region::vPropertyType |
array of property types
Definition at line 227 of file DefDataBase.h.
| std::vector<string> DefParser::Region::vPropertyValue |
array of property values
Definition at line 226 of file DefDataBase.h.
| std::vector<std::vector<int> > DefParser::Region::vRectangle |
array of rectangles with (xl, yl, xh, yh)
Definition at line 224 of file DefDataBase.h.