

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 (Cell2 *(&cell)[2]) | |
| S (const S &scan) | |
Private Attributes | |
| Cell2 *(& | cell_ )[2] |
| unsigned int | idx_ |
Definition at line 71 of file infiniteMeshes.hh.
| concepts::SquareOneInfiniteRect::S::S | ( | Cell2 *(&) | cell[2] | ) | [inline] |
Definition at line 75 of file infiniteMeshes.hh.
| concepts::SquareOneInfiniteRect::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 76 of file infiniteMeshes.hh.
| Scan2* concepts::SquareOneInfiniteRect::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 79 of file infiniteMeshes.hh.

| bool concepts::SquareOneInfiniteRect::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 77 of file infiniteMeshes.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::SquareOneInfiniteRect::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 78 of file infiniteMeshes.hh.
Cell2*(& concepts::SquareOneInfiniteRect::S::cell_)[2] [private] |
Definition at line 73 of file infiniteMeshes.hh.
unsigned int concepts::SquareOneInfiniteRect::S::idx_ [private] |
Definition at line 72 of file infiniteMeshes.hh.