Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions
aglowav::Haar3dDFSScan< F > Class Template Reference

Scanner of the Haar3d space (depth first search (dfs)) (1. More...

#include <space.hh>

Inheritance diagram for aglowav::Haar3dDFSScan< F >:
Inheritance graph
[legend]
Collaboration diagram for aglowav::Haar3dDFSScan< F >:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

template<class F = concepts::Real>
class aglowav::Haar3dDFSScan< F >

Scanner of the Haar3d space (depth first search (dfs)) (1.

children, 2. parent)

Parameters:
FField (Real || Cmplx)

Definition at line 25 of file space.hh.


Member Function Documentation

virtual Scan* concepts::Scan< concepts::Element< F > >::clone ( ) const [pure virtual, inherited]
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.

template<class F = concepts::Real>
virtual Haar3dXXX<F>& aglowav::Haar3dDFSScan< F >::operator++ ( int  ) [pure virtual]

The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)