Public Member Functions | |
virtual linearFEM::Element & | 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 60 of file element.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< concepts::Element< Real > >.
Implemented in concepts::Scan< linearFEM::Line >, concepts::Scan< linearFEM::Triangle >, concepts::Scan< linearFEM::Quad >, and concepts::Scan< linearFEM::Tetrahedron >.