#include <Calibration.h>
Открытые члены | |
| Part (Point &pleft, Point &pright) | |
| bool | check (Point &p) |
| bool | checkX (TypeOfValue x) |
| bool | checkY (TypeOfValue y) |
| TypeOfValue | getY (TypeOfValue x) |
| TypeOfValue | getX (TypeOfValue y) |
| TypeOfValue | calcY (TypeOfValue x) |
| TypeOfValue | calcX (TypeOfValue y) |
| bool | operator< (const Part &p) const |
| Point | leftPoint () |
| Point | rightPoint () |
| TypeOfValue | getK () |
| TypeOfValue | left_x () |
| TypeOfValue | left_y () |
| TypeOfValue | right_x () |
| TypeOfValue | right_y () |
Защищенные данные | |
| Point | p_left |
| Point | p_right |
| TypeOfValue | k |
| Calibration::TypeOfValue Calibration::Part::calcX | ( | TypeOfValue | y | ) |
| Calibration::TypeOfValue Calibration::Part::calcY | ( | TypeOfValue | x | ) |
| bool Calibration::Part::check | ( | Point & | p | ) |
| bool Calibration::Part::checkX | ( | TypeOfValue | x | ) |
| bool Calibration::Part::checkY | ( | TypeOfValue | y | ) |
| TypeOfValue Calibration::Part::getK | ( | ) | [inline] |
получить коэффициент наклона
Перекрестные ссылки k.
| Calibration::TypeOfValue Calibration::Part::getX | ( | TypeOfValue | y | ) |
получить значение X
Перекрестные ссылки calcX(), checkY() и Calibration::outOfRange.
| Calibration::TypeOfValue Calibration::Part::getY | ( | TypeOfValue | x | ) |
получить значение Y
Перекрестные ссылки calcY(), checkX() и Calibration::outOfRange.
TypeOfValue Calibration::Part::k [protected] |
Point Calibration::Part::p_left [protected] |
Point Calibration::Part::p_right [protected] |
1.5.9