Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Impala::Core::Tracking::Rect Class Reference

rectangle has left, top, right, bottom More...

#include <BasicTypes.h>

List of all members.

Public Member Functions

 Rect ()
 Rect (int l, int t, int r, int b)
 Rect (const Rect &r)
 Rect (const Point &p)
int width () const
int height () const
Point size () const
Point mid () const
void clip (const Rect &clip)
void operator-= (const Rect &r)
void operator+= (const Rect &r)
void operator+= (const Point &p)
void operator *= (int i)
void AddBorder (const Point &p)
bool operator== (const Rect &r)

Public Attributes

int left
int top
int right
int bottom


Detailed Description

rectangle has left, top, right, bottom

Definition at line 77 of file BasicTypes.h.


The documentation for this class was generated from the following file:
Generated on Fri Mar 19 11:21:59 2010 for ImpalaSrc by  doxygen 1.5.1