#include <space.hh>
Public Member Functions | |
BiHaar3dDFSScan (Haar3d000< F > *elm, uint ht) | |
BiHaar3dDFSScan (const BiHaar3dDFSScan< F > &sc) | |
Copy constructor. | |
~BiHaar3dDFSScan () | |
Destructor. | |
Haar3d000< F > & | operator++ (int) |
Next element. | |
BiHaar3dDFSScan< 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 BiHaar3d space (depth first search (dfs)) (1. children, 2. parent)
F | Field (Real || Cmplx) |
aglowav::BiHaar3dDFSScan< F >::BiHaar3dDFSScan | ( | 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 aglowav::Haar3dDFSScan< F >.