Class LocalCellHandler::Iterator
Defined in File mesh_continuum_local_cell_handler.h
Nested Relationships
This class is a nested type of Class LocalCellHandler.
Class Documentation
-
class Iterator
Internal iterator class.
Public Functions
-
inline Iterator(LocalCellHandler &handler, size_t index)
-
inline Iterator &operator++()
-
inline Cell &operator*()
-
inline bool operator==(const Iterator &other) const
-
inline bool operator!=(const Iterator &other) const
-
inline Iterator(LocalCellHandler &handler, size_t index)