$extrastylesheet
#include <mln/topo/adj_m_face_iter.hh>
Public Member Functions | |
unsigned | m () const |
void | set_m (unsigned m) |
Protected Member Functions | |
adj_m_face_iterator () | |
adj_m_face_iterator (unsigned m) | |
void | update_adj_faces__ (const topo::face< D > ¢er, std::vector< algebraic_face< D > > &adj_faces) |
Protected Attributes | |
unsigned | m_ |
Definition at line 167 of file adj_m_face_iter.hh.
|
protected |
|
protected |
unsigned mln::topo::internal::adj_m_face_iterator< D >::m | ( | ) | const |
Get the target dimension.
void mln::topo::internal::adj_m_face_iterator< D >::set_m | ( | unsigned | m | ) |
Set the target dimension.
|
protected |
The actual implementation of the computation of the set of faces adjacent to the reference face.
|
protected |
The dimension of the iterated faces.
Definition at line 186 of file adj_m_face_iter.hh.