
#include <BSpline.h>
Public Member Functions | |
| BSpline () | |
| BSpline (unsigned int order) | |
| BSpline (unsigned int order, Real w) | |
| ~BSpline () | |
| BSpline (const BSpline &bspline) | |
| unsigned int | getOrder () const |
| void | setOrder (unsigned int order) |
| void | set (Real w) |
Static Public Member Functions | |
| bool | isSigma (unsigned int order) |
| const std::string & | getKeyword () |
Public Attributes | |
| Real * | theta |
| Real * | dTheta |
Static Public Attributes | |
| const std::string | keyword |
Private Attributes | |
| unsigned int | myInterOrder |
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
Returns the keyword/name of this interpolation.
|
|
|
|
|
|
true iff one theta is 1 and all other 0 for w=0
|
|
|
|
|
|
|
|
|
derivatives of Bk
|
|
|
|
|
|
|
|
|
Bk.
|