

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 cell. | |
| S (concepts::Triangle3d *(&cell)[ncell_]) | |
| S (const S &scan) | |
Private Attributes | |
| concepts::Triangle3d *(& | cell_ )[ncell_] |
| uint | idx_ |
| Ball::S::S | ( | concepts::Triangle3d *(&) | cell[ncell_] | ) | [inline] |
| concepts::Scan2* Ball::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 28 of file ball.hh.

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