dune-grid-glue  2.3.0
Static Public Member Functions | List of all members
Projection::ProjectionHelper< 1, 2, T > Class Template Reference

#include <dune/grid-glue/common/projectionhelper.hh>

Static Public Member Functions

static bool projection (const WorldCoords &corner, const WorldCoords &direction, const std::vector< WorldCoords > &targetCorners, LocalCoords &image, const T overlap=1e-1)
 
static bool inverseProjection (const std::vector< WorldCoords > &corners, const std::vector< WorldCoords > &directions, const WorldCoords &target, LocalCoords &preImage, const T overlap=1e-1)
 

Member Function Documentation

template<class T >
static bool Projection::ProjectionHelper< 1, 2, T >::inverseProjection ( const std::vector< WorldCoords > &  corners,
const std::vector< WorldCoords > &  directions,
const WorldCoords &  target,
LocalCoords &  preImage,
const T  overlap = 1e-1 
)
inlinestatic
template<class T >
static bool Projection::ProjectionHelper< 1, 2, T >::projection ( const WorldCoords &  corner,
const WorldCoords &  direction,
const std::vector< WorldCoords > &  targetCorners,
LocalCoords &  image,
const T  overlap = 1e-1 
)
inlinestatic

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