Main Page   Class Hierarchy   Compound List   Compound Members  

ArACTSBlob Class Reference

A class for the acts blob. More...

#include <ArACTS.h>

List of all members.

Public Methods

 ArACTSBlob (void)
 Constructor.

virtual ~ArACTSBlob (void)
 Destructor.

int getArea (void)
 Gets the number of pixels (area) covered by 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.

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 getBottom (void)
 Gets the bottom border of the blob.

void setArea (int area)
 Sets the number of pixels (area) covered by 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.

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 setBottom (int bottom)
 Sets the bottom border of the blob.

void print (void)
 Prints the stats of the blob.


Detailed Description

A class for the acts blob.


The documentation for this class was generated from the following file:
Generated on Tue Nov 12 17:43:50 2002 for Aria by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001