dune-geometry  2.2.0
Static Public Member Functions | Static Public Attributes
Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype > Class Template Reference

#include <dune/geometry/genericgeometry/conversion.hh>

List of all members.

Static Public Member Functions

static GeometryType type ()

Static Public Attributes

static const unsigned int dimension = DuneBaseGeometryType::dimension + 1
static const
GeometryType::BasicType 
basicType

template<class BaseTopology, GeometryType::BasicType linetype>
class Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >


Member Function Documentation

template<class BaseTopology , GeometryType::BasicType linetype>
static GeometryType Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >::type ( ) [inline, static]

Member Data Documentation

template<class BaseTopology , GeometryType::BasicType linetype>
const GeometryType::BasicType Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >::basicType [static]
Initial value:
 ((dimension == 1)
           ? linetype
           : ((dimension == 2) || (DuneBaseGeometryType::basicType == GeometryType::cube))
             ? GeometryType::cube
             : GeometryType::prism)
template<class BaseTopology , GeometryType::BasicType linetype>
const unsigned int Dune::GenericGeometry::DuneGeometryType< Prism< BaseTopology >, linetype >::dimension = DuneBaseGeometryType::dimension + 1 [static]

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