4 #ifndef DUNE_GRID_IO_FILE_VTK_VOLUMEITERATORS_HH
5 #define DUNE_GRID_IO_FILE_VTK_VOLUMEITERATORS_HH
24 typedef typename GV::IndexSet IndexSet;
25 const IndexSet& indexSet()
const {
return gv.indexSet(); }
30 static const unsigned dimCell = GV::dimension;
32 typedef typename GV::template Codim<0>::Entity
Cell;
33 typedef typename GV::template Codim<0>::
34 template Partition<InteriorBorder_Partition>::Iterator
CellIterator;
52 return gv.template begin<0, InteriorBorder_Partition>();
55 return gv.template end<0, InteriorBorder_Partition>();
85 static const unsigned dimCell = GV::dimension;
87 typedef typename GV::template Codim<0>::Entity
Cell;
88 typedef typename GV::template Codim<0>::
89 template Partition<InteriorBorder_Partition>::Iterator
CellIterator;
105 return gv.template begin<0, InteriorBorder_Partition>();
108 return gv.template end<0, InteriorBorder_Partition>();
135 #endif // DUNE_GRID_IO_FILE_VTK_VOLUMEITERATORS_HH