Scanner class for Import3dMesh. More...


Public Member Functions | |
| Scan3 * | 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. | |
| Cell3 & | operator++ (int) |
| Returns the next cell. | |
| S (std::vector< Cell3 * > &cell) | |
| S (const S &scan) | |
Private Attributes | |
| std::vector< Cell3 * > & | cell_ |
| std::vector< Cell3 * >::iterator | idx_ |
Scanner class for Import3dMesh.
Definition at line 163 of file meshImport3D.hh.
| concepts::Import3dMesh::S::S | ( | std::vector< Cell3 * > & | cell | ) | [inline] |
Definition at line 165 of file meshImport3D.hh.
| concepts::Import3dMesh::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 167 of file meshImport3D.hh.
| Scan3* concepts::Import3dMesh::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 170 of file meshImport3D.hh.

| bool concepts::Import3dMesh::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 168 of file meshImport3D.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.
| Cell3& concepts::Import3dMesh::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell3 >.
Definition at line 169 of file meshImport3D.hh.
std::vector<Cell3*>& concepts::Import3dMesh::S::cell_ [private] |
Definition at line 173 of file meshImport3D.hh.
std::vector<Cell3*>::iterator concepts::Import3dMesh::S::idx_ [private] |
Definition at line 172 of file meshImport3D.hh.