BTSpline1D Member List
This is the complete list of members for
BTSpline1D, including all inherited members.
BTSpline1D(const BTSpline1D &s) | BTSpline1D | |
BTSpline1D() | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, const Data_t *values) | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, double values_function(double x)) | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, const Data_t *values, Data_t slope0, Data_t slopeN) | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, double values_function(double x), Data_t slope0, Data_t slopeN) | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, const Data_t *values, const Data_t *gradients) | BTSpline1D | |
BTSpline1D(int extent, const Data_t *nodes, void values_grads_function(double x, double *val, double *grads)) | BTSpline1D | |
captureGrid(int extent, const Data_t *nodes) | BTSpline1D | [protected] |
captureValues(int extent, const Data_t *values) | BTSpline1D | [protected] |
computeSecondDerivs() | BTSpline1D | [protected] |
Data_t typedef | BTSpline1D | [private] |
distances_ | BTSpline1D | [protected] |
extent_ | BTSpline1D | [protected] |
fillValues(int extent, double values_function(double x)) | BTSpline1D | [protected] |
grads_ | BTSpline1D | [protected] |
naturalBoundaryConditions | BTSpline1D | [protected] |
nodePoints_ | BTSpline1D | [protected] |
operator()(double x) const | BTSpline1D | |
secondDerivs_ | BTSpline1D | [protected] |
slope0_ | BTSpline1D | [protected] |
slopeN_ | BTSpline1D | [protected] |
values_ | BTSpline1D | [protected] |
~BTSpline1D() | BTSpline1D | |