estimator::LocalMesh2::S Class Referenceabstract
Inheritance diagram for estimator::LocalMesh2::S:
Public Member Functions | |
concepts::Scan2 * | clone () const |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
bool | eos () const |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
concepts::Cell2 & | operator++ (int) |
Returns the next element in the scanned set. More... | |
S (concepts::HashMap< concepts::Quad2d * > &cells) | |
S (const S &scan) | |
Private Attributes | |
concepts::HashMap< concepts::Quad2d * > & | cells_ |
concepts::HashMap< concepts::Quad2d * >::iterator | iter_ |
Detailed Description
Definition at line 63 of file buergDoerfler.hh.
Constructor & Destructor Documentation
◆ S() [1/2]
|
inline |
Definition at line 67 of file buergDoerfler.hh.
◆ S() [2/2]
|
inline |
Definition at line 69 of file buergDoerfler.hh.
Member Function Documentation
◆ clone() [1/2]
|
inline |
Definition at line 74 of file buergDoerfler.hh.
◆ clone() [2/2]
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos() [1/2]
|
inline |
Definition at line 71 of file buergDoerfler.hh.
◆ eos() [2/2]
|
pure virtualinherited |
Returns true if the end of the scanned set is reached.
◆ operator int()
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
◆ operator++()
|
inlinevirtual |
Returns the next element in the scanned set.
Implements concepts::Scan< concepts::Cell2 >.
Definition at line 72 of file buergDoerfler.hh.
Member Data Documentation
◆ cells_
|
private |
Definition at line 65 of file buergDoerfler.hh.
◆ iter_
|
private |
Definition at line 64 of file buergDoerfler.hh.
The documentation for this class was generated from the following file:
- estimator/buergDoerfler.hh