vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
|
same procedure for a vspline::sink_type More...
#include <wielding.h>
Public Types | |
typedef sink_type::in_nd_ele_type | in_type |
typedef sink_type::in_nd_ele_v | in_v |
Public Member Functions | |
vs_sink_adapter (const sink_type &_sink) | |
void | operator() (const in_type &in) const |
operator() overload for unvectorized arguments More... | |
template<typename = std::enable_if < ( sink_type::vsize > 1 ) >> | |
void | operator() (const in_v &in) const |
vectorized evaluation function. This is enabled only if vsize > 1 More... | |
same procedure for a vspline::sink_type
Definition at line 2000 of file wielding.h.
typedef sink_type::in_nd_ele_type wielding::vs_sink_adapter< sink_type >::in_type |
Definition at line 2005 of file wielding.h.
typedef sink_type::in_nd_ele_v wielding::vs_sink_adapter< sink_type >::in_v |
Definition at line 2006 of file wielding.h.
|
inline |
Definition at line 2008 of file wielding.h.
|
inline |
operator() overload for unvectorized arguments
Definition at line 2014 of file wielding.h.
|
inline |
vectorized evaluation function. This is enabled only if vsize > 1
Definition at line 2023 of file wielding.h.