#include <GaussianGridder.h>
|
| | GaussianGridder (double stdDeviation) |
| |
| double | getWeight (const Vec3 ®Pos, const Vec3 &irrPos) const |
| |
| template<typename TmplCartesianGrid > |
| void | transform (const TmplCartesianGrid &irregular, TmplCartesianGrid ®ular) const |
| |
|
| static const double | SQRT_2PI = sqrt(2*M_PI) |
| |
◆ GaussianGridder()
| esys::lsm::GaussianGridder::GaussianGridder |
( |
double |
stdDeviation | ) |
|
|
inline |
◆ getWeight()
| double esys::lsm::GaussianGridder::getWeight |
( |
const Vec3 & |
regPos, |
|
|
const Vec3 & |
irrPos |
|
) |
| const |
|
inline |
◆ transform()
template<typename TmplCartesianGrid >
| void esys::lsm::GaussianGridder::transform |
( |
const TmplCartesianGrid & |
irregular, |
|
|
TmplCartesianGrid & |
regular |
|
) |
| const |
|
inline |
◆ m_stdDeviation
| double esys::lsm::GaussianGridder::m_stdDeviation |
|
private |
◆ SQRT_2PI
| const double esys::lsm::GaussianGridder::SQRT_2PI = sqrt(2*M_PI) |
|
static |
The documentation for this class was generated from the following files: