HermiteSpline Class ReferenceΒΆ
Splines
|
Splines::HermiteSpline Class Reference
Hermite Spline Management Class. More...
#include <SplineHermite.hxx>
Inheritance diagram for Splines::HermiteSpline:
Public Member Functions | |
HermiteSpline (string const &name="HermiteSpline") | |
~HermiteSpline () override | |
SplineType1D | type () const override |
Return spline type (as number) | |
void | build () override |
void | build (real_type const [], integer, real_type const [], integer, integer) override |
void | setup (GenericContainer const &gc) override |
Public Member Functions inherited from Splines::CubicSplineBase | |
void | copy_spline (CubicSplineBase const &S) |
real_type | yp_node (integer i) const |
void | set_range (real_type xmin, real_type xmax) |
void | reserve_external (integer n, real_type *&p_x, real_type *&p_y, real_type *&p_dy) |
void | y_min_max (integer &i_min_pos, real_type &x_min_pos, real_type &y_min, integer &i_max_pos, real_type &x_max_pos, real_type &y_max) const override |
void | y_min_max (vector< integer > &i_min_pos, vector< real_type > &x_min_pos, vector< real_type > &y_min, vector< integer > &i_max_pos, vector< real_type > &x_max_pos, vector< real_type > &y_max) const override |
void | write_to_stream (ostream_type &s) const override |
void | clear () override |
integer | coeffs (real_type cfs[], real_type nodes[], bool transpose=false) const override |
integer | order () const override |
CubicSplineBase (string const &name="CubicSplineBase") | |
real_type | eval (real_type x) const override |
real_type | D (real_type x) const override |
real_type | DD (real_type x) const override |
real_type | DDD (real_type x) const override |
real_type | DDDD (real_type) const override |
real_type | DDDDD (real_type) const override |
real_type | id_eval (integer ni, real_type x) const override |
real_type | id_D (integer ni, real_type x) const override |
real_type | id_DD (integer ni, real_type x) const override |
real_type | id_DDD (integer ni, real_type x) const override |
real_type | id_DDDD (integer, real_type) const override |
real_type | id_DDDDD (integer, real_type) const override |
void | build (real_type const x[], integer incx, real_type const y[], integer incy, real_type const yp[], integer incyp, integer n) |
void | build (real_type const x[], real_type const y[], real_type const yp[], integer n) |
void | build (vector< real_type > const &x, vector< real_type > const &y, vector< real_type > const &yp) |
void | reserve (integer npts) override |
Public Member Functions inherited from Splines::Spline | |
void | search (std::pair< integer, real_type > &res) const |
Spline (string const &name="Spline") | |
virtual | ~Spline () |
string const & | name () const |
bool | is_closed () const |
void | make_closed () |
void | make_opened () |
bool | is_bounded () const |
void | make_unbounded () |
void | make_bounded () |
bool | is_extended_constant () const |
void | make_extended_constant () |
void | make_extended_not_constant () |
integer | num_points () const |
real_type | x_node (integer i) const |
real_type | y_node (integer i) const |
real_type | x_begin () const |
real_type | y_begin () const |
real_type | x_end () const |
real_type | y_end () const |
real_type | x_min () const |
real_type | x_max () const |
real_type | y_min () const |
real_type | y_max () const |
void | build (GenericContainer const &gc) |
void | build (real_type const x[], real_type const y[], integer n) |
void | build (vector< real_type > const &x, vector< real_type > const &y) |
void | push_back (real_type x, real_type y) |
void | drop_back () |
void | set_origin (real_type x0) |
void | set_range (real_type xmin, real_type xmax) |
void | dump (ostream_type &s, integer nintervals, char const header[]="x\ty") const |
void | dump (char const fname[], integer nintervals, char const header[]="x\ty") const |
real_type | operator() (real_type x) const |
real_type | eval_D (real_type x) const |
real_type | eval_DD (real_type x) const |
real_type | eval_DDD (real_type x) const |
real_type | eval_DDDD (real_type x) const |
real_type | eval_DDDDD (real_type x) const |
char const * | type_name () const |
string | info () const |
void | info (ostream_type &stream) const |
Detailed Description
Hermite Spline Management Class.
Constructor & Destructor Documentation
◆ HermiteSpline()
|
inline |
Build an empty spline of HermiteSpline
type
- Parameters
-
name the name of the spline
◆ ~HermiteSpline()
|
inlineoverride |
Spline destructor.
Member Function Documentation
◆ build() [1/2]
|
inlineoverridevirtual |
Build a spline using internal stored data
Implements Splines::Spline.
◆ build() [2/2]
|
overridevirtual |
Build a spline.
- Parameters
-
x vector of x-coordinates incx access elements as x[0]
,x[incx]
,x[2*incx]
,...y vector of y-coordinates incy access elements as y[0]
,y[incx]
,y[2*incx]
,...n total number of points
Reimplemented from Splines::Spline.
◆ setup()
|
overridevirtual |
Setup a spline using a GenericContainer
- gc("xdata") vector with the
x
coordinate of the data - gc("ydata") vector with the
y
coordinate of the data - gc("ypdata") vector with the
y
derivative of the data
Reimplemented from Splines::Spline.
◆ type()
|
inlineoverridevirtual |
Return spline type (as number)
Implements Splines::Spline.
The documentation for this class was generated from the following files:
- /Users/enrico/Ricerca/develop/PINS/pins-mechatronix/LibSources/submodules/Splines/src/Splines/SplineHermite.hxx
- /Users/enrico/Ricerca/develop/PINS/pins-mechatronix/LibSources/submodules/Splines/src/SplineHermite.cc
Generated by 1.12.0