@brief Default constructor or constructor from an existing OSVR_ImagingDeviceInterface (assumed to be registered with an OSVR_DeviceInitOptions already)
| 79 | /// OSVR_ImagingDeviceInterface (assumed to be registered with an |
| 80 | /// OSVR_DeviceInitOptions already) |
| 81 | ImagingInterface(OSVR_ImagingDeviceInterface iface = NULL) |
| 82 | : m_iface(iface) {} |
| 83 | |
| 84 | /// @brief Constructor that registers an imaging interface with the |
| 85 | /// device init options object. |
nothing calls this directly
no test coverage detected