Public Member Functions | |
MessageSerialization (OSVR_ImagingMetadata const &meta, OSVR_ImageBufferElement *imageData, OSVR_ChannelCount sensor) | |
template<typename T > | |
void | allocateBuffer (T &, size_t bytes, std::true_type const &) |
template<typename T > | |
void | allocateBuffer (T &, size_t, std::false_type const &) |
template<typename T > | |
void | processMessage (T &p) |
ImageData | getData () const |
Definition at line 60 of file ImagingComponent.cpp.
|
inline |
Allocate the matrix backing data, if we're deserializing only.
Definition at line 83 of file ImagingComponent.cpp.