|
UniSet
2.6.0
|
Открытые члены | |
| Part (const Point &pleft, const Point &pright) noexcept | |
| bool | check (const Point &p) const noexcept |
| bool | checkX (const TypeOfValue &x) const noexcept |
| bool | checkY (const TypeOfValue &y) const noexcept |
| TypeOfValue | getY (const TypeOfValue &x) const noexcept |
| TypeOfValue | getX (const TypeOfValue &y) const noexcept |
| TypeOfValue | calcY (const TypeOfValue &x) const noexcept |
| TypeOfValue | calcX (const TypeOfValue &y) const noexcept |
| bool | operator< (const Part &p) const noexcept |
| Point | leftPoint () const noexcept |
| Point | rightPoint () const noexcept |
| TypeOfValue | getK () const noexcept |
| TypeOfValue | left_x () const noexcept |
| TypeOfValue | left_y () const noexcept |
| TypeOfValue | right_x () const noexcept |
| TypeOfValue | right_y () const noexcept |
Защищенные данные | |
| Point | p_left |
| Point | p_right |
| TypeOfValue | k |
участок характеристики
| Calibration::TypeOfValue uniset::Calibration::Part::calcX | ( | const TypeOfValue & | y | ) | const |
расчитать значение для y
| Calibration::TypeOfValue uniset::Calibration::Part::calcY | ( | const TypeOfValue & | x | ) | const |
расчитать значение для x
| bool uniset::Calibration::Part::check | ( | const Point & | p | ) | const |
находится ли точка на данном участке
| bool uniset::Calibration::Part::checkX | ( | const TypeOfValue & | x | ) | const |
находится ли точка на данном участке по X
| bool uniset::Calibration::Part::checkY | ( | const TypeOfValue & | y | ) | const |
находится ли точка на данном участке по Y
| TypeOfValue uniset::Calibration::Part::getK | ( | ) | const [inline] |
< получить коэффициент наклона
| Calibration::TypeOfValue uniset::Calibration::Part::getX | ( | const TypeOfValue & | y | ) | const |
получить значение X
| Calibration::TypeOfValue uniset::Calibration::Part::getY | ( | const TypeOfValue & | x | ) | const |
получить значение Y
TypeOfValue uniset::Calibration::Part::k [protected] |
коэффициент наклона
Point uniset::Calibration::Part::p_left [protected] |
левый предел участка
Point uniset::Calibration::Part::p_right [protected] |
правый предел участка
1.7.6.1