libMesh::MeshBase::node_iterator Struct Reference

#include <mesh_base.h>

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 987 of file mesh_base.h.

00989                                      :
00990     variant_filter_iterator<MeshBase::Predicate,
00991                             Node*>(d,e,p) {}
};


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