libMesh::MeshBase::const_node_iterator Struct Reference

#include <mesh_base.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Definition at line 1001 of file mesh_base.h.


Constructor & Destructor Documentation

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

Definition at line 1010 of file mesh_base.h.

01012                                            :
01013     variant_filter_iterator<MeshBase::Predicate,
01014                             Node* const,
01015                             Node* const &,
01016                             Node* const *>(d,e,p)  {}

libMesh::MeshBase::const_node_iterator::const_node_iterator ( const MeshBase::node_iterator rhs  )  [inline]

Definition at line 1021 of file mesh_base.h.

01021                                                          :
01022     variant_filter_iterator<Predicate,
01023                             Node* const,
01024                             Node* const &,
01025                             Node* const *>(rhs)
01026   {
01027     // libMesh::out << "Called node_iterator conversion-to-const ctor." << std::endl;
01028   }
};


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