Jpp
17.3.0-rc.2
the software that should make you happy
|
2D Element. More...
#include <JElement.hh>
Public Types | |
typedef JAbscissa_t | abscissa_type |
typedef JOrdinate_t | ordinate_type |
Public Member Functions | |
JElement2D () | |
Default constructor. More... | |
JElement2D (typename JLANG::JClass< abscissa_type >::argument_type x, typename JLANG::JClass< ordinate_type >::argument_type y) | |
Constructor. 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 | |
abscissa_type | __x |
ordinate_type | __y |
Friends | |
JReader & | operator>> (JReader &in, JElement2D &element) |
Read element from input. More... | |
JWriter & | operator<< (JWriter &out, const JElement2D &element) |
Write element to output. More... | |
2D Element.
Definition at line 46 of file JElement.hh.
typedef JAbscissa_t JTOOLS::JElement2D< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 48 of file JElement.hh.
typedef JOrdinate_t JTOOLS::JElement2D< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 49 of file JElement.hh.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
Read element from input.
in | reader |
element | element |
Definition at line 114 of file JElement.hh.
|
friend |
Write element to output.
out | writer |
element | element |
Definition at line 130 of file JElement.hh.
|
protected |
Definition at line 140 of file JElement.hh.
|
protected |
Definition at line 141 of file JElement.hh.