Jpp
18.3.0
the software that should make you happy
|
2D Element for polynomial 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 | |
JPolintElement2S () | |
Default constructor. More... | |
JPolintElement2S (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... | |
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 |
abscissa_type | __x |
ordinate_type | __y |
2D Element for polynomial 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 285 of file JElement.hh.
typedef JElement2D<JAbscissa_t, JOrdinate_t> JTOOLS::JPolintElement2S< JAbscissa_t, JOrdinate_t >::element_type |
Definition at line 289 of file JElement.hh.
typedef element_type::abscissa_type JTOOLS::JPolintElement2S< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 290 of file JElement.hh.
typedef element_type::ordinate_type JTOOLS::JPolintElement2S< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 291 of file JElement.hh.
|
inline |
Default constructor.
Definition at line 297 of file JElement.hh.
|
inline |
Constructor.
x | abscissa value |
y | ordinate value |
Definition at line 309 of file JElement.hh.
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |
Definition at line 339 of file JElement.hh.
|
protectedinherited |
Definition at line 140 of file JElement.hh.
|
protectedinherited |
Definition at line 141 of file JElement.hh.