

Public Member Functions | |
| concepts::Scan2 * | clone () const |
| Returns a clone of the scanner. | |
| concepts::Scan3 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| Returns true if the end of the scanned set is reached. | |
| 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. | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| concepts::Cell3 & | operator++ (int) |
| Returns the next cell. | |
| concepts::Cell2 & | operator++ (int) |
| Returns the next cell. | |
| S (const S &scan) | |
| S (concepts::Hexahedron3d *(&cell)[ncell_]) | |
| S (const S &scan) | |
| S (concepts::Triangle3d *(&cell)[ncell_]) | |
Private Attributes | |
| concepts::Triangle3d *(& | cell_ )[ncell_] |
| concepts::Hexahedron3d *(& | cell_ )[ncell_] |
| uint | idx_ |
| Cube::S::S | ( | concepts::Triangle3d *(&) | cell[ncell_] | ) | [inline] |
| Cube::S::S | ( | concepts::Hexahedron3d *(&) | cell[ncell_] | ) | [inline] |
| concepts::Scan2* Cube::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< concepts::Cell3 >.
Definition at line 28 of file cube.hh.

| concepts::Scan3* Cube::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< concepts::Cell3 >.
Definition at line 39 of file cube.hh.

| bool Cube::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< concepts::Cell3 >.
| bool Cube::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< concepts::Cell3 >.
| concepts::Scan< concepts::Cell3 >::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::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.
| concepts::Cell2& Cube::S::operator++ | ( | int | ) | [inline, virtual] |
| concepts::Cell3& Cube::S::operator++ | ( | int | ) | [inline, virtual] |
concepts::Triangle3d*(& Cube::S::cell_)[ncell_] [private] |
concepts::Hexahedron3d*(& Cube::S::cell_)[ncell_] [private] |
uint Cube::S::idx_ [private] |