scanner over the cells More...


Public Member Functions | |
| Scan2 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| Returns true if the end of the scanned set is reached. | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| Cell2 & | operator++ (int) |
| Returns the next cell. | |
| S (Array< Quad2d * > *cell) | |
| S (const S &scan) | |
Private Attributes | |
| Array< Quad2d * > * | cell_ |
| uint | idx_ |
| Scan2* concepts::Circle::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 170 of file circle.hh.

| bool concepts::Circle::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 167 of file circle.hh.

| concepts::Scan< Cell >::operator int | ( | ) | [inline, inherited] |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 32 of file scannerConnectors.hh.
| Cell2& concepts::Circle::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Array<Quad2d*>* concepts::Circle::S::cell_ [private] |
uint concepts::Circle::S::idx_ [private] |