Scanner over tetrahedral elements in FV/DG-space. More...
#include <space.hh>


Public Member Functions | |
| virtual Scan * | clone () const =0 |
| Returns a clone of the scanner. | |
| virtual bool | eos () const =0 |
| 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. | |
| linDG3D::FvdgElement & | operator++ (int)=0 |
| Returns next element in scanned space. | |
Scanner over tetrahedral elements in FV/DG-space.
| virtual Scan* concepts::Scan< ElementWithCell< Real > >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
| virtual bool concepts::Scan< ElementWithCell< Real > >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
| concepts::Scan< ElementWithCell< Real > >::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.

| linDG3D::FvdgElement& concepts::Scan< linDG3D::FvdgElement >::operator++ | ( | int | ) | [pure virtual] |
Returns next element in scanned space.
Implements concepts::Scan< ElementWithCell< Real > >.