ot::QtAppScreen::CalibOutputData Class Reference
Output data of calibration routine. More...
#include <QtAppScreen.h>
Public Member Functions | |
| CalibOutputData () | |
| ~CalibOutputData () | |
Public Attributes | |
| std::vector< float > | as_cs_orient |
| std::vector< float > | as_cs_root_to_screen_root |
| std::vector< float > | as_width_vec |
| std::vector< float > | as_height_vec |
Detailed Description
Output data of calibration routine.
Definition at line 175 of file QtAppScreen.h.
Constructor & Destructor Documentation
| ot::QtAppScreen::CalibOutputData::CalibOutputData | ( | ) | [inline] |
| ot::QtAppScreen::CalibOutputData::~CalibOutputData | ( | ) | [inline] |
Definition at line 186 of file QtAppScreen.h.
Member Data Documentation
| std::vector<float> ot::QtAppScreen::CalibOutputData::as_cs_orient |
difference angle between application screen and world (tracking) coordinate system
Definition at line 187 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::convert(), and ot::QtAppScreen::QtAppScreen().
| std::vector<float> ot::QtAppScreen::CalibOutputData::as_cs_root_to_screen_root |
difference vector from AS coordinate system origin to screen plane root (top left screen corner per definition)
Definition at line 192 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::convert(), and ot::QtAppScreen::QtAppScreen().
| std::vector<float> ot::QtAppScreen::CalibOutputData::as_height_vec |
height vector spanning the screen plane
Definition at line 196 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::convert(), and ot::QtAppScreen::QtAppScreen().
| std::vector<float> ot::QtAppScreen::CalibOutputData::as_width_vec |
width vector spanning the screen plane
Definition at line 194 of file QtAppScreen.h.
Referenced by ot::QtAppScreen::convert(), and ot::QtAppScreen::QtAppScreen().
The documentation for this class was generated from the following file: