concepts::Scan< linearFEM::Line > Class Referenceabstract
#include <space1D.hh>
Inheritance diagram for concepts::Scan< linearFEM::Line >:
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... | |
virtual linearFEM::Line & | operator++ (int)=0 |
Returns the next element in the scanned set. More... | |
Detailed Description
Definition at line 25 of file space1D.hh.
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 element in the scanned set.
Implements concepts::Scan< linearFEM::Element >.
The documentation for this class was generated from the following file:
- linearFEM/space1D.hh