concepts::Scan< Cell1 > Class Referenceabstract
A scanner for a 1D mesh. More...
#include <mesh.hh>
Inheritance diagram for concepts::Scan< Cell1 >:
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... | |
Cell1 & | 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::StraightPeriodicBoundary::S, concepts::CircleBoundary::S, and concepts::EdgeMesh::S.
The documentation for this class was generated from the following file:
- geometry/mesh.hh