#include <SplineInterpolatorEinspline.h>
|
double | GetStart (const unsigned char dimension) const |
|
double | GetStop (const unsigned char dimension) const |
|
| Interpolator2D () |
|
| Interpolator2D (const double xStart, const double xStop, const double yStart, const double yStop, const boost::multi_array< double, 2 > &values, const BoundaryCondition bcX=BoundaryCondition(), const BoundaryCondition bcY=BoundaryCondition()) |
|
| Interpolator2D () |
|
| Interpolator2D (const Interpolator2D &other) |
|
| Interpolator2D (const double xStart, const double xStop, const double yStart, const double yStop, const boost::multi_array< double, 2 > &values, const BoundaryCondition bcX=BoundaryCondition(), const BoundaryCondition bcY=BoundaryCondition()) |
|
double | operator() (const double x, const double y) const |
|
double | operator() (const double x, const double y) const |
|
Interpolator2D & | operator= (const Interpolator2D &other) |
|
| switch (dimension) |
|
| switch (dimension) |
|
| ~Interpolator2D () |
|
utl::Spline::Interpolator2D::Interpolator2D |
( |
| ) |
|
|
inline |
utl::Spline::Interpolator2D::~Interpolator2D |
( |
| ) |
|
|
inline |
utl::Spline::Interpolator2D::Interpolator2D |
( |
| ) |
|
|
inline |
double utl::Spline::Interpolator2D::GetStart |
( |
const unsigned char |
dimension | ) |
const |
|
inline |
double utl::Spline::Interpolator2D::GetStop |
( |
const unsigned char |
dimension | ) |
const |
|
inline |
double utl::Spline::Interpolator2D::operator() |
( |
const double |
x, |
|
|
const double |
y |
|
) |
| const |
double Interpolator2D::operator() |
( |
const double |
x, |
|
|
const double |
y |
|
) |
| const |
|
inline |
utl::Spline::Interpolator2D::switch |
( |
dimension |
| ) |
|
|
inline |
utl::Spline::Interpolator2D::switch |
( |
dimension |
| ) |
|
|
inline |
double utl::Spline::Interpolator2D::const |
std::vector<double> utl::Spline::Interpolator2D::fData |
|
protected |
UBspline_2d_d* utl::Spline::Interpolator2D::fDataPtr = nullptr |
|
protected |
Spline::Function<2, KnotVector, BasisFunction> utl::Spline::Interpolator2D::fSpline |
|
protected |
double utl::Spline::Interpolator2D::fX[2] |
|
mutableprotected |
utl::Spline::Interpolator2D::return |
The documentation for this class was generated from the following files: