$extrastylesheet
#include <mesh_base.h>
Public Member Functions | |
| template<typename PredType , typename IterType > | |
| const_element_iterator (const IterType &d, const IterType &e, const PredType &p) | |
| const_element_iterator (const MeshBase::element_iterator &rhs) | |
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 1029 of file mesh_base.h.
| libMesh::MeshBase::const_element_iterator::const_element_iterator | ( | const IterType & | d, |
| const IterType & | e, | ||
| const PredType & | p | ||
| ) | [inline] |
Definition at line 1038 of file mesh_base.h.
:
variant_filter_iterator<MeshBase::Predicate,
Elem* const,
Elem* const&,
Elem* const*>(d,e,p) {}
| libMesh::MeshBase::const_element_iterator::const_element_iterator | ( | const MeshBase::element_iterator & | rhs | ) | [inline] |
Definition at line 1049 of file mesh_base.h.
:
variant_filter_iterator<Predicate,
Elem* const,
Elem* const&,
Elem* const*>(rhs)
{
// libMesh::out << "Called element_iterator conversion-to-const ctor." << std::endl;
}