Jpp
|
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 151 of file JElement.hh.
typedef JElement2D<JAbscissa_t, JOrdinate_t> JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::element_type |
Definition at line 155 of file JElement.hh.
typedef element_type::abscissa_type JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 156 of file JElement.hh.
typedef element_type::ordinate_type JTOOLS::JSplineElement2D< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 157 of file JElement.hh.
|
inline |
Default constructor.
Definition at line 163 of file JElement.hh.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
Definition at line 205 of file JElement.hh.
|
protectedinherited |
Definition at line 138 of file JElement.hh.
|
protectedinherited |
Definition at line 139 of file JElement.hh.