aglowav::Haar3dDFSScan< F > Class Template Referenceabstract

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

#include <space.hh>

Inheritance diagram for aglowav::Haar3dDFSScan< F >:
concepts::Scan< concepts::Element< concepts::Real > >

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...
 

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 28 of file space.hh.

Member Function Documentation

◆ clone()

virtual Scan* concepts::Scan< concepts::Element< concepts::Real > >::clone ( ) const
pure virtualinherited

Returns a clone of the scanner.

◆ eos()

virtual bool concepts::Scan< concepts::Element< concepts::Real > >::eos ( ) const
pure virtualinherited

Returns true if the end of the scanned set is reached.

◆ operator int()

concepts::Scan< concepts::Element< concepts::Real > >::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 Haar3dXXX<F>& aglowav::Haar3dDFSScan< F >::operator++ ( int  )
pure virtual

The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich