A scanner for a 3D mesh. More...
#include <mesh.hh>


Public Member Functions | |
| virtual Scan * | clone () const =0 |
| Returns a clone of the scanner. | |
| virtual bool | eos () const =0 |
| 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)=0 |
| Returns the next cell. | |
A scanner for a 3D mesh.
| virtual Scan* concepts::Scan< Cell >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
Implemented in Ball::S, Cube::S, concepts::FiveQuads::S, concepts::OrigamiCube2D::S, concepts::ThreeQuads::S, concepts::SimpleLine::S, concepts::ThinSheetParabel::S, concepts::ThinSheetEllipse::S, concepts::ThinSheetEllipse2::S, Cube::S, Square::S, concepts::Circle::S, concepts::EdgeMesh::S, concepts::CircleBoundary::S, concepts::SquareTwoInfiniteRects::S, concepts::SquareOneInfiniteRect::S, concepts::Import3DTetMesh::S, concepts::ConvertMeshQuads::S, concepts::Import2dMeshBase::S, concepts::Import3dMesh::S, concepts::Square::S, concepts::Square2::S, concepts::UniformlyRefinedMesh2::S, parallel::Mesh3::LocalS, and parallel::Mesh3::GlobalS.
| virtual bool concepts::Scan< Cell >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
Implemented in Ball::S, Cube::S, concepts::FiveQuads::S, concepts::OrigamiCube2D::S, concepts::ThreeQuads::S, concepts::SimpleLine::S, concepts::ThinSheetParabel::S, concepts::ThinSheetEllipse::S, concepts::ThinSheetEllipse2::S, Cube::S, Square::S, concepts::Circle::S, concepts::EdgeMesh::S, concepts::CircleBoundary::S, concepts::SquareTwoInfiniteRects::S, concepts::SquareOneInfiniteRect::S, concepts::Import3DTetMesh::S, concepts::ConvertMeshQuads::S, concepts::Import2dMeshBase::S, concepts::Import3dMesh::S, concepts::Square::S, concepts::Square2::S, concepts::UniformlyRefinedMesh2::S, parallel::Mesh3::LocalS, and parallel::Mesh3::GlobalS.
| 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::Scan< Cell3 >::operator++ | ( | int | ) | [pure virtual] |
Returns the next cell.
Implements concepts::Scan< Cell >.
Implemented in concepts::Import3DTetMesh::S, concepts::Import3dMesh::S, parallel::Mesh3::LocalS, and parallel::Mesh3::GlobalS.