An abstract class for scanning a mesh (a set of cells) or a space (a set of elements). More...
#include <scannerConnectors.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. | |
| virtual T & | operator++ (int)=0 |
| Returns the next element in the scanned set. | |
| virtual | ~Scan () |
An abstract class for scanning a mesh (a set of cells) or a space (a set of elements).
| T | Element of the set to be scanned |
Definition at line 27 of file scannerConnectors.hh.
| virtual concepts::Scan< T >::~Scan | ( | ) | [inline, virtual] |
Definition at line 29 of file scannerConnectors.hh.
| virtual Scan* concepts::Scan< T >::clone | ( | ) | const [pure virtual] |
Returns a clone of the scanner.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, aglowav2::Haar3d0BFSScan< F >, concepts::gfem::PeriodicRect::S, PeriodicRect::S, Rectangle::S, PeriodicSquare::S, PeriodiCube::S, 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, Cube2::S, Cube3::S, Square::S, StrangeMesh::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::Mesh1::LocalS, parallel::Mesh1::GlobalS, parallel::Mesh1::CapS< T >, parallel::Mesh2::LocalS, parallel::Mesh2::GlobalS, parallel::Mesh2::CapS< T >, parallel::Mesh3::LocalS, parallel::Mesh3::GlobalS, parallel::Mesh3::CapS< T >, linDG2D::MeshInfo::S, concepts::PListScan< T >, concepts::ListScan< T >, concepts::PStlVectorScan< T >, concepts::StlVectorScan< T, ItType >, and concepts::ArrayScan< T >.
| virtual bool concepts::Scan< T >::eos | ( | ) | const [pure virtual] |
Returns true if the end of the scanned set is reached.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, aglowav2::Haar3d0BFSScan< F >, concepts::gfem::PeriodicRect::S, PeriodicRect::S, Rectangle::S, PeriodicSquare::S, PeriodiCube::S, 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, Cube2::S, Cube3::S, Square::S, StrangeMesh::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::Mesh1::LocalS, parallel::Mesh1::GlobalS, parallel::Mesh1::CapS< T >, parallel::Mesh2::LocalS, parallel::Mesh2::GlobalS, parallel::Mesh2::CapS< T >, parallel::Mesh3::LocalS, parallel::Mesh3::GlobalS, parallel::Mesh3::CapS< T >, linDG2D::MeshInfo::S, concepts::PListScan< T >, concepts::ListScan< T >, concepts::PStlVectorScan< T >, concepts::StlVectorScan< T, ItType >, and concepts::ArrayScan< T >.
| concepts::Scan< T >::operator int | ( | ) | [inline] |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 32 of file scannerConnectors.hh.
| virtual T& concepts::Scan< T >::operator++ | ( | int | ) | [pure virtual] |
Returns the next element in the scanned set.
Implemented in aglowav::Haar3dDFSScan< F >, aglowav::Haar3dBFSScan< F >, aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3dDFSScan< F >, aglowav2::Haar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, aglowav2::Haar3d0BFSScan< F >, concepts::gfem::PeriodicRect::S, PeriodicRect::S, Rectangle::S, PeriodicSquare::S, PeriodiCube::S, 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, Cube2::S, Cube3::S, Square::S, concepts::Scan< TriangleP2 >, StrangeMesh::S, concepts::Scan< constraints::Element< F > >, concepts::Circle::S, concepts::EdgeMesh::S, concepts::CircleBoundary::S, concepts::SquareTwoInfiniteRects::S, concepts::SquareOneInfiniteRect::S, concepts::Scan< Cell1 >, concepts::Scan< Cell2 >, concepts::Scan< Cell3 >, concepts::Import3DTetMesh::S, concepts::ConvertMeshQuads::S, concepts::Import2dMeshBase::S, concepts::Import3dMesh::S, concepts::Square::S, concepts::Square2::S, concepts::UniformlyRefinedMesh2::S, concepts::Scan< Connector0 >, concepts::Scan< Connector1 >, concepts::Scan< Connector2 >, parallel::Mesh1::LocalS, parallel::Mesh1::GlobalS, parallel::Mesh1::CapS< T >, parallel::Mesh2::LocalS, parallel::Mesh2::GlobalS, parallel::Mesh2::CapS< T >, parallel::Mesh3::LocalS, parallel::Mesh3::GlobalS, parallel::Mesh3::CapS< T >, concepts::Scan< hp1D::Element< F > >, concepts::Scan< hp2D::Element< F > >, concepts::Scan< hp3D::Element< Real > >, linDG2D::MeshInfo::S, concepts::Scan< linDG3D::FvdgElement >, concepts::Scan< linearFEM::Element >, concepts::Scan< linearFEM::Line >, concepts::Scan< linearFEM::Triangle >, concepts::Scan< linearFEM::Quad >, concepts::Scan< linearFEM::Tetrahedron >, concepts::Scan< ElementWithCell< F > >, concepts::PListScan< T >, concepts::ListScan< T >, concepts::PStlVectorScan< T >, concepts::StlVectorScan< T, ItType >, concepts::ArrayScan< T >, and concepts::Scan< vectorial::Element< F > >.