

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. | |
| Tetrahedron3d & | operator++ (int) |
| Returns the next cell. | |
| S (std::vector< Tetrahedron3d * > &cell) | |
| S (const S &scan) | |
Private Attributes | |
| std::vector< Tetrahedron3d * > & | cell_ |
| std::vector< Tetrahedron3d * > ::iterator | idx_ |
| concepts::Import3DTetMesh::S::S | ( | std::vector< Tetrahedron3d * > & | cell | ) | [inline] |
| Scan3* concepts::Import3DTetMesh::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 201 of file mesh.hh.

| bool concepts::Import3DTetMesh::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.
| Tetrahedron3d& concepts::Import3DTetMesh::S::operator++ | ( | int | ) | [inline, virtual] |
std::vector<Tetrahedron3d*>& concepts::Import3DTetMesh::S::cell_ [private] |
std::vector<Tetrahedron3d*>::iterator concepts::Import3DTetMesh::S::idx_ [private] |