libMesh
|
The definition of the const_element_iterator struct. More...
#include <mesh_base.h>
Public Member Functions | |
template<typename PredType , typename IterType > | |
const_element_iterator (const IterType &d, const IterType &e, const PredType &p) | |
Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor. More... | |
const_element_iterator (const MeshBase::element_iterator &rhs) | |
The conversion-to-const ctor. More... | |
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 1891 of file mesh_base.h.
|
inline |
Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor.
Definition at line 1901 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 1912 of file mesh_base.h.