Scanner of the Haar3d space (depth first search (dfs)) (1. 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. | |
| virtual Haar3dXXX< F > & | operator++ (int)=0 |
| Next element. | |
Scanner of the Haar3d space (depth first search (dfs)) (1.
children, 2. parent)
| F | Field (Real || Cmplx) |
| virtual Scan* concepts::Scan< concepts::Element< F > >::clone | ( | ) | const [pure virtual, inherited] |
Returns a clone of the scanner.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, and aglowav2::Haar3d0BFSScan< F >.
| virtual bool concepts::Scan< concepts::Element< F > >::eos | ( | ) | const [pure virtual, inherited] |
Returns true if the end of the scanned set is reached.
Implemented in aglowav::BiHaar3dDFSScan< F >, aglowav::BiHaar3dBFSScan< F >, aglowav2::Haar3d0DFSScan< F >, and aglowav2::Haar3d0BFSScan< F >.
| concepts::Scan< concepts::Element< F > >::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.
| virtual Haar3dXXX<F>& aglowav::Haar3dDFSScan< F >::operator++ | ( | int | ) | [pure virtual] |
Next element.
Implements concepts::Scan< concepts::Element< F > >.
Implemented in aglowav::BiHaar3dDFSScan< F >.