#include <mesh_base.h>
Public Member Functions | |
template<typename PredType , typename IterType > | |
const_node_iterator (const IterType &d, const IterType &e, const PredType &p) | |
const_node_iterator (const MeshBase::node_iterator &rhs) | |
The definition of the const_node_iterator struct. It is similar to the regular iterator above, but also provides an additional conversion-to-const ctor.
Definition at line 1581 of file mesh_base.h.
|
inline |
Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor.
Definition at line 1591 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 1602 of file mesh_base.h.