scanner over the cells 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 (Array< Quad2d * > *cell) | |
| S (const S &scan) | |
Private Attributes | |
| Array< Quad2d * > * | cell_ |
| uint | idx_ |
scanner over the cells
Definition at line 570 of file thinSheetGeom.hh.
Definition at line 574 of file thinSheetGeom.hh.
| concepts::ThinSheetEllipse2::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 575 of file thinSheetGeom.hh.
| Scan2* concepts::ThinSheetEllipse2::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 581 of file thinSheetGeom.hh.

| bool concepts::ThinSheetEllipse2::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 578 of file thinSheetGeom.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::ThinSheetEllipse2::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 579 of file thinSheetGeom.hh.
Array<Quad2d*>* concepts::ThinSheetEllipse2::S::cell_ [private] |
Definition at line 572 of file thinSheetGeom.hh.
uint concepts::ThinSheetEllipse2::S::idx_ [private] |
Definition at line 571 of file thinSheetGeom.hh.