#include <mesh_base.h>

Public Member Functions | |
| template<typename PredType , typename IterType > | |
| const_element_iterator (const IterType &d, const IterType &e, const PredType &p) | |
| const_element_iterator (const MeshBase::element_iterator &rhs) | |
The definition of the const_element_iterator struct. It is similar to the regular iterator above, but also provides an additional conversion-to-const ctor.
Definition at line 1527 of file mesh_base.h.
|
inline |
Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor.
Definition at line 1537 of file mesh_base.h.
|
inline |
The conversion-to-const ctor. Takes a regular iterator and calls the appropriate variant_filter_iterator copy constructor.
Definition at line 1548 of file mesh_base.h.