| 
    Jpp
    
   | 
 
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... | |
| 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... | |
| 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... | |
| 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... | |
| JUTMPosition & | mul (const JNullType &object) | 
| Multiply with object.  More... | |
| JUTMPosition & | div (const double factor) | 
| Scale UTM 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 | 
Less than method.
| object | object identifier | 
Definition at line 78 of file JObjectID.hh.
      
  | 
  inlineinherited | 
Less than method.
| id | identifier | 
Definition at line 90 of file JObjectID.hh.
      
  | 
  inlineinherited | 
More than method.
| id | identifier | 
Definition at line 102 of file JObjectID.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Type conversion operator.
Definition at line 104 of file JUTMPosition.hh.
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
      
  | 
  inlineinherited | 
Add UTM position.
| pos | UTM position | 
Definition at line 164 of file JUTMPosition.hh.
      
  | 
  inlineinherited | 
Subtract UTM position.
| pos | UTM position | 
Definition at line 180 of file JUTMPosition.hh.
      
  | 
  inlineinherited | 
Scale UTM position.
| factor | multiplication factor | 
Definition at line 196 of file JUTMPosition.hh.
      
  | 
  inlineinherited | 
Multiply with object.
| object | object | 
Definition at line 273 of file JMath.hh.
      
  | 
  inlineinherited | 
Scale UTM position.
| factor | division factor | 
Definition at line 212 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 160 of file JObjectID.hh.
      
  | 
  protectedinherited | 
Definition at line 276 of file JUTMPosition.hh.
      
  | 
  protectedinherited | 
Definition at line 277 of file JUTMPosition.hh.
      
  | 
  protectedinherited | 
Definition at line 278 of file JUTMPosition.hh.
 1.8.5