#include <mrpt/topography/conversions.h>
Public Member Functions | |
| TCoords (const int _deg, const int _min, const double _sec) | |
| TCoords (const double dec) | |
| void | setFromDecimal (const double dec) |
| double | getDecimalValue () const |
| operator double (void) const | |
Public Attributes | |
| int | degrees |
| int | minutes |
| double | seconds |
Definition at line 50 of file conversions.h.
| mrpt::topography::TCoords::TCoords | ( | const int | _deg, | |
| const int | _min, | |||
| const double | _sec | |||
| ) | [inline] |
Definition at line 52 of file conversions.h.
| mrpt::topography::TCoords::TCoords | ( | const double | dec | ) | [inline] |
Definition at line 53 of file conversions.h.
| double mrpt::topography::TCoords::getDecimalValue | ( | ) | const [inline] |
Definition at line 68 of file conversions.h.
| mrpt::topography::TCoords::operator double | ( | void | ) | const [inline] |
Definition at line 75 of file conversions.h.
| void mrpt::topography::TCoords::setFromDecimal | ( | const double | dec | ) | [inline] |
Definition at line 59 of file conversions.h.
Definition at line 55 of file conversions.h.
Referenced by mrpt::topography::operator<<().
Definition at line 56 of file conversions.h.
Referenced by mrpt::topography::operator<<().
Definition at line 57 of file conversions.h.
Referenced by mrpt::topography::operator<<().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |