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

Component: A binary blob of data. More...

#include <rerun/components/blob.hpp>

Public Member Functions

 Blob (rerun::encodings::Blob data_)
 
Bloboperator= (rerun::encodings::Blob data_)
 
 Blob (rerun::Collection< uint8_t > data_)
 
Bloboperator= (rerun::Collection< uint8_t > data_)
 
 operator rerun::encodings::Blob () const
 Cast to the underlying Blob encoding.
 

Public Attributes

rerun::encodings::Blob data
 

Detailed Description

Component: A binary blob of data.


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