#include <SplineGenerator.hh>
|
| | SplineGenerator (Real lbx, Real lby, Real lbdy, Real ubx, Real uby, Real ubdy) |
| |
| | SplineGenerator () |
| |
| | ~SplineGenerator () |
| |
| void | add_known_value (Real x, Real y) |
| |
| void | add_known_value (Real x, Real y, Real dy) |
| |
| void | add_boundary_function (std::string const &tag, Real const &cutoff, Real const &slope, Real const &intercept) |
| |
| InterpolatorOP | get_interpolator () |
| |
| Real | get_lbx () const |
| |
| Real | get_lby () const |
| |
| Real | get_lbdy () const |
| |
| Real | get_ubx () const |
| |
| Real | get_uby () const |
| |
| Real | get_ubdy () const |
| |
| numeric::Size | get_num_points () const |
| |
| utility::vector1< Point > const & | get_points () const |
| |
| std::map< std::string, LinearFunction > const & | get_boundary_functions () const |
| |
◆ SplineGenerator() [1/2]
| numeric::interpolation::spline::SplineGenerator::SplineGenerator |
( |
Real |
lbx, |
|
|
Real |
lby, |
|
|
Real |
lbdy, |
|
|
Real |
ubx, |
|
|
Real |
uby, |
|
|
Real |
ubdy |
|
) |
| |
◆ SplineGenerator() [2/2]
| numeric::interpolation::spline::SplineGenerator::SplineGenerator |
( |
| ) |
|
◆ ~SplineGenerator()
| numeric::interpolation::spline::SplineGenerator::~SplineGenerator |
( |
| ) |
|
|
default |
◆ add_boundary_function()
| void numeric::interpolation::spline::SplineGenerator::add_boundary_function |
( |
std::string const & |
tag, |
|
|
Real const & |
cutoff, |
|
|
Real const & |
slope, |
|
|
Real const & |
intercept |
|
) |
| |
◆ add_known_value() [1/2]
| void numeric::interpolation::spline::SplineGenerator::add_known_value |
( |
Real |
x, |
|
|
Real |
y |
|
) |
| |
◆ add_known_value() [2/2]
| void numeric::interpolation::spline::SplineGenerator::add_known_value |
( |
Real |
x, |
|
|
Real |
y, |
|
|
Real |
dy |
|
) |
| |
◆ get_boundary_functions()
| std::map<std::string,LinearFunction> const& numeric::interpolation::spline::SplineGenerator::get_boundary_functions |
( |
| ) |
const |
|
inline |
◆ get_interpolator()
| InterpolatorOP numeric::interpolation::spline::SplineGenerator::get_interpolator |
( |
| ) |
|
References boundary_functions_, create_a3b_hbs::i, interpolator_, lbdy_, lbx_, lby_, kmeans_adaptive_kernel_density_bb_dependent_rotlib::p, points_, ubdy_, ubx_, uby_, x, and predPRE::y.
◆ get_lbdy()
| Real numeric::interpolation::spline::SplineGenerator::get_lbdy |
( |
| ) |
const |
|
inline |
◆ get_lbx()
| Real numeric::interpolation::spline::SplineGenerator::get_lbx |
( |
| ) |
const |
|
inline |
◆ get_lby()
| Real numeric::interpolation::spline::SplineGenerator::get_lby |
( |
| ) |
const |
|
inline |
◆ get_num_points()
| numeric::Size numeric::interpolation::spline::SplineGenerator::get_num_points |
( |
| ) |
const |
|
inline |
◆ get_points()
◆ get_ubdy()
| Real numeric::interpolation::spline::SplineGenerator::get_ubdy |
( |
| ) |
const |
|
inline |
◆ get_ubx()
| Real numeric::interpolation::spline::SplineGenerator::get_ubx |
( |
| ) |
const |
|
inline |
◆ get_uby()
| Real numeric::interpolation::spline::SplineGenerator::get_uby |
( |
| ) |
const |
|
inline |
◆ boundary_functions_
| std::map<std::string,LinearFunction> numeric::interpolation::spline::SplineGenerator::boundary_functions_ |
|
private |
◆ interpolator_
| InterpolatorOP numeric::interpolation::spline::SplineGenerator::interpolator_ |
|
private |
◆ lbdy_
| Real numeric::interpolation::spline::SplineGenerator::lbdy_ |
|
private |
◆ lbx_
| Real numeric::interpolation::spline::SplineGenerator::lbx_ |
|
private |
◆ lby_
| Real numeric::interpolation::spline::SplineGenerator::lby_ |
|
private |
◆ points_
◆ ubdy_
| Real numeric::interpolation::spline::SplineGenerator::ubdy_ |
|
private |
◆ ubx_
| Real numeric::interpolation::spline::SplineGenerator::ubx_ |
|
private |
◆ uby_
| Real numeric::interpolation::spline::SplineGenerator::uby_ |
|
private |
The documentation for this class was generated from the following files: