dune-fem 2.8.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily > Class Template Reference

#include <dune/fem/gridpart/geogridpart/cornerstorage.hh>

Public Types

typedef Coords::const_iterator const_iterator
 

Public Member Functions

 GeoCornerStorage (const GeoCoordVector< mydim, GridFamily > &coords)
 
template<class LCFTraits >
 GeoCornerStorage (const GeoLocalCoordVector< mydim, GridFamily, LCFTraits > &coords)
 
 GeoCornerStorage (const GeoIntersectionCoordVector< GridFamily > &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 GridFamily >
typedef Coords::const_iterator Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::const_iterator

Constructor & Destructor Documentation

◆ GeoCornerStorage() [1/3]

template<int mydim, int cdim, class GridFamily >
Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::GeoCornerStorage ( const GeoCoordVector< mydim, GridFamily > &  coords)
inlineexplicit

◆ GeoCornerStorage() [2/3]

template<int mydim, int cdim, class GridFamily >
template<class LCFTraits >
Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::GeoCornerStorage ( const GeoLocalCoordVector< mydim, GridFamily, LCFTraits > &  coords)
inlineexplicit

◆ GeoCornerStorage() [3/3]

template<int mydim, int cdim, class GridFamily >
Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::GeoCornerStorage ( const GeoIntersectionCoordVector< GridFamily > &  coords)
inlineexplicit

Member Function Documentation

◆ begin()

template<int mydim, int cdim, class GridFamily >
const_iterator Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::begin ( ) const
inline

◆ end()

template<int mydim, int cdim, class GridFamily >
const_iterator Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::end ( ) const
inline

◆ operator[]()

template<int mydim, int cdim, class GridFamily >
const Coordinate & Dune::Fem::GeoCornerStorage< mydim, cdim, GridFamily >::operator[] ( unsigned int  i) const
inline

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