dune-grid  2.1.1
Public Member Functions
Dune::VTKWriter< GridView >::CellIterator Class Reference

Iterator over the grids elements. More...

#include <dune/grid/io/file/vtk/vtkwriter.hh>

List of all members.

Public Member Functions

 CellIterator (const GridCellIterator &x)
 construct a CellIterator from the gridview's Iterator.
const FieldVector< DT, n > position () const

Detailed Description

template<class GridView>
class Dune::VTKWriter< GridView >::CellIterator

Iterator over the grids elements.

This class iterates over the gridview's elements. It is the same as the gridview's Codim<0>::Iterator for the InteriorBorder_Partition, except that it add a position() method.


Constructor & Destructor Documentation

template<class GridView>
Dune::VTKWriter< GridView >::CellIterator::CellIterator ( const GridCellIterator &  x) [inline]

construct a CellIterator from the gridview's Iterator.


Member Function Documentation

template<class GridView>
const FieldVector<DT,n> Dune::VTKWriter< GridView >::CellIterator::position ( ) const [inline]

get the position of the center of the element, in element-local coordinates


The documentation for this class was generated from the following file: