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