Header. More...
#include <osvr/Util/ImagingReportTypesC.h>
#include <osvr/Util/TimeValue_fwd.h>
#include <osvr/Util/Deletable.h>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
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... | |
Namespaces | |
osvr | |
< | |
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. | |
Typedefs | |
typedef boost::shared_ptr < OSVR_ImageBufferElement > | osvr::clientkit::ImageBufferPtr |
typedef void(* | osvr::clientkit::ImagingCallback )(void *userdata, util::time::TimeValue const ×tamp, ImagingReport report) |
The user-friendly imaging callback type. | |