#include <elem.h>
|
template<typename PredType , typename IterType > |
| side_iterator (const IterType &d, const IterType &e, const PredType &p) |
|
The definition of the struct used for iterating over sides.
Definition at line 2974 of file elem.h.
◆ side_iterator()
template<typename PredType , typename IterType >
libMesh::Elem::side_iterator::side_iterator |
( |
const IterType & |
d, |
|
|
const IterType & |
e, |
|
|
const PredType & |
p |
|
) |
| |
|
inline |
Definition at line 2979 of file elem.h.
2982 variant_filter_iterator<Elem::Predicate, Elem *>(d,e,p) {}
The documentation for this struct was generated from the following file: