

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 **(&cells), uint num_cells) | |
| S (const S &scan) | |
Private Attributes | |
| unsigned int | act_ind |
| concepts::Cell2 **& | cell_ |
| unsigned int | num_cells |
Definition at line 37 of file strange_mesh.hh.
| StrangeMesh::S::S | ( | concepts::Cell2 **& | cells, |
| uint | num_cells | ||
| ) | [inline] |
Definition at line 42 of file strange_mesh.hh.
| StrangeMesh::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 44 of file strange_mesh.hh.
| concepts::Scan2* StrangeMesh::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 51 of file strange_mesh.hh.

| bool StrangeMesh::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 47 of file strange_mesh.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& StrangeMesh::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 48 of file strange_mesh.hh.
unsigned int StrangeMesh::S::act_ind [private] |
Definition at line 38 of file strange_mesh.hh.
concepts::Cell2**& StrangeMesh::S::cell_ [private] |
Definition at line 40 of file strange_mesh.hh.
unsigned int StrangeMesh::S::num_cells [private] |
Definition at line 39 of file strange_mesh.hh.