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