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

ArACTSBlob Class Reference

A class for the acts blob. More...

#include <ArACTS.h>

List of all members.

Public Member Functions

 ArACTSBlob ()
 Constructor.
int getArea (void)
 Gets the number of pixels (area) covered by the blob.
int getBottom (void)
 Gets the bottom border of the blob.
int getLeft (void)
 Gets the left border of the blob.
int getRight (void)
 Gets the right border of the blob.
int getTop (void)
 Gets the top border of the blob.
int getXCG (void)
 Gets the X Center of Gravity of the blob.
int getYCG (void)
 Gets the Y Center of Gravity of the blob.
void log (void)
 Prints the stats of the blob.
void setArea (int area)
 Sets the number of pixels (area) covered by the blob.
void setBottom (int bottom)
 Sets the bottom border of the blob.
void setLeft (int left)
 Sets the left border of the blob.
void setRight (int right)
 Sets the right border fo the blob.
void setTop (int top)
 Sets the top border of the blob.
void setXCG (int xcg)
 Sets the X Center of Gravity of the blob.
void setYCG (int ycg)
 Sets the Y Center of Gravity of the blob.
virtual ~ArACTSBlob ()
 Destructor.

Protected Attributes

int myArea
int myBottom
int myLeft
int myRight
int myTop
int myXCG
int myYCG


Detailed Description

A class for the acts blob.

Definition at line 37 of file ArACTS.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 19 12:56:42 2005 for Aria by  doxygen 1.4.0