The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MPRectangle Class Reference

#include <Rectangle.h>

List of all members.

Public Member Functions

 MPRectangle (int x1_in, int x2_in, int y1_in, int y2_in, bool face_in)
 MPRectangle ()
 ~MPRectangle ()

Public Attributes

bool face
int X1
int X2
int Y1
int Y2


Constructor & Destructor Documentation

MPRectangle  ) 
 

Definition at line 30 of file Rectangle.h.

00030 {}

MPRectangle int  x1_in,
int  x2_in,
int  y1_in,
int  y2_in,
bool  face_in
 

Definition at line 32 of file Rectangle.h.

00033 :X1(x1_in), X2(x2_in), Y1(y1_in), Y2(y2_in), face(face_in) {}

~MPRectangle  ) 
 

Definition at line 35 of file Rectangle.h.

00035 {}


Member Data Documentation

bool face
 

Definition at line 22 of file Rectangle.h.

Referenced by MPISearchThread::UpdateColorModel().

int X1
 

Definition at line 18 of file Rectangle.h.

Referenced by MPISearchThread::UpdateColorModel().

int X2
 

Definition at line 19 of file Rectangle.h.

Referenced by MPISearchThread::UpdateColorModel().

int Y1
 

Definition at line 20 of file Rectangle.h.

Referenced by MPISearchThread::UpdateColorModel().

int Y2
 

Definition at line 21 of file Rectangle.h.

Referenced by MPISearchThread::UpdateColorModel().


The documentation for this class was generated from the following file:
Generated on Mon Nov 8 17:08:40 2004 for MPT by  doxygen 1.3.9.1