Scanner class for UniformlyRefindeMesh2. 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 (std::vector< Cell2 * > &cell) | |
| S (const S &scan) | |
Private Attributes | |
| std::vector< Cell2 * > & | cell_ |
| std::vector< Cell2 * >::iterator | idx_ |
Scanner class for UniformlyRefindeMesh2.
Definition at line 30 of file uniformlyRefinedMesh2.hh.
| concepts::UniformlyRefinedMesh2::S::S | ( | std::vector< Cell2 * > & | cell | ) | [inline] |
Definition at line 32 of file uniformlyRefinedMesh2.hh.
| concepts::UniformlyRefinedMesh2::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 34 of file uniformlyRefinedMesh2.hh.
| Scan2* concepts::UniformlyRefinedMesh2::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 37 of file uniformlyRefinedMesh2.hh.

| bool concepts::UniformlyRefinedMesh2::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 35 of file uniformlyRefinedMesh2.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::UniformlyRefinedMesh2::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 36 of file uniformlyRefinedMesh2.hh.
std::vector<Cell2*>& concepts::UniformlyRefinedMesh2::S::cell_ [private] |
Definition at line 40 of file uniformlyRefinedMesh2.hh.
std::vector<Cell2*>::iterator concepts::UniformlyRefinedMesh2::S::idx_ [private] |
Definition at line 39 of file uniformlyRefinedMesh2.hh.