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 1581 of file mesh_base.h.
libMesh::MeshBase::const_node_iterator::const_node_iterator | ( | const IterType & | d, |
const IterType & | e, | ||
const PredType & | p | ||
) |
Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor.
Definition at line 1591 of file mesh_base.h.
libMesh::MeshBase::const_node_iterator::const_node_iterator | ( | const MeshBase::node_iterator & | rhs | ) |
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.