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