Jpp
17.3.1
the software that should make you happy
|
Data structure for tripod. More...
#include <JTripod.hh>
Public Member Functions | |
JTripod () | |
Default constructor. More... | |
JTripod (const int id, const JUTMPosition &position) | |
Constructor. More... | |
int | getID () const |
Get identifier. More... | |
int & | getID () |
Get identifier. More... | |
void | setID (const int id) |
Set identifier. More... | |
bool | less (const JObjectID &object) const |
Less than method. More... | |
bool | less (const int id) const |
Less than method. More... | |
bool | more (const int id) const |
More than method. More... | |
const JUTMPosition & | getUTMPosition () const |
Get UTM position. More... | |
void | setUTMPosition (const JUTMPosition &position) |
Set UTM position. More... | |
JPosition3D | getPosition () const |
Get position. More... | |
operator JPosition3D () const | |
Type conversion operator. More... | |
double | getUTMEast () const |
Get UTM east. More... | |
double | getUTMNorth () const |
Get UTM north. More... | |
double | getUTMZ () const |
Get UTM Z. More... | |
double | getX () const |
Get x. More... | |
double | getY () const |
Get y. More... | |
double | getZ () const |
Get z. More... | |
JUTMPosition & | negate () |
Negate UTM position. More... | |
JUTMPosition & | add (const JUTMPosition &pos) |
Add UTM position. More... | |
JUTMPosition & | sub (const JUTMPosition &pos) |
Subtract UTM position. More... | |
JUTMPosition & | mul (const double factor) |
Scale UTM position. More... | |
JFirst_t & | mul (const JSecond_t &object) |
Multiply with object. More... | |
JUTMPosition & | div (const double factor) |
Scale UTM position. More... | |
double | getDisplacement (const JUTMPosition &position) const |
Get displacement to position. More... | |
Protected Attributes | |
int | __id |
double | east |
double | north |
double | z |
Friends | |
std::istream & | operator>> (std::istream &in, JTripod &tripod) |
Read tripod from input. More... | |
std::ostream & | operator<< (std::ostream &out, const JTripod &tripod) |
Write tripod to output. More... | |
JReader & | operator>> (JReader &in, JTripod &tripod) |
Read tripod from input. More... | |
JWriter & | operator<< (JWriter &out, const JTripod &tripod) |
Write tripod to output. More... | |
Data structure for tripod.
Definition at line 32 of file JTripod.hh.
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Less than method.
object | object identifier |
Definition at line 84 of file JObjectID.hh.
|
inlineinherited |
Less than method.
id | identifier |
Definition at line 96 of file JObjectID.hh.
|
inlineinherited |
More than method.
id | identifier |
Definition at line 108 of file JObjectID.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Type conversion operator.
Definition at line 117 of file JUTMPosition.hh.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
Add UTM position.
pos | UTM position |
Definition at line 210 of file JUTMPosition.hh.
|
inlineinherited |
Subtract UTM position.
pos | UTM position |
Definition at line 226 of file JUTMPosition.hh.
|
inlineinherited |
Scale UTM position.
factor | multiplication factor |
Definition at line 242 of file JUTMPosition.hh.
|
inlineinherited |
|
inlineinherited |
Scale UTM position.
factor | division factor |
Definition at line 258 of file JUTMPosition.hh.
|
inlineinherited |
Get displacement to position.
The displacement corresponds to the 2D distance in the (East,North) plane.
position | position |
Definition at line 276 of file JUTMPosition.hh.
|
friend |
Read tripod from input.
in | input stream |
tripod | tripod |
Definition at line 64 of file JTripod.hh.
|
friend |
Write tripod to output.
out | output stream |
tripod | tripod |
Definition at line 80 of file JTripod.hh.
Read tripod from input.
in | reader |
tripod | tripod |
Definition at line 97 of file JTripod.hh.
Write tripod to output.
out | writer |
tripod | tripod |
Definition at line 113 of file JTripod.hh.
|
protectedinherited |
Definition at line 140 of file JObjectID.hh.
|
protectedinherited |
Definition at line 344 of file JUTMPosition.hh.
|
protectedinherited |
Definition at line 345 of file JUTMPosition.hh.
|
protectedinherited |
Definition at line 346 of file JUTMPosition.hh.