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