Jpp
18.6.0-rc.1
the software that should make you happy
|
2D Element for spline interpolations. More...
#include <JElement.hh>
Public Types | |
typedef JElement2D < JAbscissa_t, JOrdinate_t > | element_type |
typedef element_type::abscissa_type | abscissa_type |
typedef element_type::ordinate_type | ordinate_type |
Public Member Functions | |
JSplineElement2D () | |
Default constructor. More... | |
JSplineElement2D (typename JLANG::JClass< abscissa_type >::argument_type x, typename JLANG::JClass< ordinate_type >::argument_type y) | |
Constructor. More... | |
ordinate_type | getU () const |
Get derivative. More... | |
void | setU (typename JLANG::JClass< ordinate_type >::argument_type u) |
Set derivative. More... | |
abscissa_type | getX () const |
Get abscissa value. More... | |
const ordinate_type & | getY () const |
Get ordinate value. More... | |
ordinate_type & | getY () |
Get ordinate value. More... | |
Protected Attributes | |
ordinate_type | __u |
abscissa_type | __x |
ordinate_type | __y |
2D Element for spline interpolations.
Note that the internal data members needed for the calculation of the 2nd derivatives are not subject to I/O, i.e. the I/O of this class is identical to that of the JElement2D class.
Definition at line 153 of file JElement.hh.
typedef JElement2D<JAbscissa_t, JOrdinate_t> JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::element_type |
Definition at line 157 of file JElement.hh.
typedef element_type::abscissa_type JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 158 of file JElement.hh.
typedef element_type::ordinate_type JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 159 of file JElement.hh.
|
inline |
Default constructor.
Definition at line 165 of file JElement.hh.
|
inline |
Constructor.
x | abscissa value |
y | ordinate value |
Definition at line 177 of file JElement.hh.
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
Definition at line 207 of file JElement.hh.
|
protectedinherited |
Definition at line 140 of file JElement.hh.
|
protectedinherited |
Definition at line 141 of file JElement.hh.