MFEM  v4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::MesquiteMesh::MeshTags::TagIterator Class Reference

#include <mesquite.hpp>

Public Member Functions

 TagIterator ()
 
 TagIterator (MeshTags *d, size_t i)
 
size_t operator* () const
 
TagIterator operator++ ()
 
TagIterator operator-- ()
 
TagIterator operator++ (int)
 
TagIterator operator-- (int)
 
bool operator== (TagIterator other) const
 
bool operator!= (TagIterator other) const
 

Detailed Description

Iterate over list of valid tag handles

Definition at line 185 of file mesquite.hpp.

Constructor & Destructor Documentation

mfem::MesquiteMesh::MeshTags::TagIterator::TagIterator ( )
inline

Definition at line 188 of file mesquite.hpp.

mfem::MesquiteMesh::MeshTags::TagIterator::TagIterator ( MeshTags *  d,
size_t  i 
)
inline

Definition at line 189 of file mesquite.hpp.

Member Function Documentation

bool mfem::MesquiteMesh::MeshTags::TagIterator::operator!= ( TagIterator  other) const
inline

Definition at line 196 of file mesquite.hpp.

size_t mfem::MesquiteMesh::MeshTags::TagIterator::operator* ( ) const
inline

Definition at line 190 of file mesquite.hpp.

MesquiteMesh::MeshTags::TagIterator mfem::MesquiteMesh::MeshTags::TagIterator::operator++ ( )

Definition at line 408 of file mesquite.cpp.

MesquiteMesh::MeshTags::TagIterator mfem::MesquiteMesh::MeshTags::TagIterator::operator++ ( int  )

Definition at line 430 of file mesquite.cpp.

MesquiteMesh::MeshTags::TagIterator mfem::MesquiteMesh::MeshTags::TagIterator::operator-- ( )

Definition at line 419 of file mesquite.cpp.

MesquiteMesh::MeshTags::TagIterator mfem::MesquiteMesh::MeshTags::TagIterator::operator-- ( int  )

Definition at line 442 of file mesquite.cpp.

bool mfem::MesquiteMesh::MeshTags::TagIterator::operator== ( TagIterator  other) const
inline

Definition at line 195 of file mesquite.hpp.


The documentation for this class was generated from the following files: