

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 (Quad2d *(&cell)[ncell_]) | |
| S (const S &scan) | |
Private Attributes | |
| Quad2d *(& | cell_ )[ncell_] |
| uint | idx_ |
Definition at line 36 of file threeQuads.hh.
| concepts::ThreeQuads::S::S | ( | Quad2d *(&) | cell[ncell_] | ) | [inline] |
Definition at line 40 of file threeQuads.hh.
| concepts::ThreeQuads::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 41 of file threeQuads.hh.
| Scan2* concepts::ThreeQuads::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 46 of file threeQuads.hh.

| bool concepts::ThreeQuads::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 43 of file threeQuads.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::ThreeQuads::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 44 of file threeQuads.hh.
Quad2d*(& concepts::ThreeQuads::S::cell_)[ncell_] [private] |
Definition at line 38 of file threeQuads.hh.
uint concepts::ThreeQuads::S::idx_ [private] |
Definition at line 37 of file threeQuads.hh.