vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
|
homogeneous_mbf_type can be used for cases where all basis functors are the same. The evaluation code uses operator[] to pick the functor for each axis, so here we merely override operator[] to always yield a const reference to the same basis functor. More...
#include <eval.h>
Public Member Functions | |
homogeneous_mbf_type (const bf_type &_bf) | |
const bf_type & | operator[] (std::size_t i) const |
Public Attributes | |
const bf_type | bf |
homogeneous_mbf_type can be used for cases where all basis functors are the same. The evaluation code uses operator[] to pick the functor for each axis, so here we merely override operator[] to always yield a const reference to the same basis functor.
|
inline |
|
inline |
const bf_type vspline::homogeneous_mbf_type< bf_type >::bf |