Rerun C++ SDK
|
Component: A buffer that is known to store image data. More...
#include <rerun/components/image_buffer.hpp>
Public Member Functions | |
size_t | size () const |
Number of bytes. | |
ImageBuffer (rerun::datatypes::Blob buffer_) | |
ImageBuffer & | operator= (rerun::datatypes::Blob buffer_) |
ImageBuffer (rerun::Collection< uint8_t > data_) | |
ImageBuffer & | operator= (rerun::Collection< uint8_t > data_) |
operator rerun::datatypes::Blob () const | |
Cast to the underlying Blob datatype. | |
Public Attributes | |
rerun::datatypes::Blob | buffer |
Component: A buffer that is known to store image data.
To interpret the contents of this buffer, see, components::ImageFormat
.