ACT-CV - Machine Vision for Cognitive Modeling
Public Member Functions | Public Attributes | List of all members
RegionInfo Struct Reference

Data holder for textual elements on the screen. More...

#include <RegionInfo.h>

Collaboration diagram for RegionInfo:
Collaboration graph

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
 

Detailed Description

Data holder for textual elements on the screen.

Definition at line 32 of file RegionInfo.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

bool RegionInfo::operator< ( const RegionInfo b) const

Definition at line 48 of file RegionInfo.h.

References bottom, info, left, right, and top.

bool RegionInfo::operator== ( const RegionInfo b) const

Definition at line 63 of file RegionInfo.h.

References bottom, info, left, right, and top.

Member Data Documentation

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==().


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


ACT-CV - Machine Vision for Cognitive Modeling
© 2015 Marc Halbruegge (actcvlibrary@googlemail.com)