libMesh::MeshBase::node_iterator Struct Reference

#include <mesh_base.h>

Inheritance diagram for libMesh::MeshBase::node_iterator:

Public Member Functions

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

Detailed Description

The definition of the node_iterator struct.

Definition at line 1561 of file mesh_base.h.

Constructor & Destructor Documentation

◆ node_iterator()

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

Templated forwarding ctor – forwards to appropriate variant_filter_iterator ctor.

Definition at line 1568 of file mesh_base.h.

1570  :
1571  variant_filter_iterator<MeshBase::Predicate, Node *>(d,e,p) {}

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