|
INMOST
A toolkit for distributed mathematical modeling
|
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) | |
| iterator & | operator= (iterator const &other) |
| iterator & | operator++ () |
| iterator & | operator++ (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 |
Definition at line 1217 of file inmost_mesh.h.