scanner over the cells More...


Public Member Functions | |
| Scan1 * | 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. | |
| Cell1 & | operator++ (int) |
| Returns the next cell. | |
| S (Sequence< Edge2d * > *cell) | |
| S (const S &scan) | |
Private Attributes | |
| Sequence< Edge2d * > * | cell_ |
| uint | idx_ |
scanner over the cells
Definition at line 69 of file edgeMeshes.hh.
Definition at line 73 of file edgeMeshes.hh.
| concepts::EdgeMesh::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 74 of file edgeMeshes.hh.
| Scan1* concepts::EdgeMesh::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 79 of file edgeMeshes.hh.

| bool concepts::EdgeMesh::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 76 of file edgeMeshes.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.
| Cell1& concepts::EdgeMesh::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell1 >.
Definition at line 77 of file edgeMeshes.hh.
Sequence<Edge2d*>* concepts::EdgeMesh::S::cell_ [private] |
Definition at line 71 of file edgeMeshes.hh.
uint concepts::EdgeMesh::S::idx_ [private] |
Definition at line 70 of file edgeMeshes.hh.