#include <Scan.h>
Public Member Functions | |
Raymm () | |
Default constructor. | |
Raymm (UCoordmm r, Anglem b, bool v) | |
UCoordmm constructor. | |
Raymm (const Raymm &r) | |
Copy constructor. | |
Raymm & | operator= (const Raymm &r) |
Assigment operator =. | |
bool | operator== (const Raymm &a) const |
Compound operator ==. | |
bool | operator!= (const Raymm &other) const |
Compound operator !=. | |
UCoordmm | reading () |
Get the reading. | |
Anglem | bearing () |
Get the bearing. | |
bool | valid () |
Get the validity boolean. | |
void | setValid (bool v) |
Set the validity boolean. | |
string | print () |
Print function. |
MipBaselib::Raymm::Raymm | ( | ) | [inline] |
Default constructor.
MipBaselib::Raymm::Raymm | ( | const Raymm & | r | ) | [inline] |
Copy constructor.
bool MipBaselib::Raymm::operator== | ( | const Raymm & | a | ) | const [inline] |
Compound operator ==.
bool MipBaselib::Raymm::operator!= | ( | const Raymm & | other | ) | const [inline] |
Compound operator !=.
UCoordmm MipBaselib::Raymm::reading | ( | ) | [inline] |
Get the reading.
Anglem MipBaselib::Raymm::bearing | ( | ) | [inline] |
Get the bearing.
bool MipBaselib::Raymm::valid | ( | ) | [inline] |
Get the validity boolean.
void MipBaselib::Raymm::setValid | ( | bool | v | ) | [inline] |
Set the validity boolean.
string MipBaselib::Raymm::print | ( | ) | [inline] |
Print function.