|
ACT-CV - Machine Vision for Cognitive Modeling
|
Data holder for textual elements on the screen. More...
#include <RegionInfo.h>

Public Member Functions | |
| RegionInfo (int l=0, int t=0, int r=0, int b=0, const std::string &i="") | |
| bool | operator< (const RegionInfo &b) const |
| bool | operator== (const RegionInfo &b) const |
Public Attributes | |
| int | left |
| int | top |
| int | right |
| int | bottom |
| std::string | info |
Data holder for textual elements on the screen.
Definition at line 32 of file RegionInfo.h.
| RegionInfo::RegionInfo | ( | int | l = 0, |
| int | t = 0, |
||
| int | r = 0, |
||
| int | b = 0, |
||
| const std::string & | i = "" |
||
| ) |
Definition at line 40 of file RegionInfo.h.
| bool RegionInfo::operator< | ( | const RegionInfo & | b) | const |
| bool RegionInfo::operator== | ( | const RegionInfo & | b) | const |
| int RegionInfo::bottom |
Definition at line 36 of file RegionInfo.h.
Referenced by operator<(), operator<<(), and operator==().
| std::string RegionInfo::info |
Definition at line 38 of file RegionInfo.h.
Referenced by operator<(), operator<<(), and operator==().
| int RegionInfo::left |
Definition at line 33 of file RegionInfo.h.
Referenced by operator<(), operator<<(), and operator==().
| int RegionInfo::right |
Definition at line 35 of file RegionInfo.h.
Referenced by operator<(), operator<<(), and operator==().
| int RegionInfo::top |
Definition at line 34 of file RegionInfo.h.
Referenced by operator<(), operator<<(), and operator==().