Scanner for global cells. More...


Public Member Functions | |
| concepts::Scan3 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| Returns true if the end of the scanned set is reached. | |
| GlobalS (const GlobalS &scan) | |
| GlobalS (uint n, Array< auto_ptr< Cell3 > > *cell) | |
| operator int () | |
| Returns true as long as the end of the scanned set is not reached yet. | |
| Cell3 & | operator++ (int) |
| Returns the next cell. | |
Private Attributes | |
| Array< auto_ptr< Cell3 > > * | cell_ |
| uint | idx_ |
| uint | n_ |
| parallel::Mesh3::GlobalS::GlobalS | ( | const GlobalS & | scan | ) | [inline] |
| concepts::Scan3* parallel::Mesh3::GlobalS::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 513 of file mesh_p.hh.

| bool parallel::Mesh3::GlobalS::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.
| Cell3& parallel::Mesh3::GlobalS::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell3 >.
Array<auto_ptr<Cell3> >* parallel::Mesh3::GlobalS::cell_ [private] |
uint parallel::Mesh3::GlobalS::idx_ [private] |
uint parallel::Mesh3::GlobalS::n_ [private] |