#include <ProbMultiRegCam3DStr.h>
Public Member Functions | |
| bearStr () | |
| Defalut constructor. | |
| bearStr (Angle az, Angle zn) | |
| Complete constructor. | |
| bearStr (Decimal az, Decimal zn) | |
| Complete constructor. | |
| ~bearStr () | |
| Default destructor. | |
| bearStr & | operator= (const bearStr &A) |
| Operator assignment =. | |
| bool | operator== (const bearStr &other) const |
| Operator =. | |
| string | print () |
| Print function. | |
Public Attributes | |
| Angle | azimuth |
| Angle | zenith |
| kybalg::bearStr::bearStr | ( | ) |
Defalut constructor.
| kybalg::bearStr::~bearStr | ( | ) |
Default destructor.
| bool kybalg::bearStr::operator== | ( | const bearStr & | other | ) | const |
Operator =.
| string kybalg::bearStr::print | ( | ) |
Print function.
1.5.6