concepts::Scan< Cell2 > Class Referenceabstract
A scanner for a 2D mesh. More...
#include <mesh.hh>
Inheritance diagram for concepts::Scan< Cell2 >:
Public Member Functions | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
Cell2 & | operator++ (int)=0 |
Returns the next cell. More... | |
Detailed Description
Member Function Documentation
◆ clone()
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos()
|
pure virtualinherited |
Returns true if the end of the scanned set is reached.
◆ operator int()
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
|
pure virtual |
Returns the next cell.
Implements concepts::Scan< Cell >.
Implemented in concepts::UniformlyRefinedMesh2::S, concepts::Square2::S, concepts::Square::S, concepts::Import2dMeshBase::S, concepts::ConvertMeshQuads::S, concepts::SquareOneInfiniteRect::S, concepts::SquareTwoInfiniteRects::S, and concepts::Circle::S.
The documentation for this class was generated from the following file:
- geometry/mesh.hh