aglowav2::Haar3dBFSScan< F > Class Template Referenceabstract
Scanner of the Haar3d space ("breadth" first search (bfs)) (1. More...
#include <space.hh>
Inheritance diagram for aglowav2::Haar3dBFSScan< F >:
Public Member Functions | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
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... | |
virtual Haar3dXXX< F > & | operator++ (int)=0 |
Next element. More... | |
virtual void | skip (uint lvl)=0 |
Skips the levels of the subtree. More... | |
Detailed Description
template<class F = concepts::Real>
class aglowav2::Haar3dBFSScan< F >
Scanner of the Haar3d space ("breadth" first search (bfs)) (1.
parent, 2. children)
- Parameters
-
F Field (Real || Cmplx)
Member Function Documentation
◆ clone()
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos()
|
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++()
template<class F = concepts::Real>
|
pure virtual |
Next element.
Implements concepts::Scan< concepts::Element< concepts::Real > >.
Implemented in aglowav2::Haar3d0BFSScan< F >.
◆ skip()
template<class F = concepts::Real>
|
pure virtual |
Skips the levels of the subtree.
Implemented in aglowav2::Haar3d0BFSScan< F >.
The documentation for this class was generated from the following file:
- aglowav2/space.hh