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 941 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 950 of file mesh_base.h.

00952                                               :
00953     variant_filter_iterator<MeshBase::Predicate,
00954                             Elem* const,
00955                             Elem* const&,
00956                             Elem* const*>(d,e,p)  {}

libMesh::MeshBase::const_element_iterator::const_element_iterator ( const MeshBase::element_iterator rhs  )  [inline]

Definition at line 961 of file mesh_base.h.

00961                                                                :
00962     variant_filter_iterator<Predicate,
00963                             Elem* const,
00964                             Elem* const&,
00965                             Elem* const*>(rhs)
00966   {
00967     // libMesh::out << "Called element_iterator conversion-to-const ctor." << std::endl;
00968   }
};


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:29 UTC

Hosted By:
SourceForge.net Logo