|
Jpp
18.2.1
the software that should make you happy
|
2D Element for spline interpolations. More...
#include <JElement.hh>
Public Types | |
| typedef JSplineElement2D < JAbscissa_t, JOrdinate_t > | element_type |
| typedef element_type::abscissa_type | abscissa_type |
| typedef element_type::ordinate_type | ordinate_type |
Public Member Functions | |
| JSplineElement2S () | |
| Default constructor. More... | |
| JSplineElement2S (typename JLANG::JClass< abscissa_type >::argument_type x, typename JLANG::JClass< ordinate_type >::argument_type y) | |
| Constructor. More... | |
| ordinate_type | getIntegral () const |
| Get integral. More... | |
| void | setIntegral (typename JLANG::JClass< ordinate_type >::argument_type v) |
| Set integral. 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 | __v |
| 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 integral values 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 219 of file JElement.hh.
| typedef JSplineElement2D<JAbscissa_t, JOrdinate_t> JTOOLS::JSplineElement2S< JAbscissa_t, JOrdinate_t >::element_type |
Definition at line 223 of file JElement.hh.
| typedef element_type::abscissa_type JTOOLS::JSplineElement2S< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 224 of file JElement.hh.
| typedef element_type::ordinate_type JTOOLS::JSplineElement2S< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 225 of file JElement.hh.
|
inline |
Default constructor.
Definition at line 231 of file JElement.hh.
|
inline |
Constructor.
| x | abscissa value |
| y | ordinate value |
Definition at line 243 of file JElement.hh.
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
Definition at line 273 of file JElement.hh.
|
protectedinherited |
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.
1.8.5