Scanner class for Import2dMesh.
More...
#include <meshImport2D.hh>
Scanner class for Import2dMesh.
Definition at line 88 of file meshImport2D.hh.
◆ S() [1/2]
concepts::Import2dMeshBase::S::S |
( |
std::vector< Cell2 * > & |
cell | ) |
|
|
inline |
◆ S() [2/2]
concepts::Import2dMeshBase::S::S |
( |
const S & |
scan | ) |
|
|
inline |
◆ clone() [1/2]
Scan2* concepts::Import2dMeshBase::S::clone |
( |
| ) |
const |
|
inline |
◆ clone() [2/2]
Returns a clone of the scanner.
◆ eos() [1/2]
bool concepts::Import2dMeshBase::S::eos |
( |
| ) |
const |
|
inline |
◆ eos() [2/2]
Returns true if the end of the scanned set is reached.
◆ operator int()
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
Cell2& concepts::Import2dMeshBase::S::operator++ |
( |
int |
| ) |
|
|
inlinevirtual |
◆ cell_
std::vector<Cell2*>& concepts::Import2dMeshBase::S::cell_ |
|
private |
◆ idx_
std::vector<Cell2*>::iterator concepts::Import2dMeshBase::S::idx_ |
|
private |
The documentation for this class was generated from the following file: