MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / ImagingInterface

Method ImagingInterface

inc/osvr/PluginKit/ImagingInterface.h:81–82  ·  view source on GitHub ↗

@brief Default constructor or constructor from an existing OSVR_ImagingDeviceInterface (assumed to be registered with an OSVR_DeviceInitOptions already)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected