Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BarcodeReader_F103
Symbol::PointIterator Class Reference
iteration over Point objects in a symbol location polygon. More...
#include <Symbol.h>
Public Member Functions | |
| PointIterator (const Symbol *sym=NULL, int index=0) | |
| constructor. | |
| PointIterator (const PointIterator &iter) | |
| constructor. | |
| ~PointIterator () | |
| destructor. | |
| PointIterator & | operator++ () |
| advance iterator to next Point. | |
| const Point | operator* () const |
| retrieve currently referenced Point. | |
| bool | operator== (const PointIterator &iter) const |
| test if two iterators refer to the same Point in the same Symbol. | |
| bool | operator!= (const PointIterator &iter) const |
| test if two iterators refer to the same Point in the same Symbol. | |
Detailed Description
iteration over Point objects in a symbol location polygon.
Definition at line 122 of file Symbol.h.
Constructor & Destructor Documentation
| PointIterator | ( | const Symbol * | sym = NULL, |
| int | index = 0 |
||
| ) |
| PointIterator | ( | const PointIterator & | iter ) |
| ~PointIterator | ( | ) |
Member Function Documentation
| bool operator!= | ( | const PointIterator & | iter ) | const |
| const Point operator* | ( | ) | const |
| PointIterator& operator++ | ( | ) |
| bool operator== | ( | const PointIterator & | iter ) | const |
Generated on Tue Jul 12 2022 21:31:48 by
1.7.2