$extrastylesheet
libMesh::MeshBase::const_element_iterator Struct Reference

#include <mesh_base.h>

List of all members.

Public Member Functions

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

Detailed Description

The definition of the const_element_iterator struct. It is similar to the regular iterator above, but also provides an additional conversion-to-const ctor.

Definition at line 1029 of file mesh_base.h.


Constructor & Destructor Documentation

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

Definition at line 1038 of file mesh_base.h.

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

Definition at line 1049 of file mesh_base.h.

                                                               :
    variant_filter_iterator<Predicate,
    Elem* const,
    Elem* const&,
    Elem* const*>(rhs)
  {
    // libMesh::out << "Called element_iterator conversion-to-const ctor." << std::endl;
  }

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