#include <Scan.h>
Public Member Functions | |
| Ray () | |
| Default constructor. | |
| Ray (Decimal r, Ang2Pi b, bool v) | |
| Decimal constructor. | |
| Ray (const Ray &r) | |
| Copy constructor. | |
| Ray & | operator= (const Ray &r) |
| assigment operator =. | |
| bool | operator== (const Ray &a) const |
| Compound operator ==. | |
| bool | operator!= (const Ray &other) const |
| Compound operator !=. | |
| Decimal | reading () |
| Get the reading. | |
| Ang2Pi | bearing () |
| Get the bearing. | |
| bool | valid () |
| Get the validity boolean. | |
| void | setValid (bool v) |
| Set the validity boolean. | |
| string | print () |
| Print function. | |
Friends | |
| class | boost::serialization::access |
| Ray::Ray | ( | ) | [inline] |
Default constructor.
| Ray::Ray | ( | const Ray & | r | ) | [inline] |
Copy constructor.
| bool Ray::operator== | ( | const Ray & | a | ) | const [inline] |
Compound operator ==.
| bool Ray::operator!= | ( | const Ray & | other | ) | const [inline] |
Compound operator !=.
| Decimal Ray::reading | ( | ) | [inline] |
Get the reading.
| Ang2Pi Ray::bearing | ( | ) | [inline] |
Get the bearing.
| bool Ray::valid | ( | ) | [inline] |
Get the validity boolean.
| void Ray::setValid | ( | bool | v | ) | [inline] |
Set the validity boolean.
| string Ray::print | ( | void | ) | [inline] |
Print function.
friend class boost::serialization::access [friend] |
1.5.6