Dune::BoundaryProjectionWrapper< dimworld > Class Template Reference

#include <dune/grid/common/boundaryprojection.hh>

Inheritance diagram for Dune::BoundaryProjectionWrapper< dimworld >:
Inheritance graph

List of all members.

Public Types

typedef BaseType::CoordinateType CoordinateType
 type of coordinate vector

Public Member Functions

 BoundaryProjectionWrapper (const BaseType &proje)
 ~BoundaryProjectionWrapper ()
 destructor
CoordinateType operator() (const CoordinateType &global) const
 projection operator projection a global coordinate

Protected Types

typedef DuneBoundaryProjection
< dimworld > 
BaseType

Protected Attributes

const BaseTypeproj_

template<int dimworld>
class Dune::BoundaryProjectionWrapper< dimworld >


Member Typedef Documentation

template<int dimworld>
typedef DuneBoundaryProjection< dimworld > Dune::BoundaryProjectionWrapper< dimworld >::BaseType [protected]
template<int dimworld>
typedef BaseType :: CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType

type of coordinate vector

Reimplemented from Dune::DuneBoundaryProjection< dimworld >.


Constructor & Destructor Documentation

template<int dimworld>
Dune::BoundaryProjectionWrapper< dimworld >::BoundaryProjectionWrapper ( const BaseType proje  )  [inline]
template<int dimworld>
Dune::BoundaryProjectionWrapper< dimworld >::~BoundaryProjectionWrapper (  )  [inline]

destructor


Member Function Documentation

template<int dimworld>
CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::operator() ( const CoordinateType global  )  const [inline, virtual]

projection operator projection a global coordinate

Implements Dune::DuneBoundaryProjection< dimworld >.

References Dune::BoundaryProjectionWrapper< dimworld >::proj_.


Member Data Documentation

template<int dimworld>
const BaseType& Dune::BoundaryProjectionWrapper< dimworld >::proj_ [protected]

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

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].