dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::GeoGrid::CornerStorage< mydim, cdim, Grid > Class Template Reference

#include <dune/grid/geometrygrid/cornerstorage.hh>

Public Types

typedef Coords::const_iterator const_iterator
 

Public Member Functions

template<bool fake>
 CornerStorage (const CoordVector< mydim, Grid, fake > &coords)
 
 CornerStorage (const IntersectionCoordVector< Grid > &coords)
 
const Coordinate & operator[] (unsigned int i) const
 
const_iterator begin () const
 
const_iterator end () const
 

Member Typedef Documentation

◆ const_iterator

template<int mydim, int cdim, class Grid >
typedef Coords::const_iterator Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::const_iterator

Constructor & Destructor Documentation

◆ CornerStorage() [1/2]

template<int mydim, int cdim, class Grid >
template<bool fake>
Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::CornerStorage ( const CoordVector< mydim, Grid, fake > &  coords)
inlineexplicit

◆ CornerStorage() [2/2]

template<int mydim, int cdim, class Grid >
Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::CornerStorage ( const IntersectionCoordVector< Grid > &  coords)
inlineexplicit

Member Function Documentation

◆ begin()

template<int mydim, int cdim, class Grid >
const_iterator Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::begin ( ) const
inline

◆ end()

template<int mydim, int cdim, class Grid >
const_iterator Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::end ( ) const
inline

◆ operator[]()

template<int mydim, int cdim, class Grid >
const Coordinate & Dune::GeoGrid::CornerStorage< mydim, cdim, Grid >::operator[] ( unsigned int  i) const
inline

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