Class CellHandle

Class Documentation

class CellHandle

Handling of cells…negative indices identify invalid cells.

Public Functions

inline explicit CellHandle(int _idx = -8)
inline int idx() const
inline void idx(int _idx)
inline bool is_valid() const
inline bool is_invalid() const
inline void reset()
inline bool operator==(const CellHandle &_other) const
inline bool operator!=(const CellHandle &_other) const
inline bool operator<(const CellHandle &_other) const
inline void operator++()
inline void __increment()
inline void __decrement()