$extrastylesheet
#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 1089 of file mesh_base.h.
| libMesh::MeshBase::const_node_iterator::const_node_iterator | ( | const IterType & | d, |
| const IterType & | e, | ||
| const PredType & | p | ||
| ) | [inline] |
Definition at line 1098 of file mesh_base.h.
:
variant_filter_iterator<MeshBase::Predicate,
Node* const,
Node* const &,
Node* const *>(d,e,p) {}
| libMesh::MeshBase::const_node_iterator::const_node_iterator | ( | const MeshBase::node_iterator & | rhs | ) | [inline] |
Definition at line 1109 of file mesh_base.h.
:
variant_filter_iterator<Predicate,
Node* const,
Node* const &,
Node* const *>(rhs)
{
// libMesh::out << "Called node_iterator conversion-to-const ctor." << std::endl;
}