Header.
More...
Go to the source code of this file.
|
struct | osvr::clientkit::ImagingReport |
| The user-friendly imaging report. Note that passing this around by value is OK (doesn't copy the image), and the easiest way to ensure that the image buffer doesn't get freed before you're done using it. More...
|
|
|
| osvr |
| The main namespace for all C++ elements of the framework, internal and external.
|
|
| osvr::clientkit |
| Contains C++ header-only wrappers for the ClientKit C API.Use of these wrappers is optional: they duplicate functionality found in the C API as they are implemented in headers on top of the C API. However, they also provide a much cleaner, low-boilerplate interface for the most common operations.
|
|
|
typedef void(* | osvr::clientkit::ImagingCallback )(void *userdata, util::time::TimeValue const ×tamp, ImagingReport report) |
| The user-friendly imaging callback type.
|
|
Header.
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr
Definition in file Imaging_decl.h.