Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::ImageBuffer Struct Reference

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_)
 
ImageBufferoperator= (rerun::datatypes::Blob buffer_)
 
 ImageBuffer (rerun::Collection< uint8_t > data_)
 
ImageBufferoperator= (rerun::Collection< uint8_t > data_)
 
 operator rerun::datatypes::Blob () const
 Cast to the underlying Blob datatype.
 

Public Attributes

rerun::datatypes::Blob buffer
 

Detailed Description

Component: A buffer that is known to store image data.

To interpret the contents of this buffer, see, components::ImageFormat.


The documentation for this struct was generated from the following file: