#include <dune/grid-glue/common/projectionhelper.hh>
|
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) |
|
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: