dune-grid  2.2.0
Classes | Public Member Functions | Static Public Attributes
Dune::GeoGrid::CornerStorage< Topology, Grid > Class Template Reference

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

List of all members.

Classes

struct  SubStorage

Public Member Functions

template<bool fake>
 CornerStorage (const CoordVector< mydimension, Grid, fake > &coords)
 CornerStorage (const IntersectionCoordVector< Grid > &coords)
template<class Mapping , unsigned int codim>
 CornerStorage (const GenericGeometry::SubMappingCoords< Mapping, codim > &coords)
const Coordinate & operator[] (unsigned int i) const

Static Public Attributes

static const unsigned int size = Topology::numCorners

template<class Topology, class Grid>
class Dune::GeoGrid::CornerStorage< Topology, Grid >


Constructor & Destructor Documentation

template<class Topology , class Grid >
template<bool fake>
Dune::GeoGrid::CornerStorage< Topology, Grid >::CornerStorage ( const CoordVector< mydimension, Grid, fake > &  coords) [inline, explicit]
template<class Topology , class Grid >
Dune::GeoGrid::CornerStorage< Topology, Grid >::CornerStorage ( const IntersectionCoordVector< Grid > &  coords) [inline, explicit]
template<class Topology , class Grid >
template<class Mapping , unsigned int codim>
Dune::GeoGrid::CornerStorage< Topology, Grid >::CornerStorage ( const GenericGeometry::SubMappingCoords< Mapping, codim > &  coords) [inline, explicit]

Member Function Documentation

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

Member Data Documentation

template<class Topology , class Grid >
const unsigned int Dune::GeoGrid::CornerStorage< Topology, Grid >::size = Topology::numCorners [static]

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