dune-grid  2.1.1
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Friends
Dune::Alberta::ProjectionFactoryInterface< Proj, Impl > Class Template Reference

#include <dune/grid/albertagrid/projection.hh>

Inheritance diagram for Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >:
Inheritance graph

List of all members.

Public Types

typedef Proj Projection
typedef Alberta::ElementInfo
< dimension
ElementInfo

Public Member Functions

bool hasProjection (const ElementInfo &elementInfo, const int face) const
bool hasProjection (const ElementInfo &elementInfo) const
Projection projection (const ElementInfo &elementInfo, const int face) const
Projection projection (const ElementInfo &elementInfo) const

Static Public Attributes

static const int dimension = Projection::dimension

Protected Member Functions

const Impl & asImpl () const

Friends

class ProjectionFactory< Proj, Impl >

template<class Proj, class Impl>
class Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >


Member Typedef Documentation

template<class Proj, class Impl>
typedef Alberta::ElementInfo< dimension > Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::ElementInfo
template<class Proj, class Impl>
typedef Proj Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::Projection

Member Function Documentation

template<class Proj, class Impl>
const Impl& Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::asImpl ( ) const [inline, protected]
template<class Proj, class Impl>
bool Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::hasProjection ( const ElementInfo elementInfo,
const int  face 
) const [inline]
template<class Proj, class Impl>
bool Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::hasProjection ( const ElementInfo elementInfo) const [inline]
template<class Proj, class Impl>
Projection Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::projection ( const ElementInfo elementInfo,
const int  face 
) const [inline]
template<class Proj, class Impl>
Projection Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::projection ( const ElementInfo elementInfo) const [inline]

Friends And Related Function Documentation

template<class Proj, class Impl>
friend class ProjectionFactory< Proj, Impl > [friend]

Member Data Documentation

template<class Proj, class Impl>
const int Dune::Alberta::ProjectionFactoryInterface< Proj, Impl >::dimension = Projection::dimension [static]

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