|
Jpp test-rotations-new
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. | |
| JElement2D (typename JLANG::JClass< abscissa_type >::argument_type x, typename JLANG::JClass< ordinate_type >::argument_type y) | |
| Constructor. | |
| abscissa_type | getX () const |
| Get abscissa value. | |
| const ordinate_type & | getY () const |
| Get ordinate value. | |
| ordinate_type & | getY () |
| Get ordinate value. | |
Protected Attributes | |
| abscissa_type | __x |
| ordinate_type | __y |
Friends | |
| JReader & | operator>> (JReader &in, JElement2D &element) |
| Read element from input. | |
| JWriter & | operator<< (JWriter &out, const JElement2D &element) |
| Write element to output. | |
2D Element.
Definition at line 1131 of file JPolint.hh.
| JAbscissa_t JTOOLS::JElement2D< JAbscissa_t, JOrdinate_t >::abscissa_type |
Definition at line 48 of file JElement.hh.
| JOrdinate_t JTOOLS::JElement2D< JAbscissa_t, JOrdinate_t >::ordinate_type |
Definition at line 49 of file JElement.hh.
|
inline |
Default constructor.
Definition at line 55 of file JElement.hh.
|
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.