Scanner class for ConvertMeshQuads.
More...
Scanner class for ConvertMeshQuads.
Definition at line 64 of file meshConverter.hh.
◆ S() [1/2]
concepts::ConvertMeshQuads::S::S |
( |
std::list< Quad2d * > & |
cell | ) |
|
|
inline |
◆ S() [2/2]
concepts::ConvertMeshQuads::S::S |
( |
const S & |
scan | ) |
|
|
inline |
◆ clone() [1/2]
Scan2* concepts::ConvertMeshQuads::S::clone |
( |
| ) |
const |
|
inline |
◆ clone() [2/2]
Returns a clone of the scanner.
◆ eos() [1/2]
bool concepts::ConvertMeshQuads::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++()
Quad2d& concepts::ConvertMeshQuads::S::operator++ |
( |
int |
| ) |
|
|
inlinevirtual |
◆ cell_
std::list<Quad2d*>& concepts::ConvertMeshQuads::S::cell_ |
|
private |
◆ idx_
std::list<Quad2d*>::iterator concepts::ConvertMeshQuads::S::idx_ |
|
private |
The documentation for this class was generated from the following file: