#include <adj_m_face_iter.hh>
Inherits forward_complex_relative_iterator_base< topo::face< D >, algebraic_face< D >, adj_m_face_fwd_iter< D > >, and adj_m_face_iterator< D >.
Public Member Functions | |
| void | next () | 
| Go to the next element.   | |
| template<typename Fref > | |
| adj_m_face_fwd_iter (const Fref &f_ref, unsigned m) | |
| Constructs an iterator, with f_ref as reference face, and a target dimension equal to m.   | |
| adj_m_face_fwd_iter () | |
| Construction.   | |
| D | The dimension of the complex this iterator belongs to. | 
If m_ is equal to the dimension of the reference face, then the iterated set is empty.
| mln::topo::adj_m_face_fwd_iter< D >::adj_m_face_fwd_iter | ( | ) |  [inline] | 
        
Construction.
Construct an iterator, with an invalid reference face, and a target dimension equal to 0.
| mln::topo::adj_m_face_fwd_iter< D >::adj_m_face_fwd_iter | ( | const Fref & | f_ref, | |
| unsigned | m | |||
| ) |  [inline] | 
        
Constructs an iterator, with f_ref as reference face, and a target dimension equal to m.
| void mln::Iterator< adj_m_face_fwd_iter< D > >::next | ( | ) |  [inherited] | 
        
Go to the next element.
 1.5.9