

Public Member Functions | |
| concepts::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. | |
| concepts::Cell2 & | operator++ (int) |
| Returns the next element in the scanned set. | |
| S (concepts::Cell2 *(&cell)[N_CELL]) | |
| S (const S &scan) | |
Private Attributes | |
| concepts::Cell2 *(& | cell_ )[N_CELL] |
| unsigned int | idx_ |
Definition at line 34 of file periodicRect.hh.
| PeriodicRect::S::S | ( | concepts::Cell2 *(&) | cell[N_CELL] | ) | [inline] |
Definition at line 38 of file periodicRect.hh.
| PeriodicRect::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 39 of file periodicRect.hh.
| concepts::Scan2* PeriodicRect::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 42 of file periodicRect.hh.

| bool PeriodicRect::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 40 of file periodicRect.hh.
| concepts::Scan< concepts::Cell2 >::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.
| concepts::Cell2& PeriodicRect::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 41 of file periodicRect.hh.
concepts::Cell2*(& PeriodicRect::S::cell_)[N_CELL] [private] |
Definition at line 36 of file periodicRect.hh.
unsigned int PeriodicRect::S::idx_ [private] |
Definition at line 35 of file periodicRect.hh.