aglowav2::Haar3d0DFSScan< F > Class Template Referenceabstract
Scanner of the Haar3d0 space (depth first search (dfs)) (1. More...
#include <space.hh>
Inheritance diagram for aglowav2::Haar3d0DFSScan< F >:
Public Member Functions | |
Haar3d0DFSScan< F > * | clone () const |
New scanner. More... | |
virtual Scan * | clone () const=0 |
Returns a clone of the scanner. More... | |
bool | eos () const |
End of scan. More... | |
virtual bool | eos () const=0 |
Returns true if the end of the scanned set is reached. More... | |
Haar3d0DFSScan (const Haar3d0DFSScan< F > &sc) | |
Copy constructor. More... | |
Haar3d0DFSScan (Haar3d000< F > *elm, uint ht) | |
Constructor. More... | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. More... | |
Haar3d000< F > & | operator++ (int) |
Next element. More... | |
~Haar3d0DFSScan () | |
Destructor. More... | |
Private Attributes | |
uint | ht_ |
Height of the stack. More... | |
Haar3d000< F > ** | sptr_ |
Stack pointer. More... | |
Haar3d000< F > ** | stk_ |
Begin of the stack. More... | |
Detailed Description
template<class F = concepts::Real>
class aglowav2::Haar3d0DFSScan< F >
Scanner of the Haar3d0 space (depth first search (dfs)) (1.
children, 2. parent)
- Parameters
-
F Field (Real || Cmplx)
Constructor & Destructor Documentation
◆ Haar3d0DFSScan() [1/2]
template<class F = concepts::Real>
aglowav2::Haar3d0DFSScan< F >::Haar3d0DFSScan | ( | Haar3d000< F > * | elm, |
uint | ht | ||
) |
Constructor.
- Parameters
-
elm Root of the wavelet tree ht Height of the wavelet tree
◆ Haar3d0DFSScan() [2/2]
template<class F = concepts::Real>
aglowav2::Haar3d0DFSScan< F >::Haar3d0DFSScan | ( | const Haar3d0DFSScan< F > & | sc | ) |
Copy constructor.
◆ ~Haar3d0DFSScan()
template<class F = concepts::Real>
|
inline |
Member Function Documentation
◆ clone() [1/2]
template<class F = concepts::Real>
|
inline |
◆ clone() [2/2]
|
pure virtualinherited |
Returns a clone of the scanner.
◆ eos() [1/2]
template<class F = concepts::Real>
|
inline |
◆ 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++()
template<class F = concepts::Real>
|
virtual |
Next element.
Implements aglowav2::Haar3dDFSScan< concepts::Real >.
Member Data Documentation
◆ ht_
template<class F = concepts::Real>
|
private |
◆ sptr_
template<class F = concepts::Real>
|
private |
◆ stk_
template<class F = concepts::Real>
|
private |
The documentation for this class was generated from the following file:
- aglowav2/space.hh