Public Member Functions | |
virtual linearFEM::Triangle & | operator++ (int)=0 |
Returns the next element in the scanned set. | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. | |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. | |
Definition at line 24 of file space2D.hh.
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
|
pure virtual |
Returns the next element in the scanned set.
Implements concepts::Scan< linearFEM::Element >.