

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::Quad2d *(&cell)[N_CELL]) | |
| S (const S &scan) | |
Private Attributes | |
| concepts::Quad2d *(& | cell_ )[N_CELL] |
| unsigned int | idx_ |
Definition at line 43 of file periodicRect.h.
| concepts::gfem::PeriodicRect::S::S | ( | concepts::Quad2d *(&) | cell[N_CELL] | ) | [inline] |
Definition at line 47 of file periodicRect.h.
| concepts::gfem::PeriodicRect::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 48 of file periodicRect.h.
| concepts::Scan2* concepts::gfem::PeriodicRect::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 51 of file periodicRect.h.

| bool concepts::gfem::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 49 of file periodicRect.h.
| 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& concepts::gfem::PeriodicRect::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 50 of file periodicRect.h.
concepts::Quad2d*(& concepts::gfem::PeriodicRect::S::cell_)[N_CELL] [private] |
Definition at line 45 of file periodicRect.h.
unsigned int concepts::gfem::PeriodicRect::S::idx_ [private] |
Definition at line 44 of file periodicRect.h.