INMOST
A toolkit for distributed mathematical modeling
INMOST::ElementSet::iterator Class Reference

Public Types

typedef std::forward_iterator_tag iterator_category
 

Public Member Functions

 iterator (const iterator &other)
 
 iterator (Mesh *m, Element::adj_type const *ptr, Element::adj_type::size_type pos)
 
iteratoroperator= (iterator const &other)
 
iteratoroperator++ ()
 
iteratoroperator++ (int)
 
bool operator== (const iterator &other) const
 
bool operator!= (const iterator &other) const
 
bool operator< (const iterator &other) const
 
bool operator> (const iterator &other) const
 
bool operator<= (const iterator &other) const
 
bool operator>= (const iterator &other) const
 
const HandleType & operator* () const
 
Element operator-> () const
 

Friends

class ElementSet
 

Detailed Description

Definition at line 1217 of file inmost_mesh.h.


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