Limbo 3.5.4
Loading...
Searching...
No Matches
DefParser::Region Struct Reference

region to describe regions like fence More...

#include <DefDataBase.h>

Inheritance diagram for DefParser::Region:
DefParser::Item

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

Detailed Description

region to describe regions like fence

Definition at line 220 of file DefDataBase.h.

Member Function Documentation

◆ print()

virtual void DefParser::Region::print ( ostringstream & ss) const
inlinevirtual

print data members

Parameters
ssoutput stream

Reimplemented from DefParser::Item.

Definition at line 241 of file DefDataBase.h.

◆ reset()

void DefParser::Region::reset ( )
inline

reset all data members

Definition at line 230 of file DefDataBase.h.

Member Data Documentation

◆ region_name

string DefParser::Region::region_name

region name

Definition at line 222 of file DefDataBase.h.

◆ region_type

string DefParser::Region::region_type

region type

Definition at line 223 of file DefDataBase.h.

◆ vPropertyName

std::vector<string> DefParser::Region::vPropertyName

array of property names

Definition at line 225 of file DefDataBase.h.

◆ vPropertyType

std::vector<char> DefParser::Region::vPropertyType

array of property types

Definition at line 227 of file DefDataBase.h.

◆ vPropertyValue

std::vector<string> DefParser::Region::vPropertyValue

array of property values

Definition at line 226 of file DefDataBase.h.

◆ vRectangle

std::vector<std::vector<int> > DefParser::Region::vRectangle

array of rectangles with (xl, yl, xh, yh)

Definition at line 224 of file DefDataBase.h.


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