Object to collect all input parameters for the AQS12 calibration piece.
More...
#include <cvb/foundation/metric_aqs12.hpp>
◆ AQS12Piece()
Creates an object describing an AQS12 calibration piece with point coordinates.
All members are initialized to points and topBasePlaneDistance.
◆ Points()
Gets array with AQS12 points.
- Returns
- Array with AQS12 points.
- Exceptions
-
Does | not throw any exception. |
◆ SetTopBasePlaneDistance()
void SetTopBasePlaneDistance |
( |
double |
distance | ) |
|
|
inline |
Sets the distance between the top and base plane.
- Parameters
-
[in] | distance | New distance. |
- Exceptions
-
Does | not throw any exception. |
◆ TopBasePlaneDistance()
double TopBasePlaneDistance |
( |
| ) |
const |
|
inlinenoexcept |
Gets the distance between the top and base plane.
- Returns
- The distance.
- Exceptions
-
Does | not throw any exception. |