libMesh::MeshBase::element_iterator Struct Reference

#include <mesh_base.h>

Inheritance diagram for libMesh::MeshBase::element_iterator:

Public Member Functions

template<typename PredType , typename IterType >
 element_iterator (const IterType &d, const IterType &e, const PredType &p)
 

Detailed Description

The definition of the element_iterator struct.

Definition at line 1509 of file mesh_base.h.

Constructor & Destructor Documentation

◆ element_iterator()

template<typename PredType , typename IterType >
libMesh::MeshBase::element_iterator::element_iterator ( const IterType &  d,
const IterType &  e,
const PredType &  p 
)
inline

Definition at line 1514 of file mesh_base.h.

1516  :
1517  variant_filter_iterator<MeshBase::Predicate, Elem *>(d,e,p) {}

The documentation for this struct was generated from the following file: