#include <adj_m_face_iter.hh>
Inherits mln::topo::internal::forward_complex_relative_iterator_base< mln::topo::face< D >, mln::topo::algebraic_face< D >, mln::topo::adj_m_face_fwd_iter< D > >, and mln::topo::internal::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< E >::next | ( | ) | [inline, inherited] |
Go to the next element.