cgv
Loading...
Searching...
No Matches
vr::vr_calibration_base Class Reference

base class with write access to driver calibration matrix More...

#include <vr_driver.h>

Inheritance diagram for vr::vr_calibration_base:
cgv::gui::vr_calibration vr_view_interactor

Public Member Functions

 vr_calibration_base ()
 nothing to be done in contructor
 

Protected Member Functions

void set_driver_calibration_matrix (vr_driver *driver, const float calibration_matrix[12]) const
 single point of write access to calibration transformation of vr drivers
 

Detailed Description

base class with write access to driver calibration matrix

Definition at line 36 of file vr_driver.h.

Constructor & Destructor Documentation

◆ vr_calibration_base()

vr::vr_calibration_base::vr_calibration_base ( )

nothing to be done in contructor

Definition at line 11 of file vr_driver.cxx.

Member Function Documentation

◆ set_driver_calibration_matrix()

void vr::vr_calibration_base::set_driver_calibration_matrix ( vr_driver driver,
const float  calibration_matrix[12] 
) const
protected

single point of write access to calibration transformation of vr drivers

Definition at line 6 of file vr_driver.cxx.

References vr::vr_driver::set_calibration_transformation().

Referenced by vr_view_interactor::calibrate_driver(), and cgv::gui::vr_calibration::update_driver_calibration().


The documentation for this class was generated from the following files: