dune-grid
2.3.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
dune
grid
common
common/hierarchiciterator.hh
Go to the documentation of this file.
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
10
namespace
Dune
11
{
12
30
template
<
class
Gr
id
Imp,
template
<
class
>
class
HierarchicIteratorImp>
31
class
HierarchicIterator
32
:
public
EntityIterator
< 0, GridImp, HierarchicIteratorImp< GridImp > >
33
{
34
typedef
EntityIterator< 0, GridImp, HierarchicIteratorImp< GridImp >
>
Base
;
35
36
public
:
42
HierarchicIterator
&
operator++
()
43
{
44
++
static_cast<
Base
&
>
( *this );
45
return
*
this
;
46
}
47
48
};
49
50
}
51
52
#endif // DUNE_GRID_HIERARCHICITERATOR_HH
Generated on Mon Nov 24 2014 21:02:50 for dune-grid by
1.8.1.2