Scanner class for Import2dMesh. More...
#include <meshImport2D.hh>
Public Member Functions | |
S (std::vector< Cell2 * > &cell) | |
S (const S &scan) | |
bool | eos () const |
Returns true if the end of the scanned set is reached. | |
Cell2 & | operator++ (int) |
Returns the next cell. | |
Scan2 * | clone () const |
Returns a clone of the scanner. | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. | |
Scanner class for Import2dMesh.
Definition at line 84 of file meshImport2D.hh.
|
inline |
Definition at line 86 of file meshImport2D.hh.
|
inline |
Definition at line 88 of file meshImport2D.hh.
|
inlinevirtual |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 91 of file meshImport2D.hh.
|
inlinevirtual |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 89 of file meshImport2D.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.
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 90 of file meshImport2D.hh.