Rerun C++ SDK
|
Component: The unique id of a space view, used to refer to views in containers. More...
#include <rerun/blueprint/components/included_space_view.hpp>
Public Member Functions | |
IncludedSpaceView (rerun::datatypes::Uuid space_view_id_) | |
IncludedSpaceView & | operator= (rerun::datatypes::Uuid space_view_id_) |
IncludedSpaceView (std::array< uint8_t, 16 > bytes_) | |
IncludedSpaceView & | operator= (std::array< uint8_t, 16 > bytes_) |
operator rerun::datatypes::Uuid () const | |
Cast to the underlying Uuid datatype. | |
Public Attributes | |
rerun::datatypes::Uuid | space_view_id |
Component: The unique id of a space view, used to refer to views in containers.