|
waLBerla 7.3
|
#include <CellInterval.h>
Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | value_type = Cell |
| using | difference_type = ptrdiff_t |
| using | pointer = Cell * |
| using | reference = Cell & |
Public Member Functions | |
| WALBERLA_HOST_DEVICE | CellIntervalIterator (const CellInterval &ci, const Cell &cell) |
| WALBERLA_HOST_DEVICE const CellIntervalIterator & | operator++ () |
| WALBERLA_HOST_DEVICE CellIntervalIterator | operator++ (int) |
| WALBERLA_HOST_DEVICE const CellIntervalIterator & | operator-- () |
| WALBERLA_HOST_DEVICE CellIntervalIterator | operator-- (int) |
| WALBERLA_HOST_DEVICE bool | operator== (const CellIntervalIterator &other) const |
| WALBERLA_HOST_DEVICE bool | operator!= (const CellIntervalIterator &other) const |
| WALBERLA_HOST_DEVICE Cell | operator* () const |
| WALBERLA_HOST_DEVICE const Cell * | operator-> () const |
Private Member Functions | |
| WALBERLA_HOST_DEVICE void | increment () |
| WALBERLA_HOST_DEVICE void | decrement () |
Private Attributes | |
| const CellInterval & | ci_ |
| Cell | cell_ |
| using walberla::cell::CellIntervalIterator::iterator_category = std::bidirectional_iterator_tag |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |