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

qgar::PruneSmallCCBinaryImage::ComponentEntry Class Reference

List of all members.

Detailed Description

For internal use only.

Definition at line 86 of file PruneSmallCCBinaryImage.H.

Public Member Functions

 ComponentEntry (int x, int y)
void inc (int x, int y, int i=1)
void inc (int i)
int x () const
int y () const
int count () const
bool valid () const
void setValid (bool state)

Protected Attributes

int _x
int _y
int _count
bool _valid


Constructor & Destructor Documentation

qgar::PruneSmallCCBinaryImage::ComponentEntry::ComponentEntry int  x,
int  y
[inline]
 

Definition at line 90 of file PruneSmallCCBinaryImage.H.


Member Function Documentation

int qgar::PruneSmallCCBinaryImage::ComponentEntry::count  )  const [inline]
 

Definition at line 128 of file PruneSmallCCBinaryImage.H.

References _count.

void qgar::PruneSmallCCBinaryImage::ComponentEntry::inc int  i  )  [inline]
 

Definition at line 110 of file PruneSmallCCBinaryImage.H.

References _count.

void qgar::PruneSmallCCBinaryImage::ComponentEntry::inc int  x,
int  y,
int  i = 1
[inline]
 

Definition at line 102 of file PruneSmallCCBinaryImage.H.

References _count, _x, and _y.

void qgar::PruneSmallCCBinaryImage::ComponentEntry::setValid bool  state  )  [inline]
 

Definition at line 140 of file PruneSmallCCBinaryImage.H.

References _valid.

bool qgar::PruneSmallCCBinaryImage::ComponentEntry::valid  )  const [inline]
 

Definition at line 134 of file PruneSmallCCBinaryImage.H.

References _valid.

int qgar::PruneSmallCCBinaryImage::ComponentEntry::x  )  const [inline]
 

Definition at line 116 of file PruneSmallCCBinaryImage.H.

References _x.

int qgar::PruneSmallCCBinaryImage::ComponentEntry::y  )  const [inline]
 

Definition at line 122 of file PruneSmallCCBinaryImage.H.

References _y.


Member Data Documentation

int qgar::PruneSmallCCBinaryImage::ComponentEntry::_count [protected]
 

Definition at line 148 of file PruneSmallCCBinaryImage.H.

Referenced by count(), and inc().

bool qgar::PruneSmallCCBinaryImage::ComponentEntry::_valid [protected]
 

Definition at line 149 of file PruneSmallCCBinaryImage.H.

Referenced by setValid(), and valid().

int qgar::PruneSmallCCBinaryImage::ComponentEntry::_x [protected]
 

Definition at line 146 of file PruneSmallCCBinaryImage.H.

Referenced by inc(), and x().

int qgar::PruneSmallCCBinaryImage::ComponentEntry::_y [protected]
 

Definition at line 147 of file PruneSmallCCBinaryImage.H.

Referenced by inc(), and y().


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