$extrastylesheet
#include <mesh_base.h>
Public Member Functions | |
| template<typename PredType , typename IterType > | |
| element_iterator (const IterType &d, const IterType &e, const PredType &p) | |
The definition of the element_iterator struct.
Definition at line 1008 of file mesh_base.h.
| libMesh::MeshBase::element_iterator::element_iterator | ( | const IterType & | d, |
| const IterType & | e, | ||
| const PredType & | p | ||
| ) | [inline] |
Definition at line 1015 of file mesh_base.h.
:
variant_filter_iterator<MeshBase::Predicate,
Elem*>(d,e,p) {}