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