#include <space.hh>
Public Member Functions | |
Haar3d0DFSScan (Haar3d000< F > *elm, uint ht) | |
Haar3d0DFSScan (const Haar3d0DFSScan< F > &sc) | |
Copy constructor. | |
~Haar3d0DFSScan () | |
Destructor. | |
Haar3d000< F > & | operator++ (int) |
Next element. | |
Haar3d0DFSScan< F > * | clone () const |
New scanner. | |
bool | eos () const |
End of scan. | |
operator int () | |
Returns true as long as the end of the scanned set is not reached yet. | |
Scanner of the Haar3d0 space (depth first search (dfs)) (1. children, 2. parent)
F | Field (Real || Cmplx) |
aglowav2::Haar3d0DFSScan< F >::Haar3d0DFSScan | ( | Haar3d000< F > * | elm, |
uint | ht | ||
) |
Constructor
elm | Root of the wavelet tree |
ht | Height of the wavelet tree |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlineinherited |
Returns true as long as the end of the scanned set is not reached yet.
Definition at line 34 of file scannerConnectors.hh.
|
virtual |
Next element.
Implements aglowav2::Haar3dDFSScan< F >.