Scanner class for ConvertMeshQuads. More...


Public Member Functions | |
| Scan2 * | clone () const |
| Returns a clone of the scanner. | |
| bool | eos () const |
| 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. | |
| Quad2d & | operator++ (int) |
| Returns the next cell. | |
| S (std::list< Quad2d * > &cell) | |
| S (const S &scan) | |
Private Attributes | |
| std::list< Quad2d * > & | cell_ |
| std::list< Quad2d * >::iterator | idx_ |
Scanner class for ConvertMeshQuads.
Definition at line 63 of file meshConverter.hh.
| concepts::ConvertMeshQuads::S::S | ( | std::list< Quad2d * > & | cell | ) | [inline] |
Definition at line 65 of file meshConverter.hh.
| concepts::ConvertMeshQuads::S::S | ( | const S & | scan | ) | [inline] |
Definition at line 67 of file meshConverter.hh.
| Scan2* concepts::ConvertMeshQuads::S::clone | ( | ) | const [inline, virtual] |
Returns a clone of the scanner.
Implements concepts::Scan< Cell >.
Definition at line 70 of file meshConverter.hh.

| bool concepts::ConvertMeshQuads::S::eos | ( | ) | const [inline, virtual] |
Returns true if the end of the scanned set is reached.
Implements concepts::Scan< Cell >.
Definition at line 68 of file meshConverter.hh.
| concepts::Scan< Cell >::operator int | ( | ) | [inline, inherited] |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 32 of file scannerConnectors.hh.
| Quad2d& concepts::ConvertMeshQuads::S::operator++ | ( | int | ) | [inline, virtual] |
Returns the next cell.
Implements concepts::Scan< Cell2 >.
Definition at line 69 of file meshConverter.hh.
std::list<Quad2d*>& concepts::ConvertMeshQuads::S::cell_ [private] |
Definition at line 73 of file meshConverter.hh.
std::list<Quad2d*>::iterator concepts::ConvertMeshQuads::S::idx_ [private] |
Definition at line 72 of file meshConverter.hh.