Template Class WorldIteratorAverager

Inheritance Relationships

Base Type

  • public CellIterator

Class Documentation

template<typename CellIterator, typename CardinalIterator>
class dish2::WorldIteratorAverager : public CellIterator

Public Types

using value_type = double
using pointer = value_type*
using reference = value_type&
using iterator_category = std::forward_iterator_tag
using difference_type = std::ptrdiff_t

Public Functions

WorldIteratorAverager(const CellIterator &cell_iterator)
const double operator*()
WorldIteratorAverager &operator++()
WorldIteratorAverager operator++(int)
const value_type *operator->() = delete