Dune Core Modules (2.3.1)

hierarchiciterator.hh
1// -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
2// vi: set et ts=4 sw=2 sts=2:
3#ifndef DUNE_GRID_HIERARCHICITERATOR_HH
4#define DUNE_GRID_HIERARCHICITERATOR_HH
5
6#warning This file is deprecated, and will be removed in the release after dune-2.3
7
8#include <dune/grid/common/entityiterator.hh>
9
10namespace Dune
11{
12
30 template<class GridImp, template<class> class HierarchicIteratorImp>
32 : public EntityIterator< 0, GridImp, HierarchicIteratorImp< GridImp > >
33 {
35
36 public:
43 {
44 ++static_cast< Base & >( *this );
45 return *this;
46 }
47
48 };
49
50}
51
52#endif // DUNE_GRID_HIERARCHICITERATOR_HH
interface class for an iterator over grid entities
Definition: entityiterator.hh:37
Enables iteration over all codim zero entities in a subtree See also the documentation of Dune::Entit...
Definition: hierarchiciterator.hh:33
HierarchicIterator & operator++()
Preincrement operator.
Definition: hierarchiciterator.hh:42
Dune namespace.
Definition: alignment.hh:14
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.111.3 (Jul 15, 22:36, 2024)